HI,
New Rom Server feature added in the new release.
This functionality can swap 4 or 8 Roms (8kb ROMs) on your ZX using the IOrq $1F port. (at $2000 to $3fff)
(emulated card form
https://forum.system-cfg.com/viewtopic. ... 0b4e057a10)
Demo ROM cluster:
Unzip it and copy this file to the Vb81's "ROMs" directory.
As usual, add a new rom by clicking on the RAM viewer, and select then "
RomServer.rom" file, and check the "Rom Device" feature.
The movie...
http://zx81.vb81.free.fr/tutos/RomServer1.gif
Type "RAND USR 8800" to enter in the ROM menu.
To select a ROM in BASIC:
Code: Select all
1 REM [HEX: \
3E,00,D3,1F,C9]
10 FOR A=0 TO 3
20 POKE 16515,A
25 RAND USR 16514
28 PAUSE 100
29 PRINT AT 10,10;"ROM";chr$(156+A)
30 IF INKEY$="" THEN GOTO 30
40 NEXT A
Press Break/Space to select the displayed rom. (ROM0 to ROM3
(A RESET will reset the ROM0 by default)… to retrieve the menu.
[EDIT: If the ROM is closed, the card will be unselected.]
Have Fun.
(startup error "Objet not set..." is now bugs free)