b1ackmai1er
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with
22 additions and
20 deletions
-
BIN
Doc/ROM Applications.pdf
-
BIN
Doc/RomWBW Applications.pdf
-
BIN
Doc/RomWBW Architecture.pdf
-
BIN
Doc/RomWBW Disk Catalog.pdf
-
BIN
Doc/RomWBW Getting Started.pdf
-
ReadMe.md
-
ReadMe.txt
-
Source/Doc/Applications.md
-
Source/Doc/Architecture.md
-
Source/Doc/Build.cmd
-
Source/Doc/Clean.cmd
-
Source/Doc/Common.h
-
Source/Doc/Common.m4
-
Source/Doc/GettingStarted.md
-
Source/Doc/Makefile
-
Source/Doc/ROM_Applications.md
-
Source/ver.inc
-
Source/ver.lib
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
## Z80/Z180 System Software |
|
|
|
|
|
|
|
Version 3.1 Pre-release |
|
|
|
Thu 10/21/2021 |
|
|
|
22 Oct 2021 |
|
|
|
|
|
|
|
Wayne Warthen <wwarthen@gmail.com> |
|
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ RomWBW |
|
|
|
Z80/Z180 System Software |
|
|
|
|
|
|
|
Version 3.1 Pre-release |
|
|
|
Thu 10/21/2021 |
|
|
|
22 Oct 2021 |
|
|
|
|
|
|
|
Wayne Warthen wwarthen@gmail.com |
|
|
|
|
|
|
|
|
|
|
|
@ -985,6 +985,6 @@ The `TUNE` application was custom written for RomWBW. All of the |
|
|
|
hardware interface code is specific to RomWBW. The sound file decoding |
|
|
|
software was adapted and embedded from pre-existing sources. The YM |
|
|
|
player code is from MYMPLAY 0.4 by Lieves!Tuore and the PT player code |
|
|
|
is (c)2004-2007 S.V.Bulba <vorobey@@mail.khstu.ru>. |
|
|
|
is (c)2004-2007 S.V.Bulba <vorobey@mail.khstu.ru>. |
|
|
|
|
|
|
|
The source code is provided in the RomWBW distribution. |
|
|
|
|
|
|
|
@ -196,7 +196,7 @@ simpler and more memory efficient to keep everything in RAM. At startup |
|
|
|
Runtime Memory Layout |
|
|
|
===================== |
|
|
|
|
|
|
|
{ width=80% } |
|
|
|
{ width=80% } |
|
|
|
|
|
|
|
System Boot Process |
|
|
|
=================== |
|
|
|
|
|
|
|
@ -37,7 +37,13 @@ echo. |
|
|
|
|
|
|
|
echo Processing document %1.md... |
|
|
|
|
|
|
|
gpp -T <%1.md >%1.tmp |
|
|
|
gpp -o %1.tmp -U "\\" "" "{" "}{" "}" "{" "}" "#" "" %1.md |
|
|
|
|
|
|
|
:: pandoc %1.tmp -f markdown -s -o %1.tex --default-image-extension=pdf || exit /b |
|
|
|
:: pause |
|
|
|
:: rem texify --pdf --clean %1.ltx || exit /b |
|
|
|
:: texify --pdf %1.tex || exit /b |
|
|
|
:: goto :eof |
|
|
|
|
|
|
|
pandoc %1.tmp -f markdown -t pdf -s -o %1.pdf --default-image-extension=pdf || exit /b |
|
|
|
pandoc %1.tmp -f markdown -t html -o %1.html --default-image-extension=png || exit /b |
|
|
|
|
|
|
|
@ -8,3 +8,8 @@ if exist *.html del *.html |
|
|
|
if exist *.tex del *.tex |
|
|
|
if exist *.pdf del *.pdf |
|
|
|
if exist *.tmp del *.tmp |
|
|
|
if exist *.aux del *.aux |
|
|
|
if exist *.ilg del *.ilg |
|
|
|
if exist *.ind del *.ind |
|
|
|
if exist *.log del *.log |
|
|
|
if exist *.toc del *.toc |
|
|
|
@ -3,6 +3,6 @@ |
|
|
|
\define{doc_title}{Document Title} |
|
|
|
\define{doc_author}{Wayne Warthen} |
|
|
|
\define{doc_date}{\date{%d %b %Y}} |
|
|
|
\define{doc_authmail}{wwarthen@@gmail.com} |
|
|
|
\define{doc_authmail}{wwarthen@gmail.com} |
|
|
|
\define{doc_orgname}{RetroBrew Computers Group} |
|
|
|
\define{doc_orgurl}{www.retrobrewcomputers.org} |
|
|
|
|
|
|
|
@ -1,9 +0,0 @@ |
|
|
|
changequote(`{{', `}}') |
|
|
|
|
|
|
|
define({{doc_ver}},{{3.1 Pre-release}}) |
|
|
|
define({{doc_product}},{{RomWBW}}) |
|
|
|
define({{doc_title}},{{Document Title}}) |
|
|
|
define({{doc_author}},{{Wayne Warthen}}) |
|
|
|
define({{doc_authmail}},{{wwarthen@gmail.com}}) |
|
|
|
define({{doc_orgname}},{{RetroBrew Computers Group}}) |
|
|
|
define({{doc_orgurl}},{{www.retrobrewcomputers.org}}) |
|
|
|
@ -1142,7 +1142,7 @@ To cancel: Ctrl-X, pause, Ctrl-X |
|
|
|
Thanks for the upload |
|
|
|
|
|
|
|
E>flash write rom.rom |
|
|
|
FLASH4 by Will Sowerbutts <will@@sowerbutts.com> version 1.2.3 |
|
|
|
FLASH4 by Will Sowerbutts <will@sowerbutts.com> version 1.2.3 |
|
|
|
|
|
|
|
Using RomWBW (v2.6+) bank switching. |
|
|
|
Flash memory chip ID is 0xBFB7: 39F040 |
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ include $(TOOLS)/Makefile.inc |
|
|
|
all :: deploy |
|
|
|
|
|
|
|
%.tmp : %.md |
|
|
|
gpp -T $< >$@ |
|
|
|
gpp -o $@ -U "\\" "" "{" "}{" "}" "{" "}" "#" "" $< |
|
|
|
|
|
|
|
%.pdf : %.tmp |
|
|
|
pandoc $< -f markdown -t latex -s -o $@ --default-image-extension=pdf |
|
|
|
|
|
|
|
@ -130,7 +130,7 @@ Examples: `D 100 1FF` |
|
|
|
0130: E5 CD 6C 1F C1 C1 E5 2A C9 8C E5 CD 45 05 E5 CD åÍl.ÁÁå*É.åÍE.åÍ |
|
|
|
0140: 59 1F C3 00 00 C3 AE 01 C3 51 04 C3 4C 02 C3 57 Y.Ã..î.ÃQ.ÃL.ÃW |
|
|
|
0150: 02 C3 64 02 C3 75 02 C3 88 02 C3 B2 03 C3 0D 04 .Ãd.Ãu.Ã..ò.Ã.. |
|
|
|
0160: C3 19 04 C3 22 04 C3 2A 04 C3 35 04 C3 40 04 C3 Ã..Ã".Ã*.Ã5.Ã@@.Ã |
|
|
|
0160: C3 19 04 C3 22 04 C3 2A 04 C3 35 04 C3 40 04 C3 Ã..Ã".Ã*.Ã5.Ã@.Ã |
|
|
|
0170: 48 04 C3 50 04 C3 50 04 C3 50 04 C3 8F 02 C3 93 H.ÃP.ÃP.ÃP.Ã..Ã. |
|
|
|
0180: 02 C3 94 02 C3 95 02 C3 85 04 C3 C7 04 C3 D1 01 .Ã..Ã..Ã..ÃÇ.ÃÑ. |
|
|
|
0190: C3 48 02 C3 E7 04 C3 56 03 C3 D0 01 C3 D0 01 C3 ÃH.Ãç.ÃV.ÃÐ.ÃÐ.Ã |
|
|
|
|
|
|
|
@ -2,4 +2,4 @@ |
|
|
|
#DEFINE RMN 1 |
|
|
|
#DEFINE RUP 1 |
|
|
|
#DEFINE RTP 0 |
|
|
|
#DEFINE BIOSVER "3.1.1-pre.130" |
|
|
|
#DEFINE BIOSVER "3.1.1-pre.131" |
|
|
|
|
|
|
|
@ -3,5 +3,5 @@ rmn equ 1 |
|
|
|
rup equ 1 |
|
|
|
rtp equ 0 |
|
|
|
biosver macro |
|
|
|
db "3.1.1-pre.130" |
|
|
|
db "3.1.1-pre.131" |
|
|
|
endm |
|
|
|
|