diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index a09df7b8..b1d18c5b 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Disk Catalog.pdf b/Doc/RomWBW Disk Catalog.pdf index 3395e454..034d94a9 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Hardware.pdf b/Doc/RomWBW Hardware.pdf index aa7b1903..3ecea136 100644 Binary files a/Doc/RomWBW Hardware.pdf and b/Doc/RomWBW Hardware.pdf differ diff --git a/Doc/RomWBW Introduction.pdf b/Doc/RomWBW Introduction.pdf index 94cebe26..fc37d55c 100644 Binary files a/Doc/RomWBW Introduction.pdf and b/Doc/RomWBW Introduction.pdf differ diff --git a/Doc/RomWBW System Guide.pdf b/Doc/RomWBW System Guide.pdf index ead41adb..c40dcf78 100644 Binary files a/Doc/RomWBW System Guide.pdf and b/Doc/RomWBW System Guide.pdf differ diff --git a/Doc/RomWBW User Guide.pdf b/Doc/RomWBW User Guide.pdf index 0db99167..b7d1e1c3 100644 Binary files a/Doc/RomWBW User Guide.pdf and b/Doc/RomWBW User Guide.pdf differ diff --git a/ReadMe.md b/ReadMe.md index 0d606e30..c1b29dc3 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -7,7 +7,7 @@ **RomWBW Introduction** \ Version 3.6 \ Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \ -29 Nov 2025 +30 Nov 2025 # Overview diff --git a/ReadMe.txt b/ReadMe.txt index 4350d358..980498e6 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ RomWBW Introduction Wayne Warthen (wwarthen@gmail.com) -29 Nov 2025 +30 Nov 2025 diff --git a/Source/Doc/Hardware.md b/Source/Doc/Hardware.md index 93458ad8..1f814aca 100644 --- a/Source/Doc/Hardware.md +++ b/Source/Doc/Hardware.md @@ -69,7 +69,6 @@ Andrew Lynch | [Nhyodyne Z80 MBC] | MBC | MBC_std.rom | 38400 | | [Rhyophyre Z180 SBC] | - | RPH_std.rom | 38400 | | [N8 Z180 SBC] (date >= 2312) | ECB | N8_std.rom | 38400 | -| [N8 PC] | ECB | N8PC_std.rom | 38400 | Bill Shen @@ -118,6 +117,7 @@ Others | [Genesis Z180 System]^7^ | STD | GMZ180_std.rom | 115200 | | [Heath H8 Z80 System]^5^ | H8 | HEATH_std.rom | 115200 | | [MSX]^9^ | MSX | MSX_std.rom | 115200 | +| [N8 PC]^10^ | ISA | N8PC_std.rom | 38400 | | [NABU w/ RomWBW Option Board]^5^ | NABU | NABU_std.rom | 115200 | | [S100 Computers Z180 SBC]^4^ | S100 | SZ180_std.rom | 57600 | | [S100 Computers Z80 CPU]^4^ | S100 | SZ80_std.rom | 19200 | @@ -135,6 +135,7 @@ Others | ^7^Designed by Doug Jackson | ^8^Designed by Dean Netherton | ^9^MSX Port by Henk Berends +| ^10^Designed by Dan Werner `\clearpage`{=latex} @@ -935,14 +936,15 @@ This configuration is for the N8-2312 and latter (4314) revisions This is a variant of the N8 computer. * Creator: Dan Werner +* Project GitHub: [N8 PC](https://github.com/danwerner21/N8PC) #### ROM Image File: N8PC_std.rom | | | |-------------------|---------------| -| Bus | ECB | +| Bus | ISA | | Default CPU Speed | 9.216 MHz | -| Interrupts | Mode 2 | +| Interrupts | None | | System Timer | Z180 | | Serial Default | 38400 Baud | | Memory Manager | N8 | @@ -953,8 +955,8 @@ This is a variant of the N8 computer. - PKD: IO=132, SIZE=8X1 - M6242RTC: IO=160 -- ASCI: IO=64, INTERRUPTS ENABLED -- ASCI: IO=65, INTERRUPTS ENABLED +- ASCI: IO=64 +- ASCI: IO=65 - TMS: MODE=N8PC, IO=152, SCREEN=80X24, KEYBOARD=KBD - KBD: ENABLED - MD: TYPE=RAM diff --git a/Source/ver.inc b/Source/ver.inc index 480aee5b..b6c80fbd 100644 --- a/Source/ver.inc +++ b/Source/ver.inc @@ -2,7 +2,7 @@ #DEFINE RMN 6 #DEFINE RUP 0 #DEFINE RTP 0 -#DEFINE BIOSVER "3.6.0-dev.41" +#DEFINE BIOSVER "3.6.0-dev.42" #define rmj RMJ #define rmn RMN #define rup RUP diff --git a/Source/ver.lib b/Source/ver.lib index 7834387c..8918d3ce 100644 --- a/Source/ver.lib +++ b/Source/ver.lib @@ -3,5 +3,5 @@ rmn equ 6 rup equ 0 rtp equ 0 biosver macro - db "3.6.0-dev.41" + db "3.6.0-dev.42" endm