summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sslam.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-81/+81
* BIG update. Aaron Giles2011-03-291-15/+15
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-3/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-7/+7
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-36/+36
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-16/+17
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-8/+8
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-11/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Converted the following drivers to use a driver_data structure: [Atari Ace] Phil Bennett2010-01-171-107/+103
* 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
* > -----Original Message----- Aaron Giles2009-10-211-3/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-14/+14
* Ok, this is The Big One. Aaron Giles2009-02-111-32/+32
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-7/+7
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* address space compilation errors. smf-2008-11-151-21/+22
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12
* 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
* Finally move cpu/i8051 to cpu/mcs51, rename files and some constants Couriersud2008-10-291-2/+2
* More mcs51 updates Couriersud2008-10-201-8/+2
* MCS51/I8051 overhaul, micro3d improvements and full m72 protection emulation ... Couriersud2008-10-191-6/+5
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-21/+21
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-12/+12
* Region classes go bye-bye. Aaron Giles2008-07-281-21/+21
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-29/+29
* 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-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-6/+6
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1