Skip to content

Releases: fvdhoef/aquarius-plus

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

Aquarius+ Emulator & Firmware V0.17e

30 Sep 13:56
Compare
Choose a tag to compare

Firmware/Emulator

  • Implemented keyboard buffer
  • Implemented AltGr for UK
  • Implemented Compose key on left Alt (for all keyboard layouts)
  • plusBASIC v0.13d

Aquarius+ Emulator & Firmware V0.17d

25 Sep 09:29
Compare
Choose a tag to compare

Firmware/Emulator

  • Updating plusBASIC to v0.12p
  • Fixing compositing of text/graphics layers

Firmware

  • New 'mousesens' command in settings app to change the sensitivity of the mouse

Aquarius+ Emulator & Firmware V0.17c

24 Sep 14:51
Compare
Choose a tag to compare

Firmware/Emulator:

  • Support for keyboard layouts. Currently supported are US and UK layouts. Use the settings app to change the layout. In the emulator the layout can also be changed via the keyboard menu.

Aquarius+ Emulator & Firmware V0.17b

23 Sep 13:01
Compare
Choose a tag to compare

Emulator:

  • Debugger: 1x/2x/4x/8x/16x emulation speed

Firmware:

  • Reverting some changes to the Bluetooth code. (Hopefully fixing the issues that Sean was having.)
  • Blanking screen on ESP32 reboot (CTRL-SHIFT-ESC)
  • Reducing mouse sensitivity

Aquarius+ Emulator & Firmware V0.17a

17 Sep 17:51
Compare
Choose a tag to compare

Checkout the examples in demos/PlusBasic on the SD card for examples on using the mouse and sprites from plusBASIC!

Emulator:

  • Auto-hide mouse cursor when program with mouse support is running.
  • Debugger: Fixing 'step over'.

Firmware/Emulator:

  • Updated plusBASIC to version v0.12g