Added the GIF switch to the X16 emulator's control port.

This commit is contained in:
Greg King
2019-10-15 12:10:34 -04:00
parent 55444b8337
commit f3d898d6a3

View File

@@ -285,7 +285,7 @@ NMIVec := $0318
.struct VIA2 .struct VIA2
.org $9F70 .org $9F70
PRB .byte PRB .byte
PRA .byte ; NES controller communication PRA .byte ; NES controller communication
DDRB .byte DDRB .byte
DDRA .byte DDRA .byte
T1 .word T1 .word
@@ -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