BizHawk/BizHawk.Emulation/Consoles/Intellivision
brandman211 641ef2bcff -Unset pixels when necessary.
-Fixed the loading of a card's rows.
-Corrected the maskings. The top tiles look perfect now, but the text isn't showing up yet.
2012-09-06 06:20:50 +00:00
..
Cartridge.cs -Separated the STIC and PSG memory map logic into new objects. 2012-08-08 23:05:55 +00:00
ICart.cs Move ICart.cs from directory/namespace for generic interfaces to Intellivision folder/namespace, as it is entirely Intellivision specific. 2012-09-03 00:45:30 +00:00
Intellicart.cs -Separated the STIC and PSG memory map logic into new objects. 2012-08-08 23:05:55 +00:00
Intellivision.cs -Added Read/WriteMemory to the STIC so that it can access the RAM it needs to draw the screen. 2012-09-06 04:51:17 +00:00
MemoryMap.cs -Added Read/WriteMemory to the STIC so that it can access the RAM it needs to draw the screen. 2012-09-06 04:51:17 +00:00
PSG.cs -Added Read/WriteMemory to the STIC so that it can access the RAM it needs to draw the screen. 2012-09-06 04:51:17 +00:00
STIC.cs -Unset pixels when necessary. 2012-09-06 06:20:50 +00:00