1
0
mirror of https://github.com/stid/woz64.git synced 2026-04-20 21:17:03 +00:00

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
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
.cpu _6502
//BasicUpstart2(Boot.warmStart)
BasicUpstart2(Boot.warmStart)
#import "./hardware/mem_map.asm"
* = $8000 "Main"
+1
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.
-1163
View File
File diff suppressed because it is too large Load Diff
+1297
View File
File diff suppressed because it is too large Load Diff