mirror of
https://github.com/stid/woz64.git
synced 2024-12-21 21:29:19 +00:00
diagnostic port
This commit is contained in:
parent
26a8ce40ac
commit
7ddccad162
1462
core/bin/boot.dbg
Normal file
1462
core/bin/boot.dbg
Normal file
File diff suppressed because it is too large
Load Diff
2
main.asm
2
main.asm
@ -1,6 +1,6 @@
|
||||
.cpu _6502
|
||||
|
||||
//BasicUpstart2(Boot.warmStart)
|
||||
BasicUpstart2(Boot.warmStart)
|
||||
#import "./hardware/mem_map.asm"
|
||||
|
||||
* = $8000 "Main"
|
||||
|
1
makefile
1
makefile
@ -19,3 +19,4 @@ run:
|
||||
java -jar ${KICKASS_BIN} -odir ${BUILD_PATH} -log ${BUILD_PATH}/buildlog.txt -showmem ./main.asm
|
||||
cartconv -t normal -name "woz" -i ${BUILD_PATH}/main.prg -o ${BUILD_PATH}/woz.crt
|
||||
x64sc ${BUILD_PATH}/woz.crt
|
||||
|
||||
|
Binary file not shown.
1163
progs/diag.asm
1163
progs/diag.asm
File diff suppressed because it is too large
Load Diff
1297
progs/diag/diag.asm
Normal file
1297
progs/diag/diag.asm
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user