summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cubo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* New machines marked as NOT_WORKING (#6175) ClawGrip2020-01-151-27/+55
* PORT_CUSTOM simplification (nw) AJR2019-09-141-8/+9
* amiga: Convert screen update routine to RGB32 (nw) AJR2019-05-241-1/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-21/+20
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-20/+21
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-11/+10
* 6525tpi, mos6526, bus/vic10: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* imagedev\chd_cd, diablo: removed MCFG macros (nw) Ivan Vangelista2019-01-191-2/+1
* src\devices\machine: more MCFG macros removal (nw) Ivan Vangelista2019-01-171-1/+1
* src/devices: a few less MCFG macros (nw) Ivan Vangelista2019-01-141-6/+7
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-3/+1
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-6/+1
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-6/+6
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-14/+14
* more misc stuff (nw) Vas Crabb2018-06-161-8/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-1/+1
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-1/+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-33/+33
* 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-21/+21
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-6/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-19/+21
* (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-2/+4
* cubo and cluedo regression fix (nw) Olivier Galibert2018-02-071-0/+1
* amiga: Fix cd32/cubo regression Dirk Best2018-02-061-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* amigafdc: Eliminate driver_data dependencies (nw) AJR2017-12-201-0/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-7/+7
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-7/+7
* Refactor 680x0 so that member variables aren't public. [smf] smf-2017-12-131-7/+7
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* Demote lsrquiz/lsrquiz2, they never really worked (nw) angelosa2017-06-201-2/+2
* Nitpicky about bit notes (nw) Angelo Salese2017-06-201-2/+2
* 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/+1
* Amiga: Make Akiko independent from driver state Dirk Best2017-02-101-1/+11
* Amiga: Move audio related registers into Paula device Dirk Best2017-01-291-0/+2
* Amiga: Move and rename amiga sound device, add pinout and description Dirk Best2017-01-291-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-33/+24
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Updated for Stephane Humbert, on some places he is removed on some added, whe... Miodrag Milanovic2016-03-291-1/+1
* 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
* Driver configuration fixes AJR2016-01-161-0/+1