mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
z80: Changes to configuration for setting memory & I/O timings
Removed ability from boot up (see ez80cpudrv.adm) to allow for setting of external memory and io timing using eZ80's W/S config. All timings must now be specified in terms of eZ80's Bus Cycle setting. This is to increase compatibility with various external RCBus/RC2014 modules. Due to eZ80 firmware changes, the configuration was always setting the I/O Bus Cycle to the maximum setting of 7 - typically most system will work fine at a setting of 4 B/C current ez80 firmware version: 0.5.0.234 2025-06-21
This commit is contained in:
@@ -10,7 +10,7 @@ FROM ubuntu:jammy-20240111 as basebuilder
|
||||
# After you have built the above image (called romwbw-chain), you can use it to compile and build the RomWBW images
|
||||
# as per the standard make scripts within RomWBW.
|
||||
# Start a new terminal, cd to where you have clone RomWBW, and then run this command:
|
||||
# docker run -v ${PWD}:/src/ --privileged=true -u $(id -u ${USER}):$(id -g ${USER}) -it romwbw-chain:latest
|
||||
# docker run --rm -v ${PWD}:/src/ --privileged=true -u $(id -u ${USER}):$(id -g ${USER}) -it romwbw-chain:latest
|
||||
|
||||
# you can now compile and build the required images:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user