Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
lacanoid committed May 26, 2020
1 parent 6a1112c commit 322bc5b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions defs128.inc
Original file line number Diff line number Diff line change
@@ -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



12 changes: 12 additions & 0 deletions defs64.inc
Original file line number Diff line number Diff line change
@@ -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

Binary file added docs/boot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/boot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/boot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/boot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 322bc5b

Please sign in to comment.