diff options
| author | 2016-05-25 08:19:21 +0200 | |
|---|---|---|
| committer | 2016-05-25 08:19:21 +0200 | |
| commit | 68785dccfee3208163c8169abc5c6d01becf36d4 (patch) | |
| tree | d6967331fd0e938981777aa32b5f246e04fb701b /src/emu/digfx.h | |
| parent | c1230f8b9bf4373d396ecb970c966ec2ce6dfc15 (diff) | |
Cleanups and version bumpmame0174
Diffstat (limited to 'src/emu/digfx.h')
| -rw-r--r-- | src/emu/digfx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/digfx.h b/src/emu/digfx.h index 2883f71acd0..d41d8d1dd99 100644 --- a/src/emu/digfx.h +++ b/src/emu/digfx.h @@ -71,8 +71,8 @@ const gfx_layout name = { width, height, RGN_FRAC(1,1), 8, { GFX_RAW }, { 0 }, { #define STEP1024(START,STEP) STEP512(START,STEP),STEP512((START)+512*(STEP),STEP) #define STEP2048(START,STEP) STEP1024(START,STEP),STEP1024((START)+1024*(STEP),STEP) -#define STEP2_INV(START,STEP) (START)+(STEP),(START) -#define STEP4_INV(START,STEP) STEP2_INV(START+2*STEP,STEP),STEP2_INV(START,STEP) +#define STEP2_INV(START,STEP) (START)+(STEP),(START) +#define STEP4_INV(START,STEP) STEP2_INV(START+2*STEP,STEP),STEP2_INV(START,STEP) //************************************************************************** // GRAPHICS INFO MACROS |
