amended a small detail from last commit (thanks Haze for pointing it out)

This commit is contained in:
Fabio Priuli 2010-03-17 17:42:49 +00:00
parent b7d6cf77c1
commit 0d1fae68ab

View File

@ -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 */