summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-069-253/+253
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-048-47/+57
* srcclean (nw) Vas Crabb2018-04-221-2/+2
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-211-22/+24
* hp64k: added IEEE488 remotizer to bus (#3456) fulivi2018-04-162-7/+9
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-252-2/+2
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-5/+5
* IEEE-488 remotizer device (#3241) fulivi2018-03-184-0/+892
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-149-141/+158
* hp64k: added support for HPIB bus. Extensive improvement of PHI emulation. fulivi2018-03-113-2/+28
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-14/+14
* z80: Change refresh callback to write8 [smf] smf-2018-02-242-3/+3
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-146-44/+49
* 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