| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: |  Vas Crabb | 2024-11-25 | 3 | -12/+9 |
* | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 2 | -2/+2 |
* | -machine/spi_sdcard.cpp: Generate appropriate CSD for mounted image. |  Vas Crabb | 2024-10-01 | 6 | -143/+155 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 34 | -91/+91 |
* | Fix some END macro indents (#12030) |  amameuser | 2024-02-12 | 1 | -1/+1 |
* | bus/electron: Only select ROMSEL when upper nibble is clear. |  Nigel Barnes | 2023-10-28 | 11 | -29/+26 |
* | Move format #includes out of header files |  AJR | 2023-10-12 | 10 | -10/+10 |
* | mc146818: Split non-direct read and write handlers into more hardware-accurat... |  AJR | 2023-10-09 | 2 | -6/+9 |
* | bus/electron/cumana: Added support for Cumana floppy format. |  Nigel Barnes | 2023-09-30 | 2 | -17/+15 |
* | misc mcfg: remove pia6821 clock freq param, |  hap | 2023-09-20 | 1 | -2/+2 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 2 | -8/+0 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 8 | -10/+10 |
* | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 16 | -60/+33 |
* | neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. |  Vas Crabb | 2023-04-05 | 16 | -36/+43 |
* | m68000: some variables were missing from savestate/zerofill |  hap | 2023-04-03 | 1 | -1/+1 |
* | API change for device_image_interface |  AJR | 2023-03-30 | 16 | -42/+42 |
* | bus/electron/plus1: Use BBC Micro-type slot for analogue joystick inputs (#10... |  ajrhacker | 2022-10-22 | 2 | -35/+9 |
* | bus/electron: Added Millsgrade Voxbox Speech Synthesiser. |  Nigel Barnes | 2022-10-18 | 3 | -2/+156 |
* | bus: Get rid of some dubious tag manipulation. |  Vas Crabb | 2022-08-20 | 1 | -2/+2 |
* | Corrected a few common typos in various source files. (#9963) |  0kmg | 2022-06-25 | 1 | -1/+1 |
* | New working software list additions |  Nigel Barnes | 2022-06-05 | 3 | -0/+245 |
* | bus/electron: Added the ElkSD64 and ElkSD128 Electron SD interfaces. |  Nigel Barnes | 2022-06-05 | 5 | -0/+607 |
* | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -3/+3 |
* | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 2 | -3/+3 |
* | Addressed some Lua scripting pitfalls. (#9294) |  Vas Crabb | 2022-02-12 | 2 | -15/+18 |
* | 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 |