Skip to content

Releases: pbfy0/nspire-z80

Version 0.12

29 Jan 04:10
Compare
Choose a tag to compare
  • This version supports both 84+ and 84+SE in one binary (CSE too, if CSE actually worked).
  • Added a config file. nspire-z80.cfg.tns, in the same folder as nspire-z80.tns, can contain a setting for keyboard type:
    • keypad=84 for swap-in 84+ keyboard - not useful except for debugging in nspire_emu
    • keypad=old for the pre-0.12 keyboard layout - wonky top row and sin and cos not available
    • keypad=default new default - newly reorganized and less wonky CX keyboard mapping. Documentation coming soon™; for now, look in src/keypad.c.

Version 0.11

01 Jun 04:16
Compare
Choose a tag to compare
  • Support non-84+SE calculators
  • slightly optimized LCD ASM

nspire-z80-84p.tns will work only for 84+ roms; nspire-z80.tns will work only for 84+SE roms. To use nspire-z80-84p.tns, you have to rename it to nspire-z80.tns.

Version 0.10.2

01 May 02:13
Compare
Choose a tag to compare
  • Offscreen LCD correct now
  • Savestate works smoothly for the first time
  • LCD border now correct size

Version 0.10.1

30 Apr 21:41
Compare
Choose a tag to compare

HW-W fixes, correct emulation of the offscreen area.

Version 0.10

23 Apr 01:56
Compare
Choose a tag to compare

Lots of changes:

  • Z80 Memory mapping is now implemented on the ARM MMU -- could be faster
  • Debugging over USB is now available - NAVNETIO configuration option
  • 240x320 HW-W support (theoretically). I don't have any W hardware, so it's untested.
  • On button now works, usually.
  • Savestate should save flash state, but flash unlocking isn't implemented yet
  • Optional double-buffered LCD (-DLCD_DOUBLE_BUFFER). Basically pointless, I thought it would solve an issue that was actually a caching problem.

Version 0.9.1

21 Feb 17:02
Compare
Choose a tag to compare

New features: save states, real time clock

Fixes: swapped keypad keys, LCD bug

Version 0.9

16 Feb 18:16
Compare
Choose a tag to compare

Mostly functional.
Missing features: flash/ram save states, link port