summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abcbus
Commit message (Expand)AuthorAgeFilesLines
* srcclean and cleanup Vas Crabb2024-11-245-15/+15
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2718-102/+102
* z80dma.cpp: burst mode and refactoring (#12494) holub2024-08-112-2/+4
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-252-3/+20
* Miscellaneous cleanup, and a couple of error checks. Vas Crabb2024-01-251-5/+5
* abc_fd2, lux10828, lux21046: Clean up code using device finder arrays for flo... AJR2023-10-126-63/+59
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-12/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-019-52/+52
* abc80: Refactor ABC Memory Card to use generic slots. [Curt Coder] Curt Coder2023-03-292-38/+17
* abc80: Added keyboard PROM, and memory card IEC/Printer ROMs. [Curt Coder] Curt Coder2023-03-271-3/+4
* abc80x: Split floppy software lists by disk drive type. [Curt Coder] Curt Coder2023-03-264-0/+4
* srcclean in preparation for 0.250 branch Vas Crabb2022-11-271-1/+1
* abc1600: Fixed hard disk formatting by introducing configurable byte transfer... Curt Coder2022-11-141-3/+3
* Revert initialisation of device members in headers. Vas Crabb2022-04-034-4/+4
* init vars for coverity (bus/a-l) Robbbert2022-04-024-4/+4
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-3/+3
* abc1600: Partially fixed hard disk DMA. [Curt Coder] Curt Coder2022-02-274-60/+112
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-3/+2
* Remove fileio.h from emu.h AJR2022-02-111-1/+1
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* abc80, abc80x, c64: Enable floppy sounds. [Curt Coder] Curt Coder2022-01-233-14/+14
* Remove a few outdated references to MESS Dirk Best2021-12-021-8/+8
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-026-12/+18
* srcclean in preparation for branching release Vas Crabb2021-01-244-9/+9
* abc800: Fixed ROM size. Curt Coder2021-01-141-1/+1
* New working machines Curt Coder2021-01-149-211/+600
* abc1600: Add debugging notes. Curt Coder2021-01-081-1/+8
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-252-11/+11
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
* Clean-up and consistency fixes after memory system changes. Vas Crabb2020-11-031-2/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-024-10/+6
* validity.cpp: Limit characters allowed in I/O port tags, and check ROMs and I... Vas Crabb2020-08-271-2/+2
* srcclean for 0.224 Vas Crabb2020-08-232-20/+20
* abc1600: Implemented Luxor 4105 SASI card according to schematics. [Curt Code... Curt Coder2020-08-223-119/+189
* abc80: Added a note regarding the slow floppy controller copy protection feat... Curt Coder2020-08-221-0/+3
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-217-65/+64
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-208-34/+34
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-55/+55
* abc1600: Hard disk WIP. (nw) Curt Coder2020-04-212-136/+158
* abc1600: Fixed floppy DMA. [Curt Coder] Curt Coder2020-04-181-2/+10
* abc80x: Fixed the ABC 850/852/856 hard disk drives. [Curt Coder] Curt Coder2020-04-162-6/+10
* abc1600: Refactored to use modern Z8530 SCC, fixed default DIPs on SASI inter... Curt Coder2020-04-131-4/+4
* More WD FDC master reset modernization (nw) AJR2020-03-262-2/+2
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-182-2/+2
* z80dart: Replace old device with new variant of modern SIO emulation AJR2020-02-291-1/+1
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-192/+192
* abc1600.cpp: Added PCB layout for SASI interface card. (nw) Curt Coder2020-01-061-184/+215
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-1514-86/+70
* Spring cleaning: Vas Crabb2019-11-012-23/+22
* srcclean (nw) Vas Crabb2019-05-262-16/+16