summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/dmv/k803.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/dmv/k803.h')
-rw-r--r--src/devices/bus/dmv/k803.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/dmv/k803.h b/src/devices/bus/dmv/k803.h
index c6a7d70af4d..75531d3bab3 100644
--- a/src/devices/bus/dmv/k803.h
+++ b/src/devices/bus/dmv/k803.h
@@ -21,7 +21,7 @@ class dmv_k803_device :
{
public:
// construction/destruction
- dmv_k803_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ dmv_k803_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// optional information overrides
virtual ioport_constructor device_input_ports() const override;
avatar'> Miodrag Milanovic2012-08-101-1/+1 * Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1 * ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-7/+7 * Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1 * Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1 * MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-26/+26 * MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-11/+11 * MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2 * Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1 * Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2 * Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-7/+7 * MT#04288. Aaron Giles2011-03-311-2/+1 * BIG update. Aaron Giles2011-03-291-14/+14 * Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2 * Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1 * Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+2 * Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-8/+22 * Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1 * MDRV_* -> MCFG_* Aaron Giles2010-12-311-18/+18 * Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3 * Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-3/+0 * Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1 * Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2 * Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1 * Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1 * Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2 * Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4 * Cleanups and version bump.mame0132u4 Aaron Giles2009-07-101-1/+1 * Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6 * Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-1/+1 * Removed a kludge from Sengoku Mahjong sound comms [Angelo Salese] Angelo Salese2009-07-021-8/+2 * Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2 * Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6 * Cleanups and version bump.mame0129u2 Aaron Giles2009-01-221-2/+2 * Seibu CRTC part 1: [Angelo Salese] Angelo Salese2009-01-171-42/+31 * Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-8/+8 * Pre-Seibu CRTC update: [Angelo Salese] Angelo Salese2009-01-141-11/+18 * CPU header cleanups.... Aaron Giles2008-12-181-1/+1 * From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1 * Added NVRAM emulation to Sengoku Mahjong. Angelo Salese2008-12-061-8/+13 * Added layer enable register,coin counter,coin lockout and cleaned-up the Seng... Angelo Salese2008-12-031-35/+30 * Gfx decode clean up on Sengoku Mahjong. Angelo Salese2008-11-301-5/+19 * WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6 * Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1