summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron
Commit message (Expand)AuthorAgeFilesLines
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-194-7/+7
* adc0844.cpp : Remove unnecessary arguments in handlers cam9002019-02-032-6/+6
* srcclean and cleanup (nw) Vas Crabb2019-01-271-2/+2
* electron: Amended cartridge slot interface to include OE and OE2 lines to spe... Nigel Barnes2019-01-2348-436/+1042
* Default input clocks for ADC083x and ADC084x (nw) AJR2018-12-261-1/+1
* mc2661, mc68681, scn2674 et al.: Eliminate space and mem_mask arguments from ... AJR2018-12-261-2/+2
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-255-0/+5
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-4/+5
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-065-38/+31
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-6/+6
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-105-10/+10
* -via6522: Removed MCFG acessors, nw mooglyguy2018-08-091-27/+29
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-4/+4
* devcb3 Vas Crabb2018-07-073-6/+6
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-153-10/+10
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-294-30/+30
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-272-2/+2
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-275-5/+5
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-093-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-069-37/+37
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-049-48/+55
* electron: Added Mega Games Cartridge device. Nigel Barnes2018-03-303-0/+161
* electron_click: save state (nw) Nigel Barnes2018-03-301-0/+1
* electron abr/aqr use bitwise operators (nw) Nigel Barnes2018-03-302-4/+4
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-14/+8
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-1/+0
* electron: Added cartridge devices for: Nigel Barnes2018-01-3119-121/+1544
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* electron: Re-implemented cartridge slot device, and added cartridge devices: Nigel Barnes2018-01-2617-135/+1367
* Remove tagmap lookups (nw) Nigel Barnes2018-01-263-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-232-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-175-5/+5
* electron: Re-implemented expansion port interface to access full 6502 bus. Nigel Barnes2018-01-1616-118/+411
* electron_rombox: Use required_device_array (nw) Nigel Barnes2018-01-124-101/+46
* electron: Added Rombox, Rombox+ expansion devices, and electron_rom software ... Nigel Barnes2018-01-115-5/+585
* electron_plus3: Added Advanced 1770 DFS 2.10. Nigel Barnes2018-01-111-0/+2
* electron_plus1: Added Slogger Expansion 2.00 and 2.01. Nigel Barnes2018-01-111-4/+10
* mc68681: Use MCFG_DEVICE_ADD instead of custom macro; switch one more to SCN2... AJR2017-11-222-5/+5
* electron: Added Acorn Plus 1 expansion device Nigel Barnes2017-11-084-11/+319
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-1/+1
* input_merger: syncronise on the way in, extend to 32 inputs, make some Vas Crabb2017-08-062-5/+5
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-084-49/+31
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-2/+2
* more incorrect names fixed (nw) smf-2017-05-141-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1410-60/+61
* electron: Added Power Software joystick interface Nigel Barnes2017-04-213-2/+151
* electron: Added First Byte joystick interface Nigel Barnes2017-03-233-8/+153
* Self-registering devices prep: Vas Crabb2017-02-273-3/+4