|
|
bd02f625a5
|
feat: upgrade to zig v0.15.1
note: emu crashes for unknown reason
|
2025-10-12 21:03:32 -05:00 |
|
|
|
0e02d9aaab
|
feat: upgrade to Zig v0.13.0
|
2024-09-09 02:16:31 -05:00 |
|
|
|
66192daf6c
|
feat: target Zig v2024.1.0-mach
|
2024-02-09 01:25:13 -06:00 |
|
|
|
d4b7167e29
|
chore: simply some zig fmt builtin changes
|
2023-07-17 01:09:54 -05:00 |
|
|
|
d96c9c01ff
|
chore: update to latest builtin syntax
|
2023-07-10 22:09:48 -05:00 |
|
|
|
954fb279ad
|
chore: move cpu implementation to it's own module
There's a decent amount of Hacks and TODO:s that need revisiting
I should spend a bit of time cleaning up code 😔
|
2023-06-25 18:56:56 -05:00 |
|
|
|
e8bc798120
|
feat(ui): add the option to choose the BIOS
|
2023-06-19 15:19:43 -05:00 |
|
|
|
79514b0cd0
|
fix(input): make use of atomic rmw intrinsics when handling input
|
2023-05-23 03:07:05 -05:00 |
|
|
|
c677957725
|
chore: update min ver. to v0.11.0-dev.2934+1b432072b
|
2023-05-02 00:09:46 -05:00 |
|
|
|
2629d15e2f
|
feat: don't require path to ROM in CLI
|
2023-03-10 21:16:06 -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 |
|
|
|
ff609c85ba
|
feat: show game title as imgui screen title
|
2023-02-23 17:27:42 -06:00 |
|
|
|
ae78588b80
|
feat: implement ui for register, interrupt
|
2023-02-23 17:27:42 -06:00 |
|
|
|
024151a5c1
|
chore: update to latest zig master
|
2023-02-22 14:46:46 -06:00 |
|
|
|
e380af7056
|
chore: use a more efficient decimal->bcd algorithm
This will not improve perf in any way because this code only gets run
one time a second orz
|
2023-02-21 23:22:42 -06:00 |
|
|
|
1ecbbc7d29
|
chore: cleanup BIOS struct init code
|
2022-12-27 06:42:06 -06:00 |
|
|
|
caaa60d1a8
|
fix: rotate unaligned reads on BIOS open-bus
|
2022-12-27 06:25:12 -06:00 |
|
|
|
7d4ab6db2c
|
style: remove unused imports
|
2022-12-16 22:16:37 -04:00 |
|
|
|
8963fe205b
|
chore: move OAM, PALRAM and VRAM structs to separate files
|
2022-12-16 22:16:37 -04:00 |
|
|
|
e906506e16
|
fix: 8-bit writes to WIN PPU registers
Advance Wars depends on these registers similar to Mario Kart's 8-bit
writes to Affine Background registers:
|
2022-12-16 22:16:37 -04:00 |
|
|
|
3195a45e3d
|
chore: refactor window
|
2022-12-16 22:16:37 -04:00 |
|
|
|
26db340077
|
fix(input): implement atomic for KeyInput
|
2022-11-30 00:42:20 -04:00 |
|
|
|
4af86e1cb3
|
style: replace meta.Tuple calls with new tuple syntax
|
2022-11-29 23:01:06 -04:00 |
|
|
|
66db2e6049
|
Revert "chore: refactor flash impl"
This reverts commit 96a9ae2ca5.
|
2022-11-20 21:46:40 -04:00 |
|
|
|
c5cf471912
|
fix(timer): removing cascade when TIM aleady enabled shouldn't reset counter
|
2022-11-20 19:13:49 -04:00 |
|
|
|
4ed4f8e143
|
fix(dma): implement obscure behaviour for DMAs from ROM
|
2022-11-20 17:49:26 -04:00 |
|
|
|
96a9ae2ca5
|
chore: refactor flash impl
|
2022-11-17 10:47:19 -04:00 |
|
|
|
5d7cf3a8a2
|
chore: remove util fn for stdlib equivalent
|
2022-11-11 13:02:51 -04:00 |
|
|
|
b8a5fb95c1
|
fix(io): account for read-only bit in WAITCNT
|
2022-11-02 08:06:19 -03:00 |
|
|
|
102b2c946b
|
fix(io): respect read-only bits in DISPSTAT
Superstar Saga now renders correctly
|
2022-11-02 07:54:06 -03:00 |
|
|
|
af8ec4db5b
|
chore: go through TODOs and FIXMEs
mainly deleting / rewording those that no longer apply
|
2022-10-31 06:17:09 -03:00 |
|
|
|
5101fbd809
|
feat(io): pass all suite.gba i/o read tests
|
2022-10-31 05:22:11 -03:00 |
|
|
|
472457b9f3
|
chore: make use of comptime control flow when working with tuples
|
2022-10-31 05:14:20 -03:00 |
|
|
|
9a732ea6f8
|
chore(i/o): ensure interrupt i/o exists
|
2022-10-31 05:14:20 -03:00 |
|
|
|
472215b4c2
|
feat(ppu): implement all i/o writes
|
2022-10-30 03:11:04 -03:00 |
|
|
|
c9a423d094
|
fix(ppu): resolve mistakes in ppu i/o reads
|
2022-10-30 02:15:26 -03:00 |
|
|
|
1d163fa56f
|
feat(apu): implement all apu i/o writes
|
2022-10-30 02:02:23 -03:00 |
|
|
|
13710a3236
|
feat(timer): implement all timer i/o writes
|
2022-10-30 01:18:46 -03:00 |
|
|
|
6154585e77
|
feat(dma): implement all dma i/o writes
|
2022-10-30 01:04:22 -03:00 |
|
|
|
7debdc490d
|
fix(io): resovle off-by-one errors in i/o register ranges
|
2022-10-29 05:23:05 -03:00 |
|
|
|
f0dca29836
|
fix(dma): apply proper masks to dma i/o
|
2022-10-29 04:53:21 -03:00 |
|
|
|
36832ba1fb
|
feat(apu): impelement all apu i/o reads
|
2022-10-29 04:24:06 -03:00 |
|
|
|
647bd83224
|
chore(io): rewrite certain error messages
We can do this now that we know that it won't be because of any
unimplemented feature in some circumstances
|
2022-10-29 02:37:54 -03:00 |
|
|
|
c831f67d1a
|
feat(timer): implemeant all timer i/o reads
|
2022-10-29 01:37:28 -03:00 |
|
|
|
268961262d
|
feat(dma): implement all dma i/o reads
|
2022-10-29 01:30:12 -03:00 |
|
|
|
371cf4cc12
|
style(i/o, ppu): refactor ppu i/o
|
2022-10-28 23:45:54 -03:00 |
|
|
|
14b24787ab
|
style: remove unnecessary imports
|
2022-10-28 21:56:55 -03:00 |
|
|
|
4b8ed3cebb
|
fix(io): resolve embarrasingly simple regression
introduced in 21eddac31e
|
2022-10-23 04:39:31 -03:00 |
|
|
|
a2868dfe9e
|
feat(dma): Implement DMA Latch
|
2022-10-22 20:52:02 -03:00 |
|