Commit graph

65 commits

Author SHA1 Message Date
Alex Janka 124b823ae1 cgb refactor + double speed groundwork 2023-04-21 20:05:31 +10:00
Alex Janka fbae48596e ir + cleaning 2023-04-21 10:38:51 +10:00
Alex Janka 9ff6196ecf vram dma transfer might work? 2023-04-21 10:28:54 +10:00
Alex Janka 2a5d8b816c wow! ding! 2023-04-20 21:07:15 +10:00
Alex Janka 37be5599d2 add breakpoints 2023-04-20 18:01:45 +10:00
Alex Janka 7d90d516ed bios boots! ish! 2023-04-20 16:45:45 +10:00
Alex Janka c56e167c6b better cgb init 2023-04-20 14:53:22 +10:00
Alex Janka 1678372c2b can choose cgb mode 2023-04-20 12:29:22 +10:00
Alex Janka 1d09a2500a heheheh 2023-04-20 12:16:04 +10:00
Alex Janka 02812aa458 I FINALLY FIXED IT !!! 2023-04-20 10:41:27 +10:00
Alex Janka b759625d5d clean 2023-04-20 10:17:27 +10:00
Alex Janka 8b94964204 debugging 2023-04-20 10:16:05 +10:00
Alex Janka e805f32380 oam dma lockout 2023-04-19 17:28:18 +10:00
Alex Janka 828da3e01f address handling 2023-04-18 18:09:21 +10:00
Alex Janka e82baab292 remove stinky statics 2023-04-06 14:53:26 +10:00
Alex Janka 4cf152a5ef some cleaning 2023-04-06 13:15:48 +10:00
Alex Janka adaf203e73 better error messages for parsing rom title 2023-03-25 17:23:48 +11:00
Alex Janka 72723edaa3 fix trait bounds + tile window 2023-03-19 19:12:56 +11:00
Alex Janka d001e0d0e2 fix speed being off by 1% 😭 2023-03-19 18:48:49 +11:00
Alex Janka 7bd343ddec camera is almost there... waiting on upstream support from webcam libs lol 2023-03-19 15:44:45 +11:00
Alex Janka 47e2210b88 camera works-ish! 2023-03-19 12:43:10 +11:00
Alex Janka bceb8b0ea4 camera builds! 2023-03-19 11:33:53 +11:00
Alex Janka 533cb42152 shut up about mbc type in panics 2023-03-19 10:48:59 +11:00
Alex Janka efcd9877d8 type params for camera work 2023-03-19 10:39:57 +11:00
Alex Janka db394d663a spooky does not need to be pub 2023-03-19 10:38:08 +11:00
Alex Janka 5de448917a change from inline to where for generics 2023-03-19 10:26:56 +11:00
Alex Janka bf1b8f0ebc started camera 2023-03-19 10:24:03 +11:00
Alex Janka 279ffb1a7f some overflows in debug mode 2023-03-19 10:23:55 +11:00
Alex Janka 8edf466271 refactor options 2023-03-17 13:58:47 +11:00
Alex Janka 30a94868d1 its less annoying now lol 2023-03-17 13:33:38 +11:00
Alex Janka 1e01308605 serial clock kinda sux tbh... put it behind a feature flag 2023-03-17 10:42:27 +11:00
Alex Janka 8dc01b59c2 serial clock @ 8khz 2023-03-16 18:42:23 +11:00
Alex Janka 966f707ed1 update tomls 2023-03-16 11:28:17 +11:00
Alex Janka 198ced9cb6 serial waits for ime 2023-03-16 11:04:44 +11:00
Alex Janka 5f2a6ed14d fix options for main emu 2023-03-16 10:52:18 +11:00
Alex Janka 75bd223e98 serial and midi 2023-03-15 17:45:56 +11:00
Alex Janka b5fa2e6690 should restore from save state... doesn't, but should 2023-03-15 14:05:19 +11:00
Alex Janka 5aa308f695 save state restore 2023-03-15 13:15:32 +11:00
Alex Janka 3d5ae32960 load from save state 2023-03-11 09:31:15 +11:00
Alex Janka 5db1fc4127 cleanup 2023-03-11 08:56:44 +11:00
Alex Janka 77838fec27 save state beginning work 2023-03-11 08:44:23 +11:00
Alex Janka 962b2af282 get rid of cycle_count 2023-03-10 15:26:59 +11:00
Alex Janka bfb4772536 new_unfilled -> new 2023-03-09 14:12:28 +11:00
Alex Janka 52fe997e28 scale framebuffer in place 2023-03-09 11:52:24 +11:00
Alex Janka 66f7518bb0 more efficient pwm wave access 2023-03-09 11:20:14 +11:00
Alex Janka 4d2f84e183 better wave ram access 2023-03-09 11:16:10 +11:00
Alex Janka f26d1f2a41 why???? why did i do this???????? 2023-03-09 10:56:38 +11:00
Alex Janka 659fc4869a different downsample types 2023-03-09 10:50:18 +11:00
Alex Janka 89dc1160ed audiooutput: specify number of frames of audio to buffer 2023-03-09 10:25:29 +11:00
Alex Janka 79f9d70ff2 bootrom as romfile + inline include_bytes 2023-03-09 10:21:21 +11:00