diagnostic port

This commit is contained in:
stid 2020-03-10 00:12:35 -07:00
parent 26a8ce40ac
commit 7ddccad162
6 changed files with 2761 additions and 1164 deletions

1462
core/bin/boot.dbg Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
.cpu _6502
//BasicUpstart2(Boot.warmStart)
BasicUpstart2(Boot.warmStart)
#import "./hardware/mem_map.asm"
* = $8000 "Main"

View File

@ -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.

File diff suppressed because it is too large Load Diff

1297
progs/diag/diag.asm Normal file

File diff suppressed because it is too large Load Diff