Commit graph

79 commits

Author SHA1 Message Date
75c765b392 almost drawing 2023-02-05 22:37:49 +11:00
839429029d reset vblank flag lol 2023-02-05 18:50:07 +11:00
976ee24d6a initial gpu impl 2023-02-05 18:46:55 +11:00
74551afdd8 graphics window 2023-02-03 09:15:30 +11:00
f759fdd48c dont let the game know about the speedup 2023-02-03 08:55:03 +11:00
f87fe618fd vblank should be working 2023-02-03 08:54:29 +11:00
8b9bcb5026 clear if bits 2023-02-02 19:05:18 +11:00
6ae1d4a4b8 interrupt handling 2023-02-02 19:01:11 +11:00
0a6e0b6833 almost timing 2023-02-02 16:52:33 +11:00
bb7e0fbc51 opcodes return number of cycles 2023-02-02 16:28:49 +11:00
7c196daeb6 cleanup 2023-02-02 12:05:09 +11:00
eb85d3aa25 cant pop to f 2023-02-02 11:55:04 +11:00
ba8b03693f all instructions actually working 2023-02-02 11:52:45 +11:00
c82f00c88b fix carry instruction flags 2023-02-02 11:07:09 +11:00
d73fbc827c move ime_scheduled logic from opcode handler 2023-02-02 11:00:59 +11:00
8fc35fa1e1 cleanup 2023-02-02 11:00:47 +11:00
e4ba687968 0xC0 - 0xFF 2023-02-02 10:54:16 +11:00
f07c6a41a3 impl 0x80 to 0xBF 2023-02-01 23:08:51 +11:00
d03043bef9 ld instructions 2023-02-01 22:54:02 +11:00
e3199f32b6 0x00 - 0x3F opcodes 2023-02-01 22:46:58 +11:00
3da02edc34 instruction changes & fixes 2023-02-01 22:46:41 +11:00
7460d31913 extra instructions + fix caps on flags 2023-02-01 20:04:05 +11:00
fffb6e0278 new register layout 2023-02-01 17:18:08 +11:00
3a599b069f better processor modularisation 2023-01-31 10:05:36 +11:00
8413dedb89 remove unneeded allow(dead_code)s 2023-01-27 11:26:33 +11:00
17f037fb27 give flags their Full Name 2023-01-22 13:09:31 +11:00
13bd9f0a1c refactor printing + args 2023-01-22 12:13:02 +11:00
744f769728 move opcodes to module 2023-01-22 09:39:45 +11:00
57b46eca6e move processor to own module folder 2023-01-22 09:35:10 +11:00