mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Remove tilemap.h from emu.h (nw)
This commit is contained in:
parent
084c0472a4
commit
121326f802
@ -12,6 +12,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "machine/bankdev.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
class tc0091lvc_device : public device_t, public device_gfx_interface
|
||||
{
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "emu.h"
|
||||
#include "image.h"
|
||||
#include "drivenum.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -94,7 +94,6 @@
|
||||
|
||||
// video-related
|
||||
#include "drawgfx.h"
|
||||
#include "tilemap.h"
|
||||
#include "video.h"
|
||||
|
||||
// sound-related
|
||||
|
@ -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>
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "screen.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "render.h"
|
||||
#include "rendfont.h"
|
||||
#include "rendutil.h"
|
||||
#include "tilemap.h"
|
||||
#include "ui/viewgfx.h"
|
||||
|
||||
|
||||
|
@ -50,6 +50,7 @@ Notes:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#define MASTER_CLOCK XTAL(16'000'000)
|
||||
|
||||
|
@ -46,6 +46,7 @@ Notes:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#define MAIN_CLOCK XTAL(10'000'000)
|
||||
|
||||
|
@ -21,6 +21,8 @@
|
||||
#include "sound/pokey.h"
|
||||
#include "emupal.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "akkaarrh.lh"
|
||||
|
||||
|
||||
|
@ -44,6 +44,7 @@ PCB:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#define MASTER_CLOCK XTAL(12'000'000)
|
||||
|
||||
|
@ -51,6 +51,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -83,6 +83,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "amusco.lh"
|
||||
|
||||
|
@ -427,6 +427,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
#define MASTER_CLOCK XTAL(16'000'000) /* unknown */
|
||||
|
@ -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
|
||||
|
@ -91,6 +91,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "blockade.lh"
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -87,6 +87,7 @@ Notes:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class calorie_state : public driver_device
|
||||
|
@ -49,6 +49,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
class carjmbre_state : public driver_device
|
||||
{
|
||||
|
@ -74,6 +74,7 @@ TODO:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class caswin_state : public driver_device
|
||||
|
@ -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
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "cpu/m6800/m6800.h"
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class cball_state : public driver_device
|
||||
|
@ -56,6 +56,7 @@ ToDo:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class chanbara_state : public driver_device
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "chance32.lh"
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -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"
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class cntsteer_state : public driver_device
|
||||
|
@ -136,6 +136,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
#define MASTER_CLOCK XTAL(14'000'000)
|
||||
|
@ -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
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#define MCLK 16000000
|
||||
|
||||
|
@ -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
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class d9final_state : public driver_device
|
||||
|
@ -41,6 +41,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
class dacholer_state : public driver_device
|
||||
{
|
||||
|
@ -67,6 +67,7 @@ $842f = lives
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class ddayjlc_state : public driver_device
|
||||
|
@ -120,6 +120,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
class ddealer_state : public driver_device
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -15,6 +15,7 @@ similar hardware.
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
class drtomy_state : public driver_device
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -61,6 +61,7 @@ Notes:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
#define DUNHUANG_DEBUG 0
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -34,6 +34,7 @@ Notes:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class ettrivia_state : public driver_device
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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;
|
||||
|
@ -28,6 +28,7 @@ rom 5 and 6 are prg roms
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "galaxi.lh"
|
||||
|
||||
|
@ -198,6 +198,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
#define MASTER_CLOCK XTAL(10'000'000)
|
||||
|
@ -1289,6 +1289,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "pmpoker.lh"
|
||||
#include "goldnpkr.lh"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -69,6 +69,7 @@ To Do:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
|
||||
|
@ -54,6 +54,7 @@
|
||||
#include "screen.h"
|
||||
#include "softlist.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class i7000_state : public driver_device
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#define I8080_TAG "maincpu"
|
||||
|
||||
|
@ -53,6 +53,7 @@ Note
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class jackie_state : public driver_device
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -123,6 +123,7 @@ Notes:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class jollyjgr_state : public driver_device
|
||||
|
@ -99,6 +99,7 @@ Notes:
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
class joystand_state : public driver_device
|
||||
{
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
||||
|
@ -37,6 +37,7 @@ ft5_v6_c4.u58 /
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
#define NVRAM_HACK 1
|
||||
|
@ -45,6 +45,7 @@ to prevent disabling inputs.
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#define KOIKOI_CRYSTAL 15468000
|
||||
|
||||
|
@ -28,6 +28,7 @@ TODO:
|
||||
#include "machine/nvram.h"
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "lbeach.lh"
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class limenko_state : public driver_device
|
||||
|
@ -69,6 +69,7 @@ L056-6 9A " " VLI-8-4 7A "
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
/*************************************
|
||||
|
@ -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"
|
||||
|
||||
|
@ -82,6 +82,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "luckgrln.lh"
|
||||
#include "7smash.lh"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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"
|
||||
|
@ -449,6 +449,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
#define MASTER_CLOCK XTAL(10'000'000)
|
||||
|
@ -460,6 +460,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "majorpkr.lh"
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -219,6 +219,7 @@
|
||||
#include "machine/nvram.h"
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "mgames.lh"
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "cpu/m6502/m6502.h"
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
class mgolf_state : public driver_device
|
||||
{
|
||||
|
@ -114,6 +114,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include "mil4000.lh"
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class mogura_state : public driver_device
|
||||
|
@ -55,6 +55,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
class mole_state : public driver_device
|
||||
|
@ -213,6 +213,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
#define MASTER_CLOCK XTAL(8'000'000)
|
||||
|
@ -1267,6 +1267,7 @@ Notes:
|
||||
#include "video/poly.h"
|
||||
#include "emupal.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
|
@ -54,6 +54,7 @@
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
#define MASTER_CLOCK XTAL(12'000'000)
|
||||
|
@ -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
|
||||
|
@ -63,6 +63,7 @@
|
||||
#include "sound/ay8910.h"
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
#include "tilemap.h"
|
||||
|
||||
|
||||
#define MASTER_CLOCK XTAL(22'118'400)
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user