summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mediagx.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers with m, n: some macro removal (nw) Ivan Vangelista2020-05-301-25/+25
* devices\video: simplify handlers for a few devices (nw) Ivan Vangelista2020-03-061-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-46/+20
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-2/+2
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-2/+2
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-5/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-16/+14
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+16
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-14/+12
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* ramdac.cpp : Remove MCFGs cam9002018-10-141-1/+2
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-2/+2
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* fix build, minor cleanup (nw) Vas Crabb2018-06-111-19/+13
* mediagx.cpp: device_finder (nw) Ivan Vangelista2018-06-081-33/+34
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-6/+6
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-26/+29
* lpci: De-staticize callbacks and remove both device parameters (nw) AJR2018-03-031-9/+5
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-71/+77
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-3/+3
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-2/+2
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* mediagx.cpp: documented an earlier bios version. Doesn't seem compatible with... Ivan Vangelista2017-02-241-0/+4
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-55/+55
* Devfind revision phase 2 (nw) AJR2016-08-051-9/+9
* reverting: Miodrag Milanovic2016-01-201-1/+1
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-1/+1
* Fixes (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-6/+6
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1040