summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Vas Crabb2024-11-253-12/+9
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-182-2/+2
* -machine/spi_sdcard.cpp: Generate appropriate CSD for mounted image. Vas Crabb2024-10-016-143/+155
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2734-91/+91
* Fix some END macro indents (#12030) amameuser2024-02-121-1/+1
* bus/electron: Only select ROMSEL when upper nibble is clear. Nigel Barnes2023-10-2811-29/+26
* Move format #includes out of header files AJR2023-10-1210-10/+10
* 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
* misc mcfg: remove pia6821 clock freq param, hap2023-09-201-2/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-8/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-018-10/+10
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-0816-60/+33
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-0516-36/+43
* m68000: some variables were missing from savestate/zerofill hap2023-04-031-1/+1
* API change for device_image_interface AJR2023-03-3016-42/+42
* bus/electron/plus1: Use BBC Micro-type slot for analogue joystick inputs (#10... ajrhacker2022-10-222-35/+9
* bus/electron: Added Millsgrade Voxbox Speech Synthesiser. Nigel Barnes2022-10-183-2/+156
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-201-2/+2
* Corrected a few common typos in various source files. (#9963) 0kmg2022-06-251-1/+1
* New working software list additions Nigel Barnes2022-06-053-0/+245
* bus/electron: Added the ElkSD64 and ElkSD128 Electron SD interfaces. Nigel Barnes2022-06-055-0/+607
* 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
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-122-15/+18
* 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