|
f8477714ae
|
feat: implement resetting
|
2023-03-10 02:28:03 -06:00 |
|
|
11eae091db
|
chore: introduce zba-util
In an effort to reuse code between zba and zba-gdbstub, move common util
code (like the SPSC Channel I implemented in this commit) in a new lib
|
2023-03-10 00:05:31 -06:00 |
|
|
d985eac0fc
|
tmp: implement mechanisms for a emu reset fn (currently crashes)
|
2023-02-23 23:49:56 -06:00 |
|
|
46e29245b7
|
fix(apu): disable APU writes when APU is disabled
|
2022-11-26 12:20:42 -04:00 |
|
|
af8ec4db5b
|
chore: go through TODOs and FIXMEs
mainly deleting / rewording those that no longer apply
|
2022-10-31 06:17:09 -03:00 |
|
|
ca67ca3183
|
fix(apu): only enable dma sound fifo after manual write
|
2022-10-30 03:48:12 -03:00 |
|
|
472215b4c2
|
feat(ppu): implement all i/o writes
|
2022-10-30 03:11:04 -03:00 |
|
|
1d163fa56f
|
feat(apu): implement all apu i/o writes
|
2022-10-30 02:02:23 -03:00 |
|
|
c75682dbd4
|
fix(apu): some invalid i/o registers should read 0x0000
|
2022-10-29 04:29:44 -03:00 |
|
|
36832ba1fb
|
feat(apu): impelement all apu i/o reads
|
2022-10-29 04:24:06 -03:00 |
|
|
14b24787ab
|
style: remove unnecessary imports
|
2022-10-28 21:56:55 -03:00 |
|
|
eb7ffa29f4
|
fix(apu): pause device on mute instead of writing silence
|
2022-10-27 09:11:08 -03:00 |
|
|
21eddac31e
|
style: improve code quality
|
2022-10-13 00:23:58 -03:00 |
|
|
785135a074
|
feat: rewrite device ticks
|
2022-10-13 00:23:58 -03:00 |
|
|
fd38fd6506
|
style(scheduler): rename scheduler event handlers
|
2022-10-13 00:23:58 -03:00 |
|
|
bcacac64df
|
style: code refactoring
|
2022-10-13 00:23:58 -03:00 |
|
|
dc7cad9691
|
style(apu): split apu.zig into multiple files + refactor
|
2022-10-13 00:23:58 -03:00 |
|
|
13f6ee8ec4
|
style(bus): refactor several hardware abstractions
|
2022-10-10 11:57:57 -03:00 |
|
|
92cfc763c0
|
chore: move util.zig
|
2022-09-19 16:07:19 -03:00 |
|
|
59c9ff910e
|
feat: implement open bus for unmapped i/o
|
2022-09-12 23:18:29 -03:00 |
|
|
65cfc97f28
|
feat: reimplement audio sync
APU will now drop samples if the Audio Queue is already full, therefore
creating a "sped-up" effect when the emulator runs faster than 100%
|
2022-09-08 20:38:42 -03:00 |
|
|
59669ba3a5
|
chore: rename arm7tdmi variables to just cpu
Less verbose, specifying arm7tdmi doesn't really do much when there's
no other CPU in the system
|
2022-09-03 17:56:37 -03:00 |
|
|
53191b0eeb
|
chore: change directory structure
|
2022-07-22 21:11:19 -03:00 |
|