summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apexc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu.h must be the first thing in a compilation unit and nowhere else, or beha... Vas Crabb2018-07-031-0/+1
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-2/+2
* small cleanup (nw) Vas Crabb2018-06-181-2/+2
* apexc: cleanup, nw mooglyguy2018-06-101-538/+42
* apexc : fixed regression/crash introduced on 2018-02-12. Robbbert2018-05-201-3/+3
* 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-8/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-4/+5
* A handful of fixes (nw) Olivier Galibert2018-02-121-9/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* cpu/apexc: Replace single-location tape I/O space with callbacks (nw) AJR2018-01-141-6/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+11
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-3/+0
* Self-registering devices prep: Vas Crabb2017-02-271-3/+4
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* sync pc/curpc/ml/ws (nw) smf-2016-10-281-5/+5
* Improvements to rgb_t (nw) AJR2016-10-221-2/+2
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-2/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-3/+3
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-2/+2
* Removing nullptr image_formats, and fixing formatting Nathan Woods2016-07-141-3/+0
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-3/+0
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+0
* reverting: Miodrag Milanovic2016-01-201-7/+7
* tags are now strings (nw) Miodrag Milanovic2016-01-161-7/+7
* 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-41/+41
* clang-modernize part 4 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+911