From 9a0ea27e360a70ab764e085e149aa4e9d5e76f2d Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Sun, 13 Mar 2016 18:06:49 +1100 Subject: [PATCH] Added dual playfield bit --- include/bplconbits.i | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/bplconbits.i b/include/bplconbits.i index 0b7bb5e..cda50b0 100644 --- a/include/bplconbits.i +++ b/include/bplconbits.i @@ -1,3 +1,4 @@ COLOR_ON equ $200 LACE equ $004 -HOMOD equ $800 \ No newline at end of file +HOMOD equ $800 +DBLPF equ $400 \ No newline at end of file