Commit Graph

42 Commits

Author SHA1 Message Date
FranLMSP 62071d7310 Reduce warnings 2021-11-05 10:08:17 -05:00
FranLMSP 5d488d4fa6 Refactor joypad and implement sprite fetching. Tetris is now playable 2021-11-05 00:19:55 -05:00
FranLMSP b7236e862a moonoeye if_ie_registers test 2021-11-04 13:13:22 -05:00
FranLMSP c5ff92c0ab Refactor PPU interrupt requests and fix Scroll X 2021-11-03 22:24:31 -05:00
FranLMSP 60fd55abca Optimize framebuffer render 2021-11-03 11:59:48 -05:00
FranLMSP 659f602b2a Interrupts tests passing 2021-11-03 08:36:30 -05:00
FranLMSP 806a4bf211 Refactor timer 2021-11-01 22:22:43 -05:00
FranLMSP 98be8f29dd EI instruction delay and fix palette bug 2021-11-01 17:03:56 -05:00
FranLMSP aed56708fd Some refactors 2021-11-01 13:04:09 -05:00
FranLMSP 292c7d1507 Basic joypad implementation 2021-10-31 21:02:09 -05:00
FranLMSP b5bb582c54 Tile fetch refactor and window pixel get 2021-10-31 17:03:59 -05:00
FranLMSP 5723c3b3b6 Fix interrupts, implement halt mode and fix IME 2021-10-31 07:25:47 -05:00
FranLMSP 61db367f31 Timer implement 2021-10-30 09:13:31 -05:00
FranLMSP abbd46ebed Refactor interrupt enum 2021-10-29 18:27:21 -05:00
FranLMSP 66731e1c8e Refactor interrupt implementation 2021-10-29 17:03:02 -05:00
FranLMSP c77bc9db70 Experimental interrupts 2021-10-29 15:40:47 -05:00
FranLMSP f90900a4c1 Enabling lcd and vblank flag registers 2021-10-28 22:13:23 -05:00
FranLMSP 7f9fdc9935 PPU timings 2021-10-28 19:38:30 -05:00
FranLMSP 6ad3f9f29b Experimental background rendering with scrolling 2021-10-28 12:58:03 -05:00
FranLMSP ce4afa96bf Rendering tiles with a temporally algorithm 2021-10-28 10:30:48 -05:00
FranLMSP 1444e8b63d Refactor address ranges 2021-10-22 15:32:12 -05:00
FranLMSP d655442b9a Prevent crashing on debug 2021-10-22 09:56:54 -05:00
FranLMSP d2bf668bdc Reducing some warnings 2021-10-20 18:24:13 -05:00
FranLMSP 758772200f Some refactors on instructions 2021-10-20 18:16:45 -05:00
FranLMSP aa60d8586f Update project name again 2021-10-20 14:33:11 -05:00
FranLMSP bdd2b4659a Test rom 10 2021-10-20 13:47:59 -05:00
FranLMSP b154b4a5cb Fix some LD and rotate instructions 2021-10-20 13:39:39 -05:00
FranLMSP 82fafad9cc Fix RST instruction 2021-10-20 12:29:55 -05:00
FranLMSP a4659dc147 Testing more roms 2021-10-19 22:36:10 -05:00
FranLMSP 0a1f075734 Fix ADC and SBC instructions 2021-10-19 21:55:35 -05:00
FranLMSP 8b287c17c7 Fix ADD carry 2021-10-19 13:59:53 -05:00
FranLMSP 6b1d50ba76 Prevent panic on adding or sub with overflow on CPU 2021-10-19 13:17:14 -05:00
FranLMSP f928207a8d 0xF8 instruction 2021-10-19 11:04:52 -05:00
FranLMSP edc8429aa2 BIT instruction 2021-10-19 09:53:50 -05:00
FranLMSP ebadad803b Bug on LD instruction 2021-10-17 12:29:02 -05:00
FranLMSP e1d29d9530 Emulate Echo RAM 2021-10-17 12:02:33 -05:00
FranLMSP 9d8d05c660 Including more test roms and initializing the registers 2021-10-15 19:49:36 -05:00
FranLMSP f9d5cfaa02 Refactor 16bit bus read write 2021-10-15 19:18:00 -05:00
FranLMSP 253da76fd5 CALL u16 and RST instructions 2021-10-14 17:07:51 -05:00
FranLMSP a5fad87319 RLCA, LD and DI instructions 2021-10-14 13:25:20 -05:00
FranLMSP 5d04b7c346 Modeling the Bus and writing first test for NOP instruction 2021-10-13 19:38:37 -05:00
FranLMSP 2afa2a1ff8 Memory maps 2021-10-13 12:56:00 -05:00