Remove tilemap.h from emu.h (nw)

This commit is contained in:
AJR 2019-08-21 14:09:01 -04:00
parent 084c0472a4
commit 121326f802
610 changed files with 649 additions and 9 deletions

View File

@ -12,6 +12,7 @@
#pragma once
#include "machine/bankdev.h"
#include "tilemap.h"
class tc0091lvc_device : public device_t, public device_gfx_interface
{

View File

@ -11,6 +11,7 @@
#include "emu.h"
#include "image.h"
#include "drivenum.h"
#include "tilemap.h"
//**************************************************************************

View File

@ -94,7 +94,6 @@
// video-related
#include "drawgfx.h"
#include "tilemap.h"
#include "video.h"
// sound-related

View File

@ -83,6 +83,7 @@
#include "image.h"
#include "network.h"
#include "romload.h"
#include "tilemap.h"
#include "ui/uimain.h"
#include <time.h>
#include <rapidjson/writer.h>

View File

@ -10,6 +10,7 @@
#include "emu.h"
#include "screen.h"
#include "tilemap.h"
//**************************************************************************

View File

@ -300,10 +300,6 @@
#pragma once
#ifndef __EMU_H__
#error Dont include this file directly; include emu.h instead.
#endif
#ifndef MAME_EMU_TILEMAP_H
#define MAME_EMU_TILEMAP_H

View File

@ -15,6 +15,7 @@
#include "render.h"
#include "rendfont.h"
#include "rendutil.h"
#include "tilemap.h"
#include "ui/viewgfx.h"

View File

@ -50,6 +50,7 @@ Notes:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(16'000'000)

View File

@ -46,6 +46,7 @@ Notes:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MAIN_CLOCK XTAL(10'000'000)

View File

@ -21,6 +21,8 @@
#include "sound/pokey.h"
#include "emupal.h"
#include "speaker.h"
#include "tilemap.h"
#include "akkaarrh.lh"

View File

@ -44,6 +44,7 @@ PCB:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(12'000'000)

View File

@ -51,6 +51,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
//**************************************************************************

View File

@ -83,6 +83,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "amusco.lh"

View File

@ -427,6 +427,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(16'000'000) /* unknown */

View File

@ -26,6 +26,7 @@ Dip Locations added according to Service Mode
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class bestleag_state : public driver_device

View File

@ -91,6 +91,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
//**************************************************************************

View File

@ -85,6 +85,7 @@ Bugs (all of these looks BTANBs):
#include "video/snk68_spr.h"
#include "emupal.h"
#include "speaker.h"
#include "tilemap.h"
class blackt96_state : public driver_device

View File

@ -19,6 +19,7 @@
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "blockade.lh"

View File

@ -26,6 +26,7 @@ Other: BMC B816140 (CPLD)
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class bmcpokr_state : public driver_device
{

View File

@ -98,6 +98,7 @@ ROMs : MR96004-10.1 [125661cd] (IC5 - Samples)
#include "rendlay.h"
#include "speaker.h"
#include "tilemap.h"
class bnstars_state : public ms32_state

View File

@ -30,6 +30,7 @@ are the same of IGS. AMT may be previous IGS name.
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class cabaret_state : public driver_device

View File

@ -87,6 +87,7 @@ Notes:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class calorie_state : public driver_device

View File

@ -49,6 +49,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class carjmbre_state : public driver_device
{

View File

@ -74,6 +74,7 @@ TODO:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class caswin_state : public driver_device

View File

@ -49,6 +49,7 @@ this seems more like 8-bit hardware, maybe it should be v25, not v35...
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class cb2001_state : public driver_device

View File

@ -10,6 +10,7 @@
#include "cpu/m6800/m6800.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
class cball_state : public driver_device

View File

@ -56,6 +56,7 @@ ToDo:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class chanbara_state : public driver_device

View File

@ -25,6 +25,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "chance32.lh"

View File

@ -29,6 +29,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
//**************************************************************************

View File

@ -29,6 +29,7 @@ There also are unpopulated locations that might fit a YM3812 and YM3014.
#include "emu.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "cpu/z80/z80.h"
#include "machine/i8255.h"
#include "machine/nvram.h"

View File

@ -44,6 +44,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class cntsteer_state : public driver_device

View File

@ -136,6 +136,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(14'000'000)

View File

@ -28,6 +28,7 @@ TODO:
#include "cpu/mb88xx/mb88xx.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
class cswat_state : public driver_device

View File

@ -17,6 +17,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MCLK 16000000

View File

@ -178,6 +178,7 @@ lev 7 : 0x7c : 0000 07e0 - input device clear?
#include "rendlay.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class cybertnk_state : public driver_device

View File

@ -32,6 +32,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class d9final_state : public driver_device

View File

@ -41,6 +41,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class dacholer_state : public driver_device
{

View File

@ -67,6 +67,7 @@ $842f = lives
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class ddayjlc_state : public driver_device

View File

@ -120,6 +120,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class ddealer_state : public driver_device
{

View File

@ -60,6 +60,7 @@ DD10 DD14 DD18 H5 DD21
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class dmndrby_state : public driver_device

View File

@ -103,6 +103,7 @@ Stephh's notes (based on the game M68EC020 code and some tests) :
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include <algorithm>

View File

@ -15,6 +15,7 @@ similar hardware.
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class drtomy_state : public driver_device
{

View File

@ -27,6 +27,7 @@
company in 1981 and changed its name to IGT.
***********************************************************************************/
#include "emu.h"
#include "cpu/mcs48/mcs48.h"
#include "machine/nvram.h"
@ -34,6 +35,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class drw80pkr_state : public driver_device

View File

@ -61,6 +61,7 @@ Notes:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define DUNHUANG_DEBUG 0

View File

@ -42,6 +42,7 @@ dy_6.bin (near Z80)
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class dynadice_state : public driver_device

View File

@ -50,6 +50,7 @@ I dumped it with this configuration. In case I'll redump it desoldering pin 16 f
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class egghunt_state : public driver_device
{

View File

@ -34,6 +34,7 @@ Notes:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class ettrivia_state : public driver_device

View File

@ -43,6 +43,7 @@ but requires a special level III player for proper control. Video: CAV. Audio: A
#include "machine/x2212.h"
#include "emupal.h"
#include "speaker.h"
#include "tilemap.h"
class firefox_state : public driver_device

View File

@ -85,6 +85,7 @@ CHIP # POSITION TYPE
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(18'432'000)

View File

@ -23,6 +23,7 @@ TODO:
#include "machine/74259.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
static constexpr XTAL MASTER_CLOCK = 12.096_MHz_XTAL;
static constexpr XTAL PIXEL_CLOCK = MASTER_CLOCK / 2;

View File

@ -28,6 +28,7 @@ rom 5 and 6 are prg roms
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"

View File

@ -29,6 +29,7 @@ and an unpopulated position for a YM2413 or UM3567
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "fts2in1.lh"

View File

@ -40,6 +40,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "galaxi.lh"

View File

@ -198,6 +198,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(10'000'000)

View File

@ -1289,6 +1289,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "pmpoker.lh"
#include "goldnpkr.lh"

View File

@ -38,6 +38,7 @@ voice.rom - VOICE ROM
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class good_state : public driver_device

View File

@ -80,6 +80,7 @@ Secret menu hack [totmejan only] (I couldn't find official way to enter, so it's
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class goodejan_state : public driver_device, public seibu_sound_common

View File

@ -32,6 +32,7 @@ Other outs:
#include "cpu/i8085/i8085.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
class headonb_state : public driver_device

View File

@ -69,6 +69,7 @@ To Do:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"

View File

@ -54,6 +54,7 @@
#include "screen.h"
#include "softlist.h"
#include "speaker.h"
#include "tilemap.h"
class i7000_state : public driver_device

View File

@ -37,6 +37,7 @@ Year Game Manufacturer Notes
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class igs009_state : public driver_device

View File

@ -73,6 +73,7 @@ FIX: PK Tetris have an input named AMUSE which I couldn't map. Maybe it is
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "igspoker.lh"

View File

@ -27,6 +27,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define I8080_TAG "maincpu"

View File

@ -53,6 +53,7 @@ Note
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class jackie_state : public driver_device

View File

@ -116,6 +116,7 @@ OSC: 12.000MHz
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class jalmah_state : public driver_device

View File

@ -106,9 +106,11 @@
#include "machine/timer.h"
#include "machine/watchdog.h"
#include "sound/okim6295.h"
#include "video/st0020.h"
#include "emupal.h"
#include "speaker.h"
#include "video/st0020.h"
#include "tilemap.h"
#include "jclub2o.lh"
#include "jclub2.lh"

View File

@ -78,6 +78,7 @@
#include "machine/nvram.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(8'000'000) /* guess */

View File

@ -123,6 +123,7 @@ Notes:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class jollyjgr_state : public driver_device

View File

@ -99,6 +99,7 @@ Notes:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class joystand_state : public driver_device
{

View File

@ -199,6 +199,7 @@
#include "video/mc6845.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(6'000'000) /* confirmed */
#define CPU_CLOCK MASTER_CLOCK /* guess */

View File

@ -83,6 +83,7 @@ sg1_b.e1 4096 0x92ef3c13 D2732D
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "kingdrby.lh"

View File

@ -37,6 +37,7 @@ ft5_v6_c4.u58 /
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define NVRAM_HACK 1

View File

@ -45,6 +45,7 @@ to prevent disabling inputs.
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define KOIKOI_CRYSTAL 15468000

View File

@ -28,6 +28,7 @@ TODO:
#include "machine/nvram.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
#include "lbeach.lh"

View File

@ -33,6 +33,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class limenko_state : public driver_device

View File

@ -69,6 +69,7 @@ L056-6 9A " " VLI-8-4 7A "
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
/*************************************

View File

@ -77,6 +77,8 @@ Other: Hitachi HD46821P 1MHz NMOS Peripheral Interface Adapter (PIA) x 2
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "ltcasino.lh"
#include "ltcasinn.lh"

View File

@ -82,6 +82,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "luckgrln.lh"
#include "7smash.lh"

View File

@ -54,6 +54,7 @@ Dumped by Chackn
#include "screen.h"
#include "sound/samples.h"
#include "speaker.h"
#include "tilemap.h"
class m14_state : public driver_device

View File

@ -127,6 +127,7 @@ Dip locations verified for:
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class m63_state : public driver_device
{

View File

@ -127,6 +127,7 @@ Both setups show different variants for components layout, memory size, NVRAM, e
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "sgsafari.lh"
#include "musicsrt.lh"

View File

@ -449,6 +449,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(10'000'000)

View File

@ -460,6 +460,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "majorpkr.lh"

View File

@ -106,6 +106,7 @@ Lower PCB is plugged in with components facing up.
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MAIN_CLOCK XTAL(9'987'000)

View File

@ -11,11 +11,12 @@
#include "emu.h"
#include "cpu/z80/z80.h"
#include "machine/nvram.h"
#include "sound/ay8910.h"
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "machine/nvram.h"
#include "tilemap.h"
class mastboyo_state : public driver_device

View File

@ -219,6 +219,7 @@
#include "machine/nvram.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
#include "mgames.lh"

View File

@ -10,6 +10,7 @@
#include "cpu/m6502/m6502.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
class mgolf_state : public driver_device
{

View File

@ -114,6 +114,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "mil4000.lh"

View File

@ -11,6 +11,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class mogura_state : public driver_device

View File

@ -55,6 +55,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class mole_state : public driver_device

View File

@ -213,6 +213,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(8'000'000)

View File

@ -1267,6 +1267,7 @@ Notes:
#include "video/poly.h"
#include "emupal.h"
#include "speaker.h"
#include "tilemap.h"
#include <float.h>

View File

@ -54,6 +54,7 @@
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(12'000'000)

View File

@ -231,6 +231,7 @@ Stephh's notes (based on the games M68000 code and some tests) :
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class nmg5_state : public driver_device

View File

@ -63,6 +63,7 @@
#include "sound/ay8910.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
#define MASTER_CLOCK XTAL(22'118'400)

View File

@ -61,6 +61,7 @@ $7004 writes, related to $7000 reads
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class olibochu_state : public driver_device
{

View File

@ -50,6 +50,7 @@ Note: this is quite clearly a 'Korean bootleg' of Shisensho - Joshiryo-Hen / Mat
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class onetwo_state : public driver_device
{

View File

@ -69,6 +69,7 @@ D.9B [f99cac4b] /
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class panicr_state : public driver_device

View File

@ -27,6 +27,7 @@ maybe close to jalmah.cpp?
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
class patapata_state : public driver_device

View File

@ -209,6 +209,7 @@ A Note about Best Bet Products.
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
#include "tilemap.h"
#include "peplus.lh"
#include "pe_schip.lh"

Some files were not shown because too many files have changed in this diff Show More