Commit Graph

6 Commits

Author SHA1 Message Date
Koray Yanik 82584dab34 More WIP on PPU 2023-10-31 22:48:14 +00:00
Koray Yanik 3c3dbd2175 Starting work on PPU -> display -> VGA 2023-10-13 20:46:05 +01:00
Koray Yanik bfcdec1d83 Add a simple watchdog timeout 2023-10-03 22:31:39 +01:00
Koray Yanik 118f6b41b8 WIP on PPU io registers 2023-10-02 22:47:32 +01:00
Koray Yanik 7cec002e1a Starting work on a simple cartridge
In order to get through bootstrap process
2023-10-02 21:56:19 +01:00
Koray Yanik fda176d3b5 Complete rewrite from scratch, bootstrap WIP
Rewrite to use several bus multiplexers, resulting into a less messy
microarchitecture (hopefully). Some more room for cleanup though...

Supports every instruction from the bootstrap rom, more or less.
LY hacked at 0x90 to progress through vsync instantly.
No cartridge is present yet, so we will always fail checksum test and lock up.
2023-10-01 23:00:56 +01:00