summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/senjyo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-46/+46
* BIG update. Aaron Giles2011-03-291-10/+10
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* 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-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-34/+34
* Converted sauro, scotrsht, segald, seicross, senjyo, shangha3, Aaron Giles2010-09-021-57/+72
* 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-5/+4
* got rid of bracket style company naming: Michaƫl Banaan Ananas2010-05-221-1/+1
* Complete rewrite of the Z80-PIO implementation. The handshaking signals are n... Curt Coder2010-02-171-19/+12
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-8/+8
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-35/+35
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-130/+82
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-10/+10
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+6
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-35/+1
* Converted Z80 CTC to a proper device. Updated all drivers. Aaron Giles2008-09-291-2/+4
* Converted the z80pio implementation into a device. Wilbert Pol2008-09-281-25/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-4/+4
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-3/+3
* Part 6 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-041-11/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-20/+20
* 02101: wboy, wboysys2: Access Violation Nicola Salmoria2008-08-111-2/+2
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-6/+6
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-18/+18
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-2/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-56/+56
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-62/+62
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-4/+4
* actually remove the not working flag. davidhay2008-07-021-1/+1
* makes starfora work.. first time lucky etc... davidhay2008-07-021-3/+3
* adds starfora (non-working) davidhay2008-07-021-30/+89
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-41/+41
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1