summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/cart
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-5/+2
* Cleanup: Vas Crabb2024-11-251-4/+3
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-1/+1
* -machine/spi_sdcard.cpp: Generate appropriate CSD for mounted image. Vas Crabb2024-10-012-45/+49
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2718-36/+36
* Move format #includes out of header files AJR2023-10-128-8/+8
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-092-6/+9
* bus/electron/cumana: Added support for Cumana floppy format. Nigel Barnes2023-09-302-17/+15
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-013-4/+4
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-086-25/+13
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-056-15/+17
* API change for device_image_interface AJR2023-03-306-17/+17
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-201-2/+2
* New working software list additions Nigel Barnes2022-06-053-0/+245
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-3/+3
* init vars for coverity (bus/a-l) Robbbert2022-04-022-3/+3
* device_image_interface: Interface overhaul AJR2022-01-062-10/+3
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-223-4/+4
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-028-24/+32
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-211-1/+1
* bus/bbc/userport: CB lines are bi-directional. Nigel Barnes2020-09-211-0/+2
* 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-079-50/+38
* electron_sndexp: ROM is mapped to bank 13. Nigel Barnes2020-08-241-2/+2
* electron_sndexp3: ROM is mapped to bank 13. Nigel Barnes2020-08-221-2/+2
* bus/electron/cart/sndexp.cpp: Fixed banking of 8K RAM, command *LRAM now works. Nigel Barnes2020-08-182-34/+22
* Electron Plus 3 and AP3/4 devices updated to use FDC master reset line (nw) Nigel Barnes2020-03-151-3/+3
* 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
* 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-012-17/+8
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-9/+9
* 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-302-9/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-2632-202/+744
* Revert "conflict resolution (nw)" andreasnaive2019-03-2532-744/+202
* 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-2530-87/+86
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* electron: Amended cartridge slot interface to include OE and OE2 lines to spe... Nigel Barnes2019-01-2330-185/+502
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-254-0/+4
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-4/+5
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-064-32/+28
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-104-8/+8
* devcb3 Vas Crabb2018-07-071-2/+2
* 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-274-4/+4