github chernandezba/zesarux ZEsarUX-12.0

one day ago

ZEsarUX 12 - Bubble Bobble edition. 16 January 2025

  • New things added:

Added ZX Microdrive emulation on ZX Spectrum: that includes:

  • Standard MDR emulation. Allow to browse inside MDR files, see file map, fragmentation, rename files, sectors info, chkdsk and emulate bad sectors
  • Raw microdrive emulation. Supporting other non-interface1 rom file formats, like extending microdrive space with Multiface 128 or CP/M for LEC memory. Allow to see microdrive raw map (gap zones, sync bytes, data) and have "real problems", like autogenerate bad sectors or stretching the microdrive when it's new.
  • Simulate data sound on read and write
  • Visual Microdrive: Allow to see a microdrive cartridge in action

Added Visual Cassette Tape window
Added LEC memory extension emulation
Added machines Czerweny CZ 1000, CZ 1500, CZ 1000 Plus, CZ 1500 Plus, CZ 2000, CZ Spectrum, CZ Spectrum Plus
Added Memory Cheat feature: useful to find counters of energy, bombs, ammo or any other cheat in a game
Added Find text string on memory menu
Added Quicksave screen function
Added setting to disable persistent writes on Z88 Cards
Added CPC Additional ROMS emulation
Added setting "--simplemenus" to have a very simple main menu

  • Improvements:

Allow save screen to bmp for most machines
Allow hotswap to Pentagon and to Spectrum +3
Allow hotswap from Spectrum 128 to Spectrum +3
Allow to load .SP snapshots of 64kb (like Shadow of Unicorn)
Improve Azimuth warning on External Audio Source Window
Added SDHC cards addressing support
Added Flash Color mode (128 colors)
Allow to not save snapshot when exiting ZEsarUX
Allow to load an additional config file .zesaruxdevrc
Allow to define Left Alt, Left Ctrl, Left Shift or TAB as Joystick Fire action
Allow to change current tape read position on Input Tape Viewer for .tap files
Allow loading a 8kb rom in ZX80 (for example the ZX81 rom, like an upgraded ZX80 to ZX81)
Allow magnify sprites on View Sprites
Added Sphere Meter Type to View Sensors
Improve compilation: settings --enable-memptr --enable-visualmem --enable-cpustats are enabled by default on ./configure
Improved Inves Spectrum+ emulation: alert when a game may crash due to the Inves write-on-interrupt bug
Improved Spectrum Z80 CPU emulation core: add wait state (needed to emulate microdrive)
Improved PCW emulation: add mode 3 (360x256x16), allow videomode changes by i/o port
Improved Sega Master System emulation: allow to swap controls player 1 <-> player 2
Improved ZSF snapshot: save Datagear DMA state
Improved ZX Recreated keyboard support: allow to use it also on menu
Allow saving .Z80 TC2048, TC2068, TS2068 snapshots. Allow loading .Z80 TC2048, TC2068 snapshots

Improved Spectrum Next emulation (the following allows, for example, run Atic Atac version for Next):

  • Added Layer modes 6 and 7 (blend modes)
  • Added stackless NMI
  • Added DAC Channels A,B,C,D
  • Allow tiles on RAM 7
  • Improve display render when only ula enabled (6% less cpu on my computer)
  • Fixed 128k/+2a/Pentagon timings
  • Fixed DIVMMC mapping after RETN
  • Fixed Copper timings
  • Fixed esxdos handler call DISK_FILEMAP
  • Fixed esxdos handler changing local directory when a .nex snapshot is loaded
  • Fixed palette offset for layer 2
  • Fixed ULA layer horizontal scroll
  • Fixed sprite clipping on left and top border
  • Fixed Tile wrapping at 16k/8k
  • Fixed DMA burst mode when prescaler=0
  • Fixed DMA Transfer restarting the byte count at the end of a transfer
  • Fixed cpu speed when opening tape file

Improved Hilow Datadrive emulation:

  • Added Raw emulation, like the real device
  • Allow ddh variable size (from 3 up to 256 sectors)
  • Allow to format only one side on ddh files
  • Allow to clear contents when formatting ("c/borrado" or "s/borrado") on ddh files

Improved Debug:

  • CPU history: allow to change memory pointer to the PC register show in history
  • CPU history: allow to see full history
  • Show when CPU is in wait state
  • Dissassemble numeric parameters on Z80N (Z80 Spectrum Next) opcodes (NEXTREG NN,A, TEST N, etc)
  • Added breakpoint action save-binary
  • Allow to enable/disable breakpoint at an adress (not just enable/remove), using key 'L' uppercase. Disabled state is saved on configuration
  • Added Symbol Table loading

Improved Hexadecimal editor:

  • Now the data is refreshed when the window has the focus too
  • Now the memory pointer can follow an expression (CPU register for example)

Improved ZX Vision:

  • More GUI improvements following more guidelines from the (retro)-specification IBM CUA
  • Menus show previous menus when selecting submenus
  • When selecting ZX Vision Style, it is applied on moving cursor
  • Improve cursor movement on menus when pressing PgDn/PgUp
  • Allow keys Home/End on windows
  • Added setting to allow use speccy keys for menu interaction: use keys 5678 as cursors, caps shift+space for ESC, caps shift+ctrl for TAB, caps shift+ctrl+m for Open Menu (F5)
  • Video layers window can now be backgrounded
  • Debug DMA window can now be backgrounded
  • Warn on the resize mark when a window has to be enlarged (because there is text beyond current size)
  • Allow a window to disable scroll actions
  • Process switcher is located at bottom-left part of the display by default
  • Now rainbow bars on windows title are visible on all GUI Styles when an error or splash message appears
  • Added a direct function to open Breakpoints window

Improved ZX Desktop:

  • Allow to enable/disable upper and lower buttons independently
  • Allow right click on the device icons located on the lower part of the ZX Desktop
  • Fixes:

Fixed ZX Vision:

  • Fixed right click on upper buttons when menu closed and no windows open
  • Fixed alt key pressed when changing to another window by using alt-tab on xwindow, cocoa, sdl1 and sdl2 drivers
  • Fixed recovering window position after restore/unminimize
  • Fixed bug reopening menu when executing run command on debug cpu and --allow-background-windows setting was disabled
  • Fixed text-to-speech on menu (bugs reading text on submenus and windows)
  • Fixed left clicking on an icon when menu was open

Fixed cpu+memory leak bug using Linux and Xwindow driver. This is a bug that has always existed (a "long life bug" XD)
Fixed ZX81 Online browser
Remove buffer full indicator when pressing shift+e on External Audio Source window
Fixed TZX autoload as Real Tape on Spectrum +3
Fixed inserting TZX file with invalid header type
Fixed saving .scr screen when located on RAM 7
Fixed esxdos handler call F_GETCWD when root directory (/)
Fixed esxdos handler call F_GETCWD when directory does not exist
Fixed hotswap ZX80 to ZX81, ZX81 to ZX80
Fixed Amstrad CPC Scroll
Fixed Cassette out sound: allow to hear it on computers: Jupiter Ace, CPC, MSX, Spectravideo
Fixed memory map and behaviour on Jupiter Ace: now it's perfect and better than any other emulator
Fixed loading .nex snapshots and Layer 2 not being initialized (fixes errors on Head Over Heels for Next, for example)
Fixed loading .nex snapshots and MMU not managed correctly
Fixed Search menu feature. Now it's enabled by default
Fixed bug saving .ZSF Z88 snapshot when RAM or Memory Card block is not compressed
Fixed showing footer message F5/Button menu
Fixed MSX keyclick sound
Fixed ZX-Uno write on addresses 0000h-3fffh when using Chloe MMU and segment is not ROM

  • As always, there are some other minor bugfixes and improvements

Don't miss a new zesarux release

NewReleases is sending notifications on new releases.