summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fromanc2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-8/+13
* 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-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* fromanc2.cpp: Cleanups (nw) AJR2018-02-171-32/+16
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* fromanc4: Preliminary step towards 4-player link support (nw) AJR2017-06-191-1/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-1/+0
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-1/+8
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-1/+1
* Update for Takahiro Nogi (nw) Miodrag Milanovic2015-05-241-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* fromanc2.c: use separate palettes per screen; use core palette formats; remov... Alex W. Jackson2014-05-231-21/+8
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* few more missed (nw) Miodrag Milanovic2013-04-161-2/+0
* was laying, one more cleanup, now really done for today (nw) Miodrag Milanovic2013-04-111-2/+4
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-3/+5
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 5 (no whatsnew) Miodrag Milanovic2013-02-081-3/+6
* 05084: fromanc2, fromancr: Freeze after reload [Phil Bennett] Phil Bennett2013-01-031-0/+1
* 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-10/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+9
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+14
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+2
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-0/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-33/+33
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+15
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+2
* 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-14/+18
* BIG update. Aaron Giles2011-03-291-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1