summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/laserbas.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-9/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+12
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+9
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-15/+12
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-2/+2
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-3/+4
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-26/+26
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-9/+9
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-4/+4
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-4/+4
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* Small design change, nw Angelo Salese2011-11-061-3/+18
* clean-ups and version bumpmame0143u9 Angelo Salese2011-10-271-1/+1
* More notes Angelo Salese2011-10-261-17/+69
* Hooked up PIT to Laser Base [Angelo Salese, Tomasz Slanina] Angelo Salese2011-10-261-16/+69
* Hooked up MC6845 to Laser Base [Angelo Salese] Angelo Salese2011-10-251-4/+23
* 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-25/+25
* BIG update. Aaron Giles2011-03-291-10/+10
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-10/+7
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-18/+18
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-11/+12
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* hoei cname Michaël Banaan Ananas2010-05-311-3/+3
* HOEI -> Hoei Michaël Banaan Ananas2010-05-221-3/+3
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Converted Signetics 2636 video chip to be a MAME device and updated drivers u... Fabio Priuli2009-12-111-31/+74
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Fixed a number of year listings known to be unknown or incorrect the current ... Scott Stone2009-06-071-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5