mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
amended a small detail from last commit (thanks Haze for pointing it out)
This commit is contained in:
parent
b7d6cf77c1
commit
0d1fae68ab
@ -153,10 +153,10 @@ WRITE16_HANDLER( metro_paletteram_w )
|
||||
|
||||
/* A smaller 512 x 256 window defines the actual tilemap */
|
||||
|
||||
#define WIN_NX 0x40
|
||||
#define WIN_NY 0x20
|
||||
//#define WIN_NX 0x40 + 1
|
||||
//#define WIN_NY 0x20 + 1
|
||||
#define WIN_NX (0x40)
|
||||
#define WIN_NY (0x20)
|
||||
//#define WIN_NX (0x40 + 1)
|
||||
//#define WIN_NY (0x20 + 1)
|
||||
|
||||
|
||||
/* 8x8x4 tiles only */
|
||||
|
Loading…
Reference in New Issue
Block a user