| Commit message (Expand) | Author | Age | Files | Lines |
* | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -10/+3 |
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 8 | -9/+9 |
* | bus/electron: Added a homebrew 68000 second processor. |  Nigel Barnes | 2021-08-21 | 3 | -0/+308 |
* | bus/electron/m2105: Rewritten M2105 expansion according to schematic. |  Nigel Barnes | 2021-05-09 | 2 | -101/+112 |
* | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 10 | -30/+40 |
* | 6522via.cpp: Distinguish some different VIA types |  AJR | 2021-01-21 | 3 | -4/+4 |
* | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 2 | -0/+3 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -1/+1 |
* | bus/bbc/userport: CB lines are bi-directional. |  Nigel Barnes | 2020-09-21 | 2 | -0/+4 |
* | bus/electron/cart: Added the Pace RS423 Communications cartridge. |  Nigel Barnes | 2020-09-07 | 3 | -2/+146 |
* | bus/electron: Use input_merger for IRQs where required and various minor clea... |  Nigel Barnes | 2020-09-07 | 18 | -67/+61 |
* | electron_sndexp: ROM is mapped to bank 13. |  Nigel Barnes | 2020-08-24 | 1 | -2/+2 |
* | electron_plus1, electron_plus2, electron_romboxp: Allow cartridges to write t... |  Nigel Barnes | 2020-08-24 | 3 | -0/+11 |
* | bus/electron: Added the P.R.E.S. AP1/AP6 and First Byte Printer Interface dev... |  Nigel Barnes | 2020-08-23 | 5 | -64/+474 |
* | electron_romboxp: Fixed printer interface. |  Nigel Barnes | 2020-08-23 | 2 | -31/+14 |
* | electron_romboxp: Empty ROM sockets contain RAM by default. |  Nigel Barnes | 2020-08-22 | 2 | -22/+52 |
* | electron_sndexp3: ROM is mapped to bank 13. |  Nigel Barnes | 2020-08-22 | 1 | -2/+2 |
* | bus/electron: Added the JAFA Mode 7 Display Unit. |  Nigel Barnes | 2020-08-19 | 3 | -2/+304 |
* | bus/electron/cart/sndexp.cpp: Fixed banking of 8K RAM, command *LRAM now works. |  Nigel Barnes | 2020-08-18 | 2 | -34/+22 |
* | input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... |  AJR | 2020-03-18 | 1 | -1/+1 |
* | Electron Plus 3 and AP3/4 devices updated to use FDC master reset line (nw) |  Nigel Barnes | 2020-03-15 | 2 | -6/+10 |
* | bus/electron/cart/stlefs: Added Winchester slot. |  Nigel Barnes | 2020-03-15 | 2 | -3/+12 |
* | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -10/+12 |
* | electron_click: Renamed to specify machine (nw) |  Nigel Barnes | 2019-11-08 | 1 | -1/+1 |
* | electron: Added Wizard Sidewinder Rom Expansion Board. [Nigel Barnes, Binary ... |  Nigel Barnes | 2019-11-06 | 3 | -0/+253 |
* | bbc.cpp: Replaced ROM/RAM memory banks with handlers to allow access from int... |  Nigel Barnes | 2019-11-06 | 2 | -2/+11 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -22/+13 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 5 | -24/+24 |
* | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -1/+1 |
* | -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2019-06-30 | 5 | -24/+24 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 50 | -485/+1316 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 50 | -1316/+485 |
* | New working software list additions |  Nigel Barnes | 2019-03-10 | 3 | -2/+228 |
* | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 2 | -4/+4 |
* | bus/bbc/1mhzbus, bus/bbc/tube, bus/electron, tube: Eliminate address_space ar... |  AJR | 2019-02-25 | 48 | -179/+178 |
* | bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 4 | -7/+7 |
* | adc0844.cpp : Remove unnecessary arguments in handlers |  cam900 | 2019-02-03 | 2 | -6/+6 |
* | srcclean and cleanup (nw) |  Vas Crabb | 2019-01-27 | 1 | -2/+2 |
* | electron: Amended cartridge slot interface to include OE and OE2 lines to spe... |  Nigel Barnes | 2019-01-23 | 48 | -436/+1042 |
* | Default input clocks for ADC083x and ADC084x (nw) |  AJR | 2018-12-26 | 1 | -1/+1 |
* | mc2661, mc68681, scn2674 et al.: Eliminate space and mem_mask arguments from ... |  AJR | 2018-12-26 | 1 | -2/+2 |
* | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 5 | -0/+5 |
* | -mc146818: De-MCFG, nw |  mooglyguy | 2018-09-08 | 1 | -4/+5 |
* | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 5 | -38/+31 |
* | -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... |  mooglyguy | 2018-08-12 | 1 | -6/+6 |
* | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 5 | -10/+10 |
* | -via6522: Removed MCFG acessors, nw |  mooglyguy | 2018-08-09 | 1 | -27/+29 |
* | Previous commit examples of use (nw) |  Olivier Galibert | 2018-08-02 | 1 | -4/+4 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 3 | -6/+6 |
* | acro removal, disambiguation, debugger side effects (nw) |  Vas Crabb | 2018-06-15 | 3 | -10/+10 |