mist-devel / plus_too

Mac Plus/SE in FPGA
12 stars 3 forks source link

Backport recent MISTer changes #2

Closed egrath closed 2 years ago

egrath commented 2 years ago

The MISTer port of plus_too has implemented various fixes for the core which would be nice to also have in the MIST version.

https://github.com/MiSTer-devel/MacPlus_MiSTer/commits/master

gyurco commented 2 years ago

More concrete? Most of those changes (SE mode, ADB, etc...) were ported from my work on MiST.

egrath commented 2 years ago

For example the recent Floppy access fix:

https://github.com/MiSTer-devel/MacPlus_MiSTer/commit/daa1bc86fbbb15d8122de6fe11ec68db86e8a7eb

There seemed to be a lot more fixes according to the commit logs (as they are newer than those in this repository), but after a quick check it seems that they are already in here. So currently the Floppy access fix is the only one ... sorry for the inconvinience caused by this ticket, was probably opened to hastly.

gyurco commented 2 years ago

And why does it need a fix? The mentioned patch just separates the disk OE from the rom OE, because the ROM (SE or Plus) can be selected in the OSD. On MiST, only one is loaded at boot.

gyurco commented 2 years ago

BTW, if you found a problem in the core, then please describe it in the issue, just mentioning some random patches in MiSTer doesn't help, as they don't necessarily relevant here.