Skip to content

Commit f09650d

Browse files
committed
Merge branch 'clean' into main
2 parents 3e5269f + dd0a94a commit f09650d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

vice/doc/vice.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31402,7 +31402,7 @@ E0C0: 4D 46 37 8D 00 DF 60 8D 01 DF 60 8D 02 DF 60 8D MF7...`...`...`.
3140231402
ROM memory is organized in 8KiB ($2000) banks located at $8000-$9FFF.
3140331403
Bank switching is done by accessing address $DE00+X, where X is the
3140431404
bank number (STA $DE00,X). For instance, to read from bank 3, address
31405-
$DE03 is read or written to.
31405+
$DE03 is read from, or written to.
3140631406

3140731407
The CRT file contains a string of CHIP blocks, each block with a start
3140831408
address of $8000, length $2000 and the bank number in the bank field.

vice/src/c64/cart/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ libc64cart_a_SOURCES = \
141141
mach5.c \
142142
mach5.h \
143143
magicdesk.c \
144-
magicdesk16.c \
145144
magicdesk.h \
145+
magicdesk16.c \
146+
magicdesk16.h \
146147
magicformel.c \
147148
magicformel.h \
148149
magicvoice.c \

0 commit comments

Comments
 (0)