summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xtheball.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-14/+14
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-11/+11
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-18/+25
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-14/+14
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* 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
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-161-17/+5
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* 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
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Changed ticket.c into a device, updated all users. Aaron Giles2009-12-151-12/+7
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-15/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-5/+4
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+4
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-9/+9
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-14/+14
* 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
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-3/+3
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-2/+2
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-2/+2
* Fixed video timing in xtheball. Still don't know why it changed Aaron Giles2008-03-231-5/+3
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-3/+3
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Different fix for X the Ball sound. Pulse no longer works for the 34010. Undi... Aaron Giles2008-02-241-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+1
* Const-ified tlc34076_get_pens Zsolt Vasvari2008-01-141-1/+1
* - Changed TLC34076 and games using it to RGB32 Zsolt Vasvari2008-01-141-9/+8