![]() -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. |
||
---|---|---|
.. | ||
Base Implementations | ||
CoreComms.cs | ||
ICart.cs | ||
IController.cs | ||
IEmulator.cs | ||
ISoundProvider.cs | ||
IVideoProvider.cs |