mirror of
https://github.com/MiSTer-devel/Atari800_MiSTer.git
synced 2026-04-19 03:04:08 +00:00
* Add Support for VBXE * The boot2.rom file had padding that should not be there for the current core * Another bug in the blitter fixed. * MegaCart 4MB support, VBXE version (#62) * Update sys * Support all 32MB of SDRAM + MegaCart 4MB * Forgotten non-VBXE detail for 32MB --------- Co-authored-by: jackyangantelope <jack@retroremake.co> * VBXE resync for motor line fix (#64) * Update sys * Revert an older wrong fix for the SIO motor line (#63) * MegaCart 4MB support (#61) * Support all 32MB of SDRAM + MegaCart 4MB * Forgotten non-VBXE detail for 32MB --------- Co-authored-by: jackyangantelope <jack@retroremake.co> * Fast cart load and VBXE bugfix * Update sys * Revert an older wrong fix for the SIO motor line (#63) * MegaCart 4MB support (#61) * Support all 32MB of SDRAM + MegaCart 4MB * Forgotten non-VBXE detail for 32MB * Loading carts through F rather than S (much faster and eye friendly) * VBXE bug (memac overlayed with cart in rw mode) fixed --------- Co-authored-by: jackyangantelope <jack@retroremake.co> * VBXE vs. cart loading fix (#66) * WIP Interfacing to MiSTer main * Simplified the main .sv to the MiSTer main * WIP Cleaned up the obsolete upload facility * WIP New XEX file loading for the new MiSTer main * ZCPU removed and direct UART interface * WIP Minor additions * WIP the Main drive emulator now works with ATR / XEX files * WIP HDD is now mounted separately * WIP Updated PBI Atari side implementation for the new ARM/Main-based FW. * WIP Cleaning up * README file update * WIP Moving the 5200 core to the MiSTer main too * Added lost functionality (Pause/Reset from controllers) * 5200: SDRAM wiring consistent with 800 * Improved XEX loader and a remaining fix for VBXE/GTIA * GTIA now even more (fully?) comaptible * One more GTIA fix and prep for more options * Wipe out the EXT_ANTIC option entirely * Cleaning up for PR * Cleaning up for PR * Cleaning for PR * Cleaning for PR --------- Co-authored-by: Alexey Melnikov <pour.garbage@gmail.com> Co-authored-by: jackyangantelope <jack@retroremake.co>