Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
- Documentation update
- Fixed minor screen anomaly related to new video reset handling
  • Loading branch information
wwarthen committed Apr 4, 2024
1 parent 2d8c373 commit 49025dc
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 3 deletions.
Binary file modified Doc/RomWBW Applications.pdf
Binary file not shown.
Binary file modified Doc/RomWBW Disk Catalog.pdf
Binary file not shown.
Binary file modified Doc/RomWBW Errata.pdf
Binary file not shown.
Binary file modified Doc/RomWBW ROM Applications.pdf
Binary file not shown.
Binary file modified Doc/RomWBW System Guide.pdf
Binary file not shown.
Binary file modified Doc/RomWBW User Guide.pdf
Binary file not shown.
10 changes: 10 additions & 0 deletions Source/Doc/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5680,6 +5680,16 @@ S- MD: TYPE=RAM

##### Notes:

- Z180 SBC SW2 (IOBYTE) Dip Switches:

| Bit | Setting | Function |
|-----|---------|-------------------------------------|
| 0 | Off | Use Z180 ASCI Channel A for console |
| | On | Use Propeller Console |
| | | |
| 1 | Off | Boot to RomWBW Boot Loader |
| | On | Boot to S100 Monitor |

`\clearpage`{=latex}

### Duodyne Z80 System
Expand Down
3 changes: 2 additions & 1 deletion Source/HBIOS/tms.asm
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,11 @@ TMS_VDARES:
#IF (!USELZSA2)
; WE WANT TO RELOAD THE FONT ON RESET, BUT THIS IS NOT CURRENTLY
; POSSIBLE WHEN FONT COMPRESSION IS IN USE.
CALL TMS_CLRCUR ; CLEAR CURSOR
CALL TMS_LOADFONT ; RELOAD FONT
LD A,$FF ; REMOVE
LD (TMS_CURSAV),A ; ... SAVED CURSOR CHAR
CALL TMS_SETCUR ; SET NEW CURSOR
CALL TMS_SETCUR ; RESTORE CURSOR
#ENDIF
XOR A
RET
Expand Down
2 changes: 1 addition & 1 deletion Source/ver.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#DEFINE RMN 5
#DEFINE RUP 0
#DEFINE RTP 0
#DEFINE BIOSVER "3.5.0-dev.24"
#DEFINE BIOSVER "3.5.0-dev.25"
#define rmj RMJ
#define rmn RMN
#define rup RUP
Expand Down
2 changes: 1 addition & 1 deletion Source/ver.lib
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ rmn equ 5
rup equ 0
rtp equ 0
biosver macro
db "3.5.0-dev.24"
db "3.5.0-dev.25"
endm

0 comments on commit 49025dc

Please sign in to comment.