summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_26.cpp
Commit message (Expand)AuthorAgeFilesLines
* cbus/pc9801_26.cpp: hookup irq select, guesswork for DE-9 output pins angelosa2025-04-241-20/+45
* bus/cbus: preliminary conversion of MSX style DE-9 ports in -26 and -86 angelosa2025-04-231-59/+32
* bus/cbus/pc9801_26.cpp: approximate better mixing angelosa2024-11-021-2/+7
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Major state refactoring of pc98 based HW (#8475) Angelo Salese2021-08-241-14/+76
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-2/+2
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-9/+10
* pc9801.cpp: Eliminate bogus XTALs (nw) AJR2018-07-211-3/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* srcclean (nw) Vas Crabb2018-05-271-2/+2
* Fix encapsulation flaw (nw) angelosa2018-05-261-4/+4
* pc9801_cbus.cpp: bulk replace install_device() -> install_io(), made it a bus... angelosa2018-05-261-20/+1
* pc9801.cpp: Merge -26 / -86 / -118 joystick port implementations (nw) angelosa2018-05-261-36/+6
* pc9801.cpp: Improved and reorganized -26 and -86 sound card ROM readbacks [An... angelosa2018-05-251-4/+28
* bus/cbus: Interrupt lines are now callbacks (nw) AJR2018-05-131-2/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-6/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* cbus: Remove machine().firstcpu calls (nw) AJR2018-01-021-5/+5
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* pc9801: move cbus to bus and add WIP mpu401 [Carl] cracyc2017-06-261-0/+192