Skip to content

Commit 6e99de0

Browse files
committed
Manage new rom format
1 parent f8dadf7 commit 6e99de0

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

src/build.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.define __DATE__ "2019-01-24 17:49"
1+
.define __DATE__ "2019-05-24 17:49"

src/monitor.asm

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6483,13 +6483,33 @@ call_routine_in_another_bank:
64836483
STY VEXBNK+2 ; BNK_ADDRESS_TO_JUMP_HIGH
64846484
STX BNKCIB
64856485
JMP $040C
6486-
6486+
6487+
6488+
64876489
Copyrights:
64886490
monitor_signature:
6489-
.byte "Monitor V0.1 - ",__DATE__,0
6491+
.byte "Monitor V0.1 - ",__DATE__,0
6492+
6493+
.res $FFF1-*
6494+
.org $FFF1
6495+
; $fff1
6496+
parse_vector:
6497+
.byte $00
6498+
.byte $00
6499+
; fff3
6500+
adress_commands:
6501+
.byte $00
6502+
.byte $00
6503+
; fff5
6504+
list_commands:
6505+
.byte $00
6506+
.byte $00
6507+
; $fff7
6508+
number_of_commands:
6509+
.byt 1
6510+
; fffa
6511+
64906512

6491-
.res $FFF8-*
6492-
.org $FFF8
64936513

64946514
; ----------------------------------------------------------------------------
64956515
; Copyrights address

0 commit comments

Comments
 (0)