BizHawk/BizHawk.Emulation/CPUs/CP1610
brandman211 80a0f8f75b -Made Intellicart its own class.
-Separated cartridge logic into a separate ICart named Cartridge.cs.
-Made WriteMemory return a bool to match ICart.Write. It currently returns true if either the cart or the core responded.

TODO: Parse the vanilla Intellivision ROM, which will hopefully include the read / writability of the data segments. adelikat seems to think that I just need to send the bytes to $5000, but I'm not convinced.
2012-07-31 06:54:20 +00:00
..
CP1610.cs -Made Intellicart its own class. 2012-07-31 06:54:20 +00:00
Disassembler.cs -Reversed the double byte data bytes. It now works properly. 2012-07-29 00:02:06 +00:00
Execute.cs Started filling the gaps in the Memory Map, getting up to 0x7FFF. Once complete, a lot of TODOs remain, the most important being the actual mapping of the cartridge. 2012-07-30 22:25:00 +00:00