mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 17:36:57 +00:00
Added the GIF switch to the X16 emulator's control port.
This commit is contained in:
parent
55444b8337
commit
f3d898d6a3
@ -306,11 +306,12 @@ NMIVec := $0318
|
|||||||
.struct EMULATOR
|
.struct EMULATOR
|
||||||
.org $9FB0
|
.org $9FB0
|
||||||
DEBUG .byte ; Boolean: debugging enabled
|
DEBUG .byte ; Boolean: debugging enabled
|
||||||
VIDACCESSLOG .byte ; Boolean: log VERA activity
|
VERALOG .byte ; Boolean: log VERA activity
|
||||||
KEYBOARDLOG .byte ; Boolean: log keyboard data
|
KEYBOARDLOG .byte ; Boolean: log keyboard data
|
||||||
ECHO .byte ; Boolean: echo enabled
|
ECHO .byte ; Type of echo that's enabled
|
||||||
SAVEXIT .byte ; Boolean: save on exit
|
SAVEXIT .byte ; Boolean: save on exit
|
||||||
.res $D - $5
|
GIFREC .byte ; Method of recording GIF movie
|
||||||
KEYMAP .byte ; Current keyboard layout number
|
.org $9FBD
|
||||||
DETECT .byte 2 ; If is "16" string, then running on emulator
|
KEYMAP .byte ; Current keyboard layout number (Read-Only)
|
||||||
|
DETECT .byte 2 ; If is "16" string, then running on emulator (RO)
|
||||||
.endstruct
|
.endstruct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user