diff --git a/defs128.inc b/defs128.inc new file mode 100644 index 0000000..af39a87 --- /dev/null +++ b/defs128.inc @@ -0,0 +1,10 @@ +.include "defs.inc" + +KEYD = $034A ; start of keyboard buffer for C64 screen editor +NDX = $D0 ; keyboard buffer count for C64 screen editor +COLOR = 241 ; current foreground color + +C64MODE = $FF4D ; go 64 mode + + + diff --git a/defs64.inc b/defs64.inc new file mode 100644 index 0000000..da3a757 --- /dev/null +++ b/defs64.inc @@ -0,0 +1,12 @@ +.include "defs.inc" + +KEYD = $0277 ; start of keyboard buffer for C64 screen editor +NDX = $C6 ; keyboard buffer count for C64 screen editor + +TXTTAB = $2B ; Pointer to the Start of BASIC Program Text +VARTAB = $2D ; Pointer to the Start of the BASIC Variable Storage Area + +CINV = $0314 ; Vector to IRQ Interrupt Routine +CBINV = $0316 ; Vector: BRK Instruction Interrupt +NMINV = $0318 ; Vector: Non-Maskable Interrupt + diff --git a/docs/boot1.png b/docs/boot1.png new file mode 100644 index 0000000..1f6efe8 Binary files /dev/null and b/docs/boot1.png differ diff --git a/docs/boot2.png b/docs/boot2.png new file mode 100644 index 0000000..6a79292 Binary files /dev/null and b/docs/boot2.png differ diff --git a/docs/boot3.png b/docs/boot3.png new file mode 100644 index 0000000..2ea85d0 Binary files /dev/null and b/docs/boot3.png differ diff --git a/docs/boot4.png b/docs/boot4.png new file mode 100644 index 0000000..19720d7 Binary files /dev/null and b/docs/boot4.png differ