summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Vas Crabb2024-11-251-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2716-95/+95
* srcclean and cleanup Vas Crabb2024-07-281-9/+9
* bus/ieee488: Added HP9133 Floppy/Fixed disk drive. (#12561) Sven Schnelle2024-07-183-0/+899
* Move format #includes out of header files AJR2023-10-125-6/+10
* c8280, hp9895: Use device finder arrays for floppy drives AJR2023-10-124-22/+26
* Remove flopimg.h and fsmgr.h from floppy device header AJR2023-09-241-0/+1
* mos6530n(ew): rename to mos6530 hap2023-07-258-50/+50
* mos6530n: add pa/pb_w byte handler, add irq callback to 6530 hap2023-07-244-11/+11
* mos6530n: use template for pa/pb_w, hap2023-07-234-9/+9
* mos6530n: 6530 irq pin (shared with PB7) is active low, hap2023-07-172-2/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-173-21/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0113-105/+105
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-23/+22
* formats/fs_hp98x5.cpp: Added filesystem handlers for HP9825, HP9831 and HP984... fulivi2023-05-151-0/+3
* sfd1001: Fix typo in ROM name. [Curt Coder] Curt Coder2023-03-241-4/+4
* Remove unnecessary comments, set_perfect_quantum is called in the correspondi... Curt Coder2023-03-241-1/+0
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-0411-249/+228
* bus/iee488/hp9122c.cpp: Added default MFM floppy image formats, (#9811) r092022-05-231-2/+2
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-30/+30
* init vars for coverity (bus/a-l) Robbbert2022-04-022-30/+30
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-2610-10/+10
* device_image_interface: Interface overhaul AJR2022-01-061-4/+4
* Remove a few outdated references to MESS Dirk Best2021-12-021-2/+2
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-0210-55/+58
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* rs232: HLE updates AJR2021-01-261-1/+0
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-214-5/+5
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-1/+1
* Restore some standard library #includes, add some things that were used but n... Vas Crabb2020-07-191-0/+2
* Pruning of redundant #includes located in src/devices/bus/* (nw) Scott Stone2020-07-101-1/+0
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-2/+2
* srcclean and cleanup (nw) Vas Crabb2020-06-211-211/+211
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-188-42/+38
* Bug fixes for hp9845c & remote488 (#6772) fulivi2020-05-311-8/+0
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-1/+1
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-2022-113/+113
* fix for vs2019, expression does not evaluate to a constant (nw) smf-2020-05-151-2/+2
* simplified some handlers (nw) Ivan Vangelista2020-05-1312-16/+14
* Fix compile. (nw) couriersud2020-05-081-0/+1
* Heavily improved emulation of GRiD Compass 1101 (#6599) usernameak2020-04-264-0/+444
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-252-2/+2
* Spring cleaning: Vas Crabb2019-11-014-6/+5
* (nw) misc cleanup: Vas Crabb2019-10-021-8/+8
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-072-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-267-160/+88
* Revert "conflict resolution (nw)" andreasnaive2019-03-257-88/+160
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-14/+11
* -devices/bus/bbc/1mhzbus/ieee488: Removed MACHINE_CONFIG macros, nw mooglyguy2019-02-032-95/+46