summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/system1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-246/+0
* init even more vars (includes) Robbbert2022-04-101-14/+14
* New working clones Ivan Vangelista2021-07-261-1/+0
* system1.cpp: corrected dips for blockgal (partial fix of MT07702) Ivan Vangelista2020-07-171-0/+2
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-20/+20
* further macro removal work (nw) Ivan Vangelista2020-05-181-11/+11
* Fix Sega System 1 Color handling, Minor cleanups (#6147) cam9002020-01-091-60/+85
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* system1.cpp: redumped Choplifter MCU, removed patches [Porchy] MetalliC2019-07-271-1/+0
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-1/+6
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-3/+9
* 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