summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/system1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* new WORKING clones - Toki no Senshi - Chrono Soldier (MC-8123, 317-0040) [Sh... David Haywood2018-09-041-0/+1
* misc device finder / private members (nw) (#3681) David Haywood2018-06-211-64/+71
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-15/+15
* mcs51.cpp: Eliminate atrocious hack for breaking out of INT0 polling loops (nw) AJR2018-05-091-1/+0
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-6/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+45
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* second-to-last gen_latch.cpp update (nw) Ivan Vangelista2016-06-091-0/+4
* segacrpt is also a device, again reduced some duplication (nw) David Haywood2016-04-121-21/+5
* segacrp2 is now a device, kill off a whole bunch of duplicated decryption cod... David Haywood2016-04-121-8/+1
* minor shuffle (nw) David Haywood2016-04-111-1/+4
* new NOT WORKING clones David Haywood2016-04-111-0/+2
* corrected rom names in seganinj set [Mathieu Patard] David Haywood2016-03-231-20/+24
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-3/+3
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* fix MT06024 (hvymetal not working) David Haywood2015-09-031-0/+2
* system1: use standard palette device ram Dirk Best2015-08-121-2/+2
* New games added or promoted from NOT_WORKING status Ivan Vangelista2015-07-211-0/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+13
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* converted z80 to c++ [smf] smf-2014-01-211-1/+2
* better this way than specifying our own size Michaël Banaan Ananas2013-07-231-1/+1
* some cleanup (nw) Miodrag Milanovic2013-04-111-1/+3
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Modernization of drivers part 18 (no whatsnew) Miodrag Milanovic2013-02-121-1/+8
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0
* fix shtngmst gun position Michaël Banaan Ananas2012-10-101-0/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-3/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-11/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+7
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1