rainbow: fix mapper version declared as web emulator
This commit is contained in:
parent
875c0d99bc
commit
52cb5d3655
|
@ -36,7 +36,11 @@
|
|||
#define UDBG(...)
|
||||
#endif
|
||||
|
||||
#define MAPPER_VERSION 0b01000000
|
||||
#define MAPPER_PLATFORM_PCB 0
|
||||
#define MAPPER_PLATFORM_EMU 1
|
||||
#define MAPPER_PLATFORM_WEB 2
|
||||
#define MAPPER_VERSION_PROTOTYPE 0
|
||||
#define MAPPER_VERSION (MAPPER_PLATFORM_EMU << 5) | MAPPER_VERSION_PROTOTYPE
|
||||
|
||||
#define MIRR_VERTICAL 0b00 // VRAM
|
||||
#define MIRR_HORIZONTAL 0b01 // VRAM
|
||||
|
|
Loading…
Reference in New Issue