BizHawk/BizHawk.Emulation/Consoles/Intellivision
brandman211 26b1d06b7a -Simplified the CPU / STIC connection.
-Made FrameAdvance handle the pending cycle loop. During each iteration, it runs one instruction and ticks the STIC accordingly.
2012-08-14 03:58:11 +00:00
..
Cartridge.cs -Separated the STIC and PSG memory map logic into new objects. 2012-08-08 23:05:55 +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 -Simplified the CPU / STIC connection. 2012-08-14 03:58:11 +00:00
MemoryMap.cs Scratchpad RAM, Graphics ROM, and Graphics RAM are apparently all 8-bit. 2012-08-10 20:40:34 +00:00
PSG.cs Scratchpad RAM, Graphics ROM, and Graphics RAM are apparently all 8-bit. 2012-08-10 20:40:34 +00:00
STIC.cs -Simplified the CPU / STIC connection. 2012-08-14 03:58:11 +00:00