summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alto2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* alto2: Use device finders for Diablo HDs (nw) AJR2019-08-211-6/+3
* alto2: Make another thing into a callback (nw) AJR2019-08-211-1/+11
* alto2: Properly internalize address maps, likely fixing regression (nw) AJR2019-08-211-21/+0
* alto2: Use callback for reading keyboard (nw) AJR2019-08-211-16/+11
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+9
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-8/+8
* diablo_hd: removed MCFG marco, myb3k_kbd: removed leftover (nw) Ivan Vangelista2019-01-171-1/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-10/+7
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* 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-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* 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/+1
* 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-10/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-3/+3
* 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-2/+3
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* srcclean and translation regeneration Vas Crabb2016-08-291-2/+2
* alto2: fix timer setup (nw) Juergen Buchmueller2016-08-271-1/+1
* alto2: Refactor videotiming + use attoseconds_t Juergen Buchmueller2016-08-191-11/+24
* alto2: refactor display and CROM/RAM config (nw) Juergen Buchmueller2016-08-131-6/+13
* alto2: fix i/o memory read; reduce frame rate jbu2016-08-031-1/+1
* alto2: further cleanup + remove cruft jbu2016-08-031-6/+3
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* alto2: add speaker sound jbu2016-07-301-1/+13
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* PORT_C*_MEMBER cleanup, last one for now. There's still a lot in the /drivers... hap2016-01-241-5/+5
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+303