summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bebox.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-293/+0
* vga: made video RAM size configurable at machine configuration (#9289) Ivan Vangelista2022-02-091-2/+3
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-5/+1
* machine/pckeybrd.cpp: Internalize input ports AJR2020-10-151-1/+0
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-4/+4
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-3/+3
* bebox.cpp: use finder for vga device (nw) yz70s2019-12-221-9/+9
* bebox.cpp: remove device not found errors (nw) yz70s2019-12-221-2/+9
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+5
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-2/+2
* bus\lpci\pci.h: removed unused MCFG macros (nw) Ivan Vangelista2019-02-161-1/+1
* devices\bus: few less MCFG macros (nw) Ivan Vangelista2019-02-011-2/+3
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... mooglyguy2018-08-011-4/+4
* -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... mooglyguy2018-07-301-109/+122
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-13/+13
* devcb3 Vas Crabb2018-07-071-8/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-13/+13
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-271-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* 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-28/+28
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-38/+40
* pc_vga: Internalize palette (nw) AJR2018-03-031-1/+0
* pc_vga: Use device_video_interface and configured screens instead of first_sc... AJR2018-03-031-0/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+11
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* 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
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-3/+8
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-23/+23
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-2/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2