mirror of
https://github.com/V2RetroComputing/analog.git
synced 2025-02-16 09:30:45 +00:00
Fix missing include
This commit is contained in:
parent
5cb0c6dab3
commit
ecb776e17b
@ -3,6 +3,7 @@
|
||||
#include "render.h"
|
||||
#include "character_rom.h"
|
||||
#include "vgaout.h"
|
||||
#include "common/config.h"
|
||||
|
||||
//#define PAGE2SEL (!(soft_switches & SOFTSW_80STORE) && (soft_switches & SOFTSW_PAGE_2))
|
||||
#define PAGE2SEL ((soft_switches & (SOFTSW_80STORE | SOFTSW_PAGE_2)) == SOFTSW_PAGE_2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user