summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/littlerb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-35/+7
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-47/+47
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-23/+23
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-59/+73
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-13/+13
* 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
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-19/+19
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-2/+1
* Rewrote video emulation to use the device system in Little Robin [David Haywood] Angelo Salese2010-06-221-71/+164
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-2/+2
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-4/+4
* From: David Haywood [neohaze@nildram.co.uk] Aaron Giles2009-09-061-1/+46
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-3/+3
* 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-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-2/+2
* 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: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-4/+3
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+2
* 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
* Removed MDRV_VIDEO_START(generic_bitmapped) from drivers that don't need it Zsolt Vasvari2008-01-181-1/+0
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+392