BizHawk/BizHawk.Emulation.Cores/Computers/Commodore64
adelikat ffdeb618f7 IDebugable - add a CanStep() method, and implement it in all IDebuggable implementations 2014-12-20 13:29:57 +00:00
..
Cartridge Commodore 64: Rudimentary savestates. 2014-10-03 23:22:17 +00:00
CassettePort Commodore 64: Remove useless 'experimental' folder, make namespaces match folders 2014-10-03 21:04:37 +00:00
MOS Commodore64: Disable some warnings in CIA-2 about unused variables (for now) 2014-10-21 18:30:01 +00:00
Media Commodore 64: Remove useless 'experimental' folder, make namespaces match folders 2014-10-03 21:04:37 +00:00
UserPort Commodore 64: Remove useless 'experimental' folder, make namespaces match folders 2014-10-03 21:04:37 +00:00
docs Change project name BizHawk.Emulation to BizHawk.Emulation.Cores 2013-11-15 14:05:47 +00:00
C64.IDebuggable.cs IDebugable - add a CanStep() method, and implement it in all IDebuggable implementations 2014-12-20 13:29:57 +00:00
C64.IDriveLight.cs C64 - reorg some core code 2014-12-18 18:39:55 +00:00
C64.IInputPollable.cs C64 - reorg some core code 2014-12-18 18:39:55 +00:00
C64.IMemoryDomains.cs C64 - reorg some core code 2014-12-18 18:39:55 +00:00
C64.IStatable.cs C64 - reorg some core code 2014-12-18 18:39:55 +00:00
C64.Input.cs Move InputCallbackSystem from CoreComm to IInputPollable, and refactor all cores accordingly. Lua - OnInputPoll() - log to the user when attemping to add a callback of this type to a core that has not implemented input callbacks. Mark all unmanaged cores' implementations of the InputCallbackSystem as FeatureNotImpleented, won't have any effect on functionality, but will help us keep track of the fact that they still have a bit of work to do. Still todo: ActiveChanged event handler on the base implementation of IInputCallbackSystem 2014-12-04 00:43:12 +00:00
C64.Motherboard.cs Commodore 64: Add new CIA emulation (disconnected for this commit but it is a drop-in replacement). Fixed RAM writes underneath CPU IO port space ($00/$01) 2014-10-09 02:14:15 +00:00
C64.MotherboardInterface.cs Commodore 64: Add new CIA emulation (disconnected for this commit but it is a drop-in replacement). Fixed RAM writes underneath CPU IO port space ($00/$01) 2014-10-09 02:14:15 +00:00
C64.cs C64 - reorg some core code 2014-12-18 18:39:55 +00:00
C64Util.cs C64 - reorg some core code 2014-12-18 18:39:55 +00:00
InputFileInfo.cs Change project name BizHawk.Emulation to BizHawk.Emulation.Cores 2013-11-15 14:05:47 +00:00
SaveState.cs C64 - reorg some core code 2014-12-18 18:39:55 +00:00