Skip to content

Releases: fvdhoef/aquarius-plus

Aquarius+ Emulator & Firmware V0.20a

31 Oct 15:37
c720ccd
Compare
Choose a tag to compare

This release introduces an alternate video timing which should be more compatible with LCD screens. By default 704x480 was used, now additionally 640x480 is supported. This will chop off the left and right border. You can choose between the 2 modes via GUI+F10 / GUI+F11. (GUI = Windows key on most keyboards)

Firmware

  • Fix for 8.3 short file names (thanks @LoudScotsBloke for reporting!)
  • Support for alternate video timing (640x480)

CP/M

  • Cursor keys and home/end are now mapped to WordStar control keys combos

Aquarius+ Emulator & Firmware V0.20

29 Oct 13:33
Compare
Choose a tag to compare

This release contains the first release of the CP/M 2.2 operating system for the Aquarius+! Check out the Wiki for information on how to use it.

Emulator / Firmware

  • plusBASIC v0.16
  • Fixed timing of register $FD (Thanks Mack Wharton!)

Aquarius+ Emulator & Firmware V0.19b

22 Oct 14:32
Compare
Choose a tag to compare

Emulator

  • Debugger: Fixing single stepping with turbo mode enabled
  • Debugger: Step over all repeating instructions (CPDR/CPIR/INDR/INIR/LDDR/LDIR/OTDR/OTIR)

Aquarius+ Emulator & Firmware V0.19a

22 Oct 07:23
Compare
Choose a tag to compare

Emulator

  • Added 'Screen' menu to set scaling mode

Emulator / Firmware

  • Bug fixes for 80 columns mode
  • Add support for second page in 40 column mode

Aquarius+ Emulator & Firmware V0.19

21 Oct 15:11
Compare
Choose a tag to compare

Emulator

  • Debugger: ESP info window
  • Debugger: Popup on addresses in CPU state window with quick actions
  • Improved speed on pasting text

Emulator / Firmware

  • Turbo mode (7.16Mhz)
  • 80-columns mode

Aquarius+ Emulator & Firmware V0.18d

15 Oct 14:43
Compare
Choose a tag to compare

Emulator

  • Debugger: adding 'step out'
  • Debugger: save trace window state in config
  • Debugger: save assembly listing path in config

Firmware/Emulator

  • Adding OPENDIR83 ESP32 command to support CP/M

Aquarius+ Emulator & Firmware V0.18c

11 Oct 05:16
Compare
Choose a tag to compare

Emulator

  • Debugger: Save 'enable breakpoints' in config
  • Debugger: Show cpu state window when halted
  • Debugger: Resume CPU on reset
  • Debugger: Reset emulated 'FPGA' state on reset

Firmware:

  • Fixing reset for remote starting programs

Aquarius+ Emulator & Firmware V0.18b

07 Oct 16:28
Compare
Choose a tag to compare

Emulator:

  • Fix for issue with key repeat on some computers.
  • Debugger: added key buffer to IO registers window

Firmware/Emulator:

  • plusBASIC to v0.14d
  • Small fixes to compose key functionality

Aquarius+ Emulator & Firmware V0.18a

02 Oct 05:11
Compare
Choose a tag to compare

Firmware/Emulator

  • PlusBASIC v0.14 (support for keyboard auto-repeat)

Aquarius+ Emulator & Firmware V0.18

01 Oct 14:10
Compare
Choose a tag to compare

Firmware/Emulator

  • Implemented KEYMODE command.
  • Keyboard auto-repeat mode (still needs plusBASIC support for use in BASIC)
  • Adding French and German keyboard layouts
  • Use Ctrl-O and Ctrl-N to switch between original character set and new Latin-1 character set with international characters.
  • plusBASIC v0.13g