summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/midzeus.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-210/+0
* init even more vars (includes) Robbbert2022-04-101-37/+37
* video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-1/+1
* midzeus.cpp - turn off hardcoded 'in video driver' debugging keys by default,... DavidHaywood2021-03-101-0/+3
* srcclean for 0.223 Vas Crabb2020-07-261-26/+26
* -midzeus: Moved some Zeus2-specific members into the appropriate subclass, an... Ryan Holtz2020-07-111-37/+36
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-22/+22
* midzeus.cpp, zeus2: Bring static variables inside class; eliminate auto_alloc... AJR2019-09-111-0/+78
* Fix clang build since C++14 is a bit stupid about instantiating constexpr var... AJR2018-09-041-1/+2
* midzeus: MCFG removal and other cleanup (nw) Ted Green2018-09-041-10/+46
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-4/+0
* 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-4/+4
* (nw) crusnexo : output finder Robbbert2018-04-101-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4
* midzeus: Added trackball and keyboard to the grid. Driver reorg and cleanup.... Ted Green2017-04-191-8/+10
* more anonymous timers work (nw) Ivan Vangelista2017-04-131-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* removed unused MCFG_PIC16C5x_T0_CB callbacks (nw) hap2017-02-111-6/+5
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* atlantis: Minor update (nw) Ted Green2016-06-191-1/+1
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+0
* midzeus fix (nw) Miodrag Milanovic2016-05-011-21/+0
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* midzeus is now using the polynew rasterizing architecture. (nw) Andrew Gardner2015-09-031-2/+0
* removed PIC16 mcu fake io memory map hap2015-03-021-1/+1
* Moved misc functions into driver classes and small cleanups(nw) Ivan Vangelista2014-09-291-0/+1
* Updated most of the remaining static TIMER_CALLBACKs (nw) to MEMBERs. (nw) Ivan Vangelista2014-08-291-0/+1
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-3/+3
* midezeus modernized and lot moved to _state, also made midzeus2_state separat... Miodrag Milanovic2014-04-171-6/+32
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-2/+6
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* finished modernizing timekeeper [smf] smf-2013-05-091-0/+4
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-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-12/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6
* More AM_BASE_LEGACY removal. Aaron Giles2012-09-121-3/+10
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+4