BizHawk/BizHawk.Emulation/Computers/Commodore64
saxxonpike 228fa3869f Video chip timing in the old core now builds its timing tables dynamically instead of having them hardcoded- should greatly reduce human error. The algorithm should cover every single revision of VIC. 2013-08-24 15:21:51 +00:00
..
Cartridge Commodore64: Fix EasyFlash registers- the address mask is actually 0x2. 2013-08-19 08:30:37 +00:00
Disk Commodore64: Tweak Joystick 2 input. 2013-08-14 13:53:48 +00:00
Experimental Commodore64: More work on the experimental VIC. Some speedups in the current VIC from caching the video mode and removing unnecessary shifts from the inner loops of the background graphics generator. 2013-08-23 08:57:20 +00:00
MOS Video chip timing in the old core now builds its timing tables dynamically instead of having them hardcoded- should greatly reduce human error. The algorithm should cover every single revision of VIC. 2013-08-24 15:21:51 +00:00
Media Commodore64: Removed a lot of unnecessary function chains and converted unsigned types to int. 2013-08-14 05:05:17 +00:00
Tape Removing unused directives from a bunch of files because I was playing around with resharper, but that got boring so not every file 2013-04-14 20:39:19 +00:00
docs commodore64: add some cartridge docs 2012-12-03 21:11:48 +00:00
C64.Core.cs Commodore64: Save states implemented. 2013-08-19 03:42:40 +00:00
C64.Input.cs Commodore64: Save states implemented. 2013-08-19 03:42:40 +00:00
C64.Motherboard.cs Video chip timing in the old core now builds its timing tables dynamically instead of having them hardcoded- should greatly reduce human error. The algorithm should cover every single revision of VIC. 2013-08-24 15:21:51 +00:00
C64.MotherboardInterface.cs Commodore64: Fix VIC addressing for Ultimax format cartridges. PLA implementation should be 100% complete now 2013-08-18 04:27:08 +00:00
C64.Savestate.cs Commodore64: Save states implemented. 2013-08-19 03:42:40 +00:00
C64.cs Commodore64: Save states implemented. 2013-08-19 03:42:40 +00:00
InputFileInfo.cs Commodore64: Save states implemented. 2013-08-19 03:42:40 +00:00
Sync.cs Commodore64: Save states implemented. 2013-08-19 03:42:40 +00:00