summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-10/+12
* electron_click: Renamed to specify machine (nw) Nigel Barnes2019-11-081-1/+1
* electron: Added Wizard Sidewinder Rom Expansion Board. [Nigel Barnes, Binary ... Nigel Barnes2019-11-063-0/+253
* bbc.cpp: Replaced ROM/RAM memory banks with handlers to allow access from int... Nigel Barnes2019-11-062-2/+11
* Spring cleaning: Vas Crabb2019-11-014-22/+13
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-265-24/+24
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-305-24/+24
* (nw) Clean up the mess on master Vas Crabb2019-03-2650-485/+1316
* Revert "conflict resolution (nw)" andreasnaive2019-03-2550-1316/+485
* New working software list additions Nigel Barnes2019-03-103-2/+228
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-072-4/+4
* bus/bbc/1mhzbus, bus/bbc/tube, bus/electron, tube: Eliminate address_space ar... AJR2019-02-2548-179/+178
* 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