196 Commits

Author SHA1 Message Date
FranLMSP 4b47ae96a1 refactor bus and ppu registers, env var to unlock fps 2023-10-09 22:16:00 -05:00
FranLMSP 76a930385d fix double speed mode not being triggered 2023-10-09 16:21:26 -05:00
FranLMSP 7bfe760a57 Fix tearing 2023-07-09 12:09:09 -05:00
FranLMSP 60bcc39a74 Small PPU refactor for HDMA addresses 2022-10-12 10:25:37 -05:00
FranLMSP a69c5be762 WIP cgb double speed switch 2022-10-11 20:34:01 -05:00
FranLMSP ba4051bc14 Refactor cpu constructor and fix tests 2022-02-07 19:11:23 -05:00
FranLMSP 2ca1813939 basic HDMA implementation 2022-01-02 21:09:48 -05:00
FranLMSP 7925dd75c9 Fix cgb RAM 2021-12-27 14:10:39 -05:00
FranLMSP b4b560231e fix cram address issue 2021-12-27 10:58:40 -05:00
FranLMSP e48e8881e7 update readme 2021-12-26 10:53:39 -05:00
FranLMSP 758d17675e More cgb-acid2 progress 2021-12-26 10:49:32 -05:00
FranLMSP eb0f61aebd CPU Registers for CGB mode 2021-12-26 08:58:09 -05:00
FranLMSP abac2b3bf3 First cgb-acid2 signs of life 2021-12-26 00:10:37 -05:00
FranLMSP 3f2824714f WIP PPU CGB support 2021-12-23 19:40:25 -05:00
FranLMSP c109346dcf RAM for cgb 2021-12-21 20:14:49 -05:00
FranLMSP d6ef80afe4 Sample rate of 48000 2021-12-21 14:32:03 -05:00
FranLMSP 060dbde966 Some progress on sound I guess 2021-12-18 19:12:20 -05:00
FranLMSP 10848d28eb Refactor interrupts 2021-11-25 21:13:55 -05:00
FranLMSP aa88a6498e more WIP for sound 2021-11-25 20:09:17 -05:00
FranLMSP 7fe522ea3b Timer tests 2021-11-23 09:21:25 -05:00
FranLMSP 23e7607319 Per pixel rendering PPU 2021-11-22 20:55:51 -05:00
FranLMSP d619c653f5 Add screenshots to readme 2021-11-21 20:22:47 -05:00
FranLMSP 7abe363e75 Calculating frames delay in microseconds 2021-11-20 20:52:56 -05:00
FranLMSP 4caac23f66 Frame limiter 2021-11-20 11:27:08 -05:00
FranLMSP 46262dfefa Some more implementations for MBC3, still WIP 2021-11-20 10:54:13 -05:00
FranLMSP c009c65c45 mbc5 bitmask 2021-11-20 09:38:55 -05:00
FranLMSP c0fde459e0 Refactor MBCs 2021-11-20 09:35:12 -05:00
FranLMSP 9464df5f22 Update resources 2021-11-20 07:56:27 -05:00
FranLMSP 275cfb847f fix bug when emulator close is triggered twice 2021-11-19 19:31:58 -05:00
FranLMSP 52ad064ab5 Saving RAM when the emulator is closed 2021-11-19 17:20:37 -05:00
FranLMSP 2eb5d55bcc Fix DMA bug 2021-11-19 13:26:16 -05:00
FranLMSP 186d6fa23b fix ram banking mbc1 2021-11-19 12:46:14 -05:00
FranLMSP 841cc96a67 Fix sprites bug 2021-11-19 10:19:01 -05:00
FranLMSP 22c09895d7 update readme 2021-11-18 20:50:00 -05:00
FranLMSP 2e3122f1e0 More MBC implementations 2021-11-18 20:48:02 -05:00
FranLMSP 70ac674fe9 Some changes to MBC1 2021-11-18 14:18:31 -05:00
FranLMSP 569df9edd3 Refactor PrefixCB opcode 2021-11-17 19:41:03 -05:00
FranLMSP 5493eb5690 Fix tests and more PPU optimizations 2021-11-17 10:12:11 -05:00
FranLMSP dc7d06cefc Fix instruction timing 2021-11-16 10:50:56 -05:00
FranLMSP 7396345f76 WIP mbc3 2021-11-16 09:25:33 -05:00
FranLMSP a44dcd0ce8 Basic MBC2 implementation 2021-11-16 08:28:15 -05:00
FranLMSP fb929a05a9 Header checksum 2021-11-15 19:35:53 -05:00
FranLMSP 2ed5fdb823 Refactor MBCs 2021-11-15 18:52:44 -05:00
FranLMSP 71692a05a5 Initial hardware registers 2021-11-15 17:25:43 -05:00
FranLMSP 6104f5b077 Refactor project structure and fix all warnings 2021-11-15 16:38:52 -05:00
FranLMSP e2959abfaf Fix crashing bug 2021-11-15 13:15:31 -05:00
FranLMSP 0aa6e56fc1 clippy 2021-11-15 11:33:21 -05:00
FranLMSP 7fa6857ac3 Refactor ppu and vram (currently crashing) 2021-11-15 11:25:30 -05:00
FranLMSP de021c2eff Replace AddressRange struct by ranges 2021-11-15 09:46:59 -05:00
FranLMSP 5acb3ba6d5 Refactor timer 2021-11-15 09:27:03 -05:00