summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron
Commit message (Expand)AuthorAgeFilesLines
* device_image_interface: Interface overhaul AJR2022-01-062-10/+3
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-228-9/+9
* bus/electron: Added a homebrew 68000 second processor. Nigel Barnes2021-08-213-0/+308
* bus/electron/m2105: Rewritten M2105 expansion according to schematic. Nigel Barnes2021-05-092-101/+112
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-0210-30/+40
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-213-4/+4
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-152-0/+3
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* bus/bbc/userport: CB lines are bi-directional. Nigel Barnes2020-09-212-0/+4
* bus/electron/cart: Added the Pace RS423 Communications cartridge. Nigel Barnes2020-09-073-2/+146
* bus/electron: Use input_merger for IRQs where required and various minor clea... Nigel Barnes2020-09-0718-67/+61
* electron_sndexp: ROM is mapped to bank 13. Nigel Barnes2020-08-241-2/+2
* electron_plus1, electron_plus2, electron_romboxp: Allow cartridges to write t... Nigel Barnes2020-08-243-0/+11
* bus/electron: Added the P.R.E.S. AP1/AP6 and First Byte Printer Interface dev... Nigel Barnes2020-08-235-64/+474
* electron_romboxp: Fixed printer interface. Nigel Barnes2020-08-232-31/+14
* electron_romboxp: Empty ROM sockets contain RAM by default. Nigel Barnes2020-08-222-22/+52
* electron_sndexp3: ROM is mapped to bank 13. Nigel Barnes2020-08-221-2/+2
* bus/electron: Added the JAFA Mode 7 Display Unit. Nigel Barnes2020-08-193-2/+304
* bus/electron/cart/sndexp.cpp: Fixed banking of 8K RAM, command *LRAM now works. Nigel Barnes2020-08-182-34/+22
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* Electron Plus 3 and AP3/4 devices updated to use FDC master reset line (nw) Nigel Barnes2020-03-152-6/+10
* bus/electron/cart/stlefs: Added Winchester slot. Nigel Barnes2020-03-152-3/+12
* 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