Skip to content

Commit

Permalink
C8 VDP 2.10.0 firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
tomm committed Aug 25, 2024
1 parent de243df commit aa4670f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["agon-light-emulator-debugger"]

[workspace.package]
version = "0.9.57"
version = "0.9.58"
edition = "2021"
authors = ["Tom Morton <[email protected]>"]
license = "GPL-3.0"
Expand Down
6 changes: 5 additions & 1 deletion docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ vdu 23 0 &88 250 0 50 0 0

- [ ] symbol support in debugger
- [ ] uart1 host serial link
- [ ] gdbserver support?

## CPU bugs

- [ ] Mixed mode calls set ((ismixed<<1) | isadl). I haven't implemented the ismixed part

## Mañana mañana

Expand All @@ -15,4 +20,3 @@ vdu 23 0 &88 250 0 50 0 0
- [ ] not all screen modes are 60Hz, but emulator assumes they are
- [ ] c8 joystick gpio mutex contention on windows -- probably use atomics instead
- [ ] vdp audio sample rate setting
- [ ] timestamps in hostfs
2 changes: 1 addition & 1 deletion src/vdp/userspace-vdp-gl

0 comments on commit aa4670f

Please sign in to comment.