issues
search
Z80-Retro
/
2063-Z80-cpm
A flash boot-loader and cp/m 2.2 BIOS
GNU Lesser General Public License v2.1
41
stars
16
forks
source link
Refactor BIOS and I/O lib for shared use on both the Retro! and Nouveau
#24
Closed
johnwinans
closed
3 months ago
johnwinans
commented
3 months ago
factor out the console from boot & BIOS & into board-specific libraries
factor out the list device from boot & BIOS & into board-specific libraries
refactor the io.asm file into board-specific variants in board-specific libraries
define the initial gpio_out_cache in the board-specific io.asm files
Change "call bios_debug_disk" to "call disk_dump"
Use a more portable date construct in the Makefiles
add fsync to dd commands
johnwinans
commented
3 months ago
Merge in support for the Nouveau.