Bump Version

- Bump dev version build number to post eZ80 changes.
This commit is contained in:
Wayne Warthen
2024-09-16 09:51:42 -07:00
parent bba9c5e26b
commit ab043e5cab
3 changed files with 8 additions and 8 deletions

View File

@@ -3969,12 +3969,6 @@ HB_INITTBL:
#IF (PIO_4P | PIO_ZP)
.DW PIO_INIT
#ENDIF
#IF (PRPENABLE)
.DW PRP_INIT
#ENDIF
#IF (PPPENABLE)
.DW PPP_INIT
#ENDIF
#IF (DMAENABLE)
.DW DMA_INIT
#ENDIF
@@ -4011,6 +4005,12 @@ HB_INITTBL:
#IF (CHENABLE)
.DW CH_INIT
#ENDIF
#IF (PRPENABLE)
.DW PRP_INIT
#ENDIF
#IF (PPPENABLE)
.DW PPP_INIT
#ENDIF
#IF (ESPENABLE)
.DW ESP_INIT
#ENDIF

View File

@@ -2,7 +2,7 @@
#DEFINE RMN 5
#DEFINE RUP 0
#DEFINE RTP 0
#DEFINE BIOSVER "3.5.0-dev.82"
#DEFINE BIOSVER "3.5.0-dev.83"
#define rmj RMJ
#define rmn RMN
#define rup RUP

View File

@@ -3,5 +3,5 @@ rmn equ 5
rup equ 0
rtp equ 0
biosver macro
db "3.5.0-dev.82"
db "3.5.0-dev.83"
endm