summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/luckybal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2018-09-231-37/+37
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-3/+3
* v9938/v9958: Eliminate MCFG macros (nw) AJR2018-09-081-3/+5
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-17/+17
* Lucky Ball 96: Changes to the memory map and banking Roberto Fresca2018-09-021-5/+2
* Wrong driver init name.... (nw) Roberto Fresca2018-08-291-3/+3
* Lucky Ball 96: Translated pinout. [Roberto Fresca] Roberto Fresca2018-08-291-38/+38
* Lucky Ball 96: ASCII diagram of Inputs/Outputs through Roberto Fresca2018-08-291-65/+54
* Lucky Ball 96: Changes of the whole multiplexed input system Roberto Fresca2018-08-281-24/+25
* Lucky Ball 96: Rewrite of the whole multiplexed input system Roberto Fresca2018-08-281-106/+86
* Lucky Ball 96 updates: Banking, new sets, rebuild parent/clones, Roberto Fresca2018-08-271-103/+238
* test... (nw) Roberto Fresca2018-08-251-2/+2
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-2/+5
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+8
* 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-8/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-11/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+3
* luckybal: Add and document 4099 latches (nw) AJR2018-01-121-2/+51
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* luckybal: More notes; another handler (nw) AJR2018-01-101-5/+17
* luckybal: Fix PPI accesses (nw) AJR2018-01-101-39/+42
* Lucky Ball 96: Added the DAC 08, but not wired yet RobertoFresca2018-01-101-3/+46
* Lucky Ball 96: Identified the DIL28 IC as ST6265 MCU. RobertoFresca2018-01-081-2/+4
* Lucky Ball 96: Identify the VRAM (4x 4464 DRAM) and RobertoFresca2018-01-081-6/+12
* Lucky Ball 96: Added technical notes about RobertoFresca2018-01-081-0/+31
* Lucky Ball 96: Decrypt/descramble the program ROM. RobertoFresca2018-01-081-0/+28
* Lucky Ball 96: Documented DIP switches. RobertoFresca2018-01-081-0/+29
* Lucky Ball 96: Documented edge connector. RobertoFresca2018-01-081-0/+36
* Lucky Ball 96: Documented PCB specs. RobertoFresca2018-01-081-1/+50
* Lucky Ball 96: Documented the I/O circuitry RobertoFresca2018-01-081-0/+39
* Lucky Ball 96: Hooked PPI 8255 for I/O [Roberto Fresca] RobertoFresca2018-01-081-1/+42
* New clones marked as NOT_WORKING RobertoFresca2018-01-081-1/+43
* New driver for Lucky Ball 96, from Sielcon Games. RobertoFresca2018-01-081-0/+208