summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488
Commit message (Expand)AuthorAgeFilesLines
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1218-19/+38
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-237-66/+66
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-179-14/+14
* hp9895: 2 bugs fixed: NMI handling & secondary addressing in PHI chip fulivi2017-10-251-0/+4
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-1/+0
* Added Commodore D9060 82S137 prom dumps [Bo Zimmerman, Andrew Welburn] smf-2017-07-181-6/+6
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* Further improvements to slot option validation (nw) AJR2017-06-102-7/+7
* more likely typo (nw) Vas Crabb2017-06-111-1/+1
* fix Commodore D9060 memory map mirror exposed by validating slot devices Vas Crabb2017-06-111-1/+1
* device_add_mconfig up to devices/bus/l* (nw) Ivan Vangelista2017-06-0918-310/+155
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-229-26/+26
* Hp9845: Support for HPI floppy format (#2310) fulivi2017-05-161-2/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1424-707/+684
* more validation fixes (nw) Vas Crabb2017-03-041-1/+1
* Device fixups (nw) AJR2017-03-022-1/+13
* Self-registering devices prep: Vas Crabb2017-02-2712-19/+19
* srcclean (nw) Vas Crabb2017-02-192-99/+99
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1121-9/+12
* hp9845: fixed a weird case of missed synchronization in 9895 drive fulivi2017-02-012-23/+2
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-16/+16
* hp9845: some info added for 9895 fulivi2017-01-271-2/+34
* hp9845: synchronizer in 9895 drive optimized a bit fulivi2017-01-272-44/+32
* hp9845: optimized CPU wait in 9895 drive (spin_until_time -> suspend_until_tr... fulivi2017-01-272-73/+70
* hp9845: 9895 drive done, seems ok.. now I need a disk format to load fulivi2017-01-262-10/+66
* hp9845: 9895 is 95% done, it works except for some minor issues fulivi2017-01-262-2/+701
* srcclean (nw) Vas Crabb2017-01-222-6/+6
* Taito 68705 interface improvements: Vas Crabb2017-01-152-0/+6
* hp9845: cosmetic fixes to 9895-related source files fulivi2017-01-051-1/+5
* hp9845: 9895 now talks through ieee488! fulivi2017-01-052-1/+125
* hp9845: draft of HP9895 floppy drive. PHI passes POST. fulivi2017-01-054-0/+168
* ieee488: a few optimizations to "state-changed" callbacks fulivi2016-11-221-12/+15
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2222-85/+85
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0620-28/+28
* Further IRQ passthrough cleanup AJR2016-07-081-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-242-9/+9
* reverting: Miodrag Milanovic2016-01-2022-48/+48
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-1622-48/+48
* modernize output_manager (nw) Miodrag Milanovic2016-01-107-19/+19
* cleanups (nw) Miodrag Milanovic2015-12-253-5/+0
* override part 1 (nw) Miodrag Milanovic2015-12-0511-71/+71
* clang-modernize part 6 Miodrag Milanovic2015-12-041-4/+4
* clang-modernize part 2 Miodrag Milanovic2015-12-046-14/+14
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-1410-16/+16
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0811-0/+0
* softbox: Fix references to other softbox files in comments. (nw) Mike Naberezny2015-09-301-2/+2
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1322-0/+7304