summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/williams.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* williams.cpp, wmg.cpp : Simplify handlers cam9002019-03-311-27/+27
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-10/+21
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-5/+16
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-44/+70
* williams.cpp : Cleanups (#3660) cam9002018-06-161-34/+30
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* williams.cpp: Clean up scanline timers (nw) AJR2018-05-251-5/+0
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-2/+16
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-15/+15
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-15/+15
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-19/+19
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+13
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+15
* williams.cpp: Use 74157 device to do input multiplexing (nw) AJR2017-12-271-7/+15
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* williams.cpp: reduced tagmap lookups, identified some dips for jin (nw) Ivan Vangelista2017-05-161-1/+9
* Williams Special Chip 1&2: Add pinout diagram, and clarify the abbreviations ... Lord-Nightmare2017-05-041-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+8
* reverting: Miodrag Milanovic2016-01-201-4/+4
* As per whatsnew_096.txt Aaron Giles rewrote driver (nw) Miodrag Milanovic2016-01-191-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* some handmade changes (nw) Miodrag Milanovic2015-12-211-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-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
* williams.c: convert defender hardware games to bankdev (nw) Alex W. Jackson2014-05-041-4/+4
* williams.c: convert williams2 hardware games to bankdev [Alex Jackson] Alex W. Jackson2014-05-031-2/+3
* williams.c: move williams2-specific stuff into subclass (nw) Alex W. Jackson2014-05-031-45/+56
* williams.c: move blaster-specific stuff into subclass (nw) Alex W. Jackson2014-05-031-24/+37
* williams.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-05-021-2/+3
* 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 PIA6821 to DEVCB2 [smf] smf-2014-01-061-35/+4
* Improved Williams blitter logic and timing to match tests run on real hardwar... smf-2013-07-061-1/+14
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-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-2/+3
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+10
* Modernization of drivers part 21 (no whatsnew) Miodrag Milanovic2013-02-131-5/+7
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-0/+2