summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/hdc.h
Commit message (Expand)AuthorAgeFilesLines
* isa/hdc: Improve initial state, proper units for dma transfers Dirk Best2025-02-031-4/+4
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-8/+8
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-39/+40
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* bus/isa: Simplify signatures of most handlers (nw) AJR2020-05-311-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+7
* devices\bus: few less MCFG macros (nw) Ivan Vangelista2019-02-011-7/+2
* devcb3 Vas Crabb2018-07-071-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-4/+4
* device_add_mconfig up to devices/bus/l* (nw) Ivan Vangelista2017-06-091-8/+11
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-33/+36
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* isa_hdc: implement READSBUFF command (used by ec1841 diags) Sergey Svishchev2016-08-171-0/+2
* isa_hdc: don't install ROM on ec1841 (its BIOS supports HDC natively) (nw) Sergey Svishchev2016-08-171-0/+1
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* reverting: Miodrag Milanovic2016-01-201-7/+7
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-7/+7
* override part 1 (nw) Miodrag Milanovic2015-12-051-11/+11
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+186