summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ojankohs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in ccasino - ojankohs.c (no whatsnew) Scott Stone2011-06-191-1/+1
* Fix MT #4375 (aka somebody should explain to me why this is going to become a... Angelo Salese2011-06-151-5/+5
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-45/+45
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-42/+42
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-10/+10
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-96/+96
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-7/+8
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-20/+8
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-10/+10
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* Cleanups and version bump. Aaron Giles2010-03-041-4/+4
* Added driver_data class and save states to the following drivers: ohmygod.c, ... Fabio Priuli2010-02-281-93/+150
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-12/+12
* Fixed #03309: All Sets in ojankohs.c: When game issues a sound/voice, the gam... Scott Stone2009-07-151-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-8/+8
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-1/+1
* Memory maps merges for the following drivers: Angelo Salese2009-04-271-45/+21
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-12/+12
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-19/+19
* Ok, this is The Big One. Aaron Giles2009-02-111-41/+31
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* fixed passing of address space to ojankoc_flipscreen smf-2008-11-151-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-29/+29
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Part 7 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-061-47/+25
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-67/+66
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-11/+11
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-9/+9
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-3/+3
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-33/+33
* Region classes go bye-bye. Aaron Giles2008-07-281-15/+15
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-16/+16
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-4/+4
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-4/+4