BizHawk/BizHawk.Emulation/Computers/Commodore64/MOS
saxxonpike 31fba1ec2b commodore64: change from uint to int, seems to speed things up a little with no side effects 2012-12-11 06:27:00 +00:00
..
CartridgePort.cs commodore64: change directory structure a little, rename namespaces for consistency 2012-12-06 06:25:30 +00:00
CassettePort.cs commodore64: implement Serial and Datassette interfaces (there are no devices to connect them to yet) 2012-12-06 04:29:08 +00:00
Chip23XX.cs commodore64: implement motherboard configuration, add sprite-sprite and sprite-data collision interrupts to VIC 2012-12-05 21:07:51 +00:00
Chip2114.cs commodore64: implement motherboard configuration, add sprite-sprite and sprite-data collision interrupts to VIC 2012-12-05 21:07:51 +00:00
Chip4864.cs commodore64: implement motherboard configuration, add sprite-sprite and sprite-data collision interrupts to VIC 2012-12-05 21:07:51 +00:00
MOS6510.cs commodore64: fix up some timer chip routines, and directional dataport should be more accurate 2012-12-07 21:01:22 +00:00
MOS6522.cs commodore64: fix up some timer chip routines, and directional dataport should be more accurate 2012-12-07 21:01:22 +00:00
MOS6526.cs commodore64: fix up some timer chip routines, and directional dataport should be more accurate 2012-12-07 21:01:22 +00:00
MOS6567.cs commodore64: change from uint to int, seems to speed things up a little with no side effects 2012-12-11 06:27:00 +00:00
MOS6569.cs commodore64: change from uint to int, seems to speed things up a little with no side effects 2012-12-11 06:27:00 +00:00
MOS6581.cs commodore64: change from uint to int, seems to speed things up a little with no side effects 2012-12-11 06:27:00 +00:00
MOSPLA.cs commodore64: implement motherboard configuration, add sprite-sprite and sprite-data collision interrupts to VIC 2012-12-05 21:07:51 +00:00
Port.cs commodore64: slight tweak 2012-12-07 21:02:02 +00:00
SerialPort.cs commodore64: disk and tape framework added 2012-12-06 06:53:55 +00:00
Sid.cs commodore64: change from uint to int, seems to speed things up a little with no side effects 2012-12-11 06:27:00 +00:00
Timer.cs commodore64: implement more c64-disk communications, hook up drive LED 2012-12-07 17:06:07 +00:00
UserPort.cs commodore64: VIC timing fix, implemented new cartridge I/O which handles writes into ROM addresses (apparently some carts use this) 2012-11-28 03:30:59 +00:00
Vic.VideoProvider.cs commodore64: change from uint to int, seems to speed things up a little with no side effects 2012-12-11 06:27:00 +00:00
Vic.cs commodore64: change from uint to int, seems to speed things up a little with no side effects 2012-12-11 06:27:00 +00:00