mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-24 03:34:02 +00:00
no VidHD
This commit is contained in:
parent
262e94540c
commit
dffb3b1cda
@ -35,6 +35,18 @@
|
|||||||
sta zpMachineStatus
|
sta zpMachineStatus
|
||||||
sta SETC3ROM
|
sta SETC3ROM
|
||||||
jsr HasVidHDCard ; check for VidHD card (allows super hi-res artwork even on non-IIgs machines)
|
jsr HasVidHDCard ; check for VidHD card (allows super hi-res artwork even on non-IIgs machines)
|
||||||
|
bcc +
|
||||||
|
|
||||||
|
ldy #@VidHDlen
|
||||||
|
- lda @s_VidHD,y
|
||||||
|
sta $68A,y
|
||||||
|
dey
|
||||||
|
bpl -
|
||||||
|
@hang2 bmi @hang2
|
||||||
|
@s_VidHD !scrxor $80,"CANNOT RUN WITH VIDHD"
|
||||||
|
@VidHDlen=(*-@s_VidHD)-1
|
||||||
|
|
||||||
|
+
|
||||||
sta CLRC3ROM
|
sta CLRC3ROM
|
||||||
ror zpMachineStatus
|
ror zpMachineStatus
|
||||||
lda ROM_MACHINEID
|
lda ROM_MACHINEID
|
||||||
|
Loading…
Reference in New Issue
Block a user