mirror of
https://github.com/UzixLS/pacemuzx.git
synced 2025-07-18 23:01:36 +03:00
Default to colour
Source is now colour by default, but can be set back to mono.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
; http://simonowen.com/spectrum/pacemuzx/
|
||||
|
||||
debug: equ 0 ; non-zero for border stripes showing CPU use
|
||||
colour: equ 0 ; non-zero for coloured sprites
|
||||
colour: equ 1 ; non-zero for coloured sprites
|
||||
|
||||
; Memory maps
|
||||
;
|
||||
|
Reference in New Issue
Block a user