summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sg1000a.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tms9928a.c: Converted to a C++ device. [Wilbert Pol] Wilbert Pol2011-07-301-20/+18
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Fixed build breakage. (nw) Curt Coder2011-04-261-6/+6
* BIG update. Aaron Giles2011-03-291-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Add driver_device classes for drivers that don't have any variables, Aaron Giles2011-03-211-1/+11
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-13/+13
* tms9928a vblank time was off by a margin Michaƫl Banaan Ananas2010-12-191-1/+1
* 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-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Intel 8255A PPI: Curt Coder2009-07-101-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+1
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-6/+5
* [SG1000A] Fixed refresh rate and interrupts, added 8255PPI and coin counter. ... Curt Coder2008-09-161-35/+41
* The meager beginning of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-08-311-12/+6
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-7/+7
* 02101: wboy, wboysys2: Access Violation Nicola Salmoria2008-08-111-1/+1
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-3/+3
* 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-4/+3
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-7/+7
* 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
* Most important thing to note about this change: Aaron Giles2008-02-211-0/+1
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-1/+1
* Replaced driver_init_* calls with macro Zsolt Vasvari2008-01-221-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+340