| Previous | 199869 Revisions | Next |
| r40612 Sunday 6th September, 2015 at 14:58:13 UTC by Luca Elia |
|---|
| remove unneeded drawgfxm.h include (nw) |
| [src/mame/video] | hng64.c pc080sn.c pc090oj.c tc0100scn.c tc0110pcr.c tc0150rod.c tc0180vcu.c tc0280grd.c tc0360pri.c tc0480scp.c |
| r249123 | r249124 | |
|---|---|---|
| 1 | 1 | // license:LGPL-2.1+ |
| 2 | 2 | // copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner |
| 3 | 3 | #include "emu.h" |
| 4 | #include "drawgfxm.h" | |
| 5 | 4 | #include "includes/hng64.h" |
| 6 | 5 | |
| 7 | 6 | #define BLEND_TEST 0 |
| r249123 | r249124 | |
|---|---|---|
| 42 | 42 | */ |
| 43 | 43 | |
| 44 | 44 | #include "emu.h" |
| 45 | #include "drawgfxm.h" | |
| 46 | 45 | #include "pc080sn.h" |
| 47 | 46 | #include "video/taito_helper.h" |
| 48 | 47 |
| r249123 | r249124 | |
|---|---|---|
| 60 | 60 | */ |
| 61 | 61 | |
| 62 | 62 | #include "emu.h" |
| 63 | #include "drawgfxm.h" | |
| 64 | 63 | #include "pc090oj.h" |
| 65 | 64 | |
| 66 | 65 | #define PC090OJ_RAM_SIZE 0x4000 |
| r249123 | r249124 | |
|---|---|---|
| 141 | 141 | */ |
| 142 | 142 | |
| 143 | 143 | #include "emu.h" |
| 144 | #include "drawgfxm.h" | |
| 145 | 144 | #include "tc0100scn.h" |
| 146 | 145 | |
| 147 | 146 | #define TC0100SCN_RAM_SIZE 0x14000 /* enough for double-width tilemaps */ |
| r249123 | r249124 | |
|---|---|---|
| 13 | 13 | */ |
| 14 | 14 | |
| 15 | 15 | #include "emu.h" |
| 16 | #include "drawgfxm.h" | |
| 17 | 16 | #include "tc0110pcr.h" |
| 18 | 17 | |
| 19 | 18 | #define TC0110PCR_RAM_SIZE 0x2000 |
| r249123 | r249124 | |
|---|---|---|
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | #include "emu.h" |
| 10 | #include "drawgfxm.h" | |
| 11 | 10 | #include "tc0150rod.h" |
| 12 | 11 | #include "video/taito_helper.h" |
| 13 | 12 |
| r249123 | r249124 | |
|---|---|---|
| 3 | 3 | /* Taito TC0180VCU */ |
| 4 | 4 | |
| 5 | 5 | #include "emu.h" |
| 6 | #include "drawgfxm.h" | |
| 7 | 6 | #include "tc0180vcu.h" |
| 8 | 7 | |
| 9 | 8 | #define TC0180VCU_RAM_SIZE 0x10000 |
| r249123 | r249124 | |
|---|---|---|
| 21 | 21 | */ |
| 22 | 22 | |
| 23 | 23 | #include "emu.h" |
| 24 | #include "drawgfxm.h" | |
| 25 | 24 | #include "tc0280grd.h" |
| 26 | 25 | |
| 27 | 26 | #define TC0280GRD_RAM_SIZE 0x2000 |
| r249123 | r249124 | |
|---|---|---|
| 40 | 40 | */ |
| 41 | 41 | |
| 42 | 42 | #include "emu.h" |
| 43 | #include "drawgfxm.h" | |
| 44 | 43 | #include "tc0360pri.h" |
| 45 | 44 | |
| 46 | 45 |
| r249123 | r249124 | |
|---|---|---|
| 142 | 142 | */ |
| 143 | 143 | |
| 144 | 144 | #include "emu.h" |
| 145 | #include "drawgfxm.h" | |
| 146 | 145 | #include "tc0480scp.h" |
| 147 | 146 | #include "video/taito_helper.h" |
| 148 | 147 |
| https://github.com/mamedev/mame/commit/9f5eb3fa26c51cef8a84e1e5fa66305d21d5ee66 |
| Previous | 199869 Revisions | Next |