summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ghosteo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-21/+21
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-17/+17
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* 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-3/+3
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-16/+22
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-18/+31
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-10/+10
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-17/+17
* s3c24xx.c: Fixing compiling process on Linux and MacOSX [qmc2] Fabio Priuli2010-12-241-1/+1
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-231-39/+39
* Added idle skip for Ghost Eolith driver [David Haywood] Angelo Salese2010-12-221-0/+35
* Changed title as per Haze, no whatsnew Angelo Salese2010-12-221-2/+2
* new working game Angelo Salese2010-12-211-384/+270
* 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
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-1/+0
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Fix copyright year and game manufacturer for Happy Tour based on title screen...mame0137u3 Brian Troha2010-04-211-1/+1
* new game (not working): Happy Tour Brian Troha2010-04-101-0/+16
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-3/+3
* update driver with information out of eolith.c about QS1000 and added the sam... Brian Troha2009-06-071-1/+11
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Fixed RGB565 bugs in Bra$il and Ghost Eolith drivers. Angelo Salese2008-12-011-4/+4
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-6/+6
* 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-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Video emulation fixes to the Ghost Eolith HW (not yet working) Angelo Salese2008-11-091-37/+46
* Region classes go bye-bye. Aaron Giles2008-07-281-8/+8
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-8/+8
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* Removed most uses of BITMAP_FORMAT_RGB15. Just a few sega systems Aaron Giles2008-03-241-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-2/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+581