summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/isa.cpp
Commit message (Expand)AuthorAgeFilesLines
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-6/+4
* Miscellaneous clean-up. Vas Crabb2020-10-291-36/+57
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-28/+6
* bus/isa: Simplify signatures of most handlers (nw) AJR2020-05-311-12/+39
* -s3virge: Plumbed out linear framebuffer support. Fixes graphics in 'Analog 8... mooglyguy2020-03-011-0/+5
* Halt cpu by isa rdy line in poisk-1 and mc1502 fdc devices (nw) yz70s2019-12-231-2/+2
* isa: Provisional ready line interface (nw) AJR2019-12-221-0/+7
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-39/+53
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-53/+39
* bus/isa: Fix custom space configuration (nw) AJR2019-01-261-2/+2
* isa: Modernize device configuration (nw) AJR2019-01-251-35/+37
* bus/isa: Preparation for supporting DACK handshake line (nw) AJR2019-01-201-4/+16
* Apply logical address mask properly in debug disassembly view AJR2018-08-241-2/+2
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-4/+24
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+6
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-9/+8
* i82439tx: add support for system management mode and more [Samuele Zannoli] yz70s2018-04-271-2/+50
* Revert "(PC-ISA): Add Action Replay card for DOS (1994) (#3445)" Vas Crabb2018-04-171-5/+0
* (PC-ISA): Add Action Replay card for DOS (1994) (#3445) Bavarese2018-04-161-0/+5
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-35/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* genpc, isa8: Make maincpu tag more honestly configurable (nw) AJR2017-11-091-6/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-4/+4
* isa.cpp: add unmap_device method and in install16_device use io space width (nw) yz70s2017-07-031-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-37/+57
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-66/+44
* Device fixups (nw) AJR2017-03-021-22/+0
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* isa: check get_card_device before using (nw) cracyc2016-07-281-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-26/+26
* Now works in all cases, thanks OG! (nw) arbee2016-04-121-2/+2
* It helps to commit the final version (nw) arbee2016-04-121-1/+1
* Fix several buses so they can work when not a direct child of the root (nw) arbee2016-04-121-2/+2
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* removed double string in some instances of "Fatal error: Error: x" hap2016-03-201-1/+1
* reverting: Miodrag Milanovic2016-01-201-13/+14
* 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-14/+13
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-16/+18
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+646