summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_118.cpp
Commit message (Expand)AuthorAgeFilesLines
* New sound infrastructure. Olivier Galibert2025-04-271-4/+3
* srcclean in preparation for release. Vas Crabb2025-04-271-2/+2
* bus/cbus: preliminary conversion of MSX style DE-9 ports in -26 and -86 angelosa2025-04-231-59/+30
* 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-25/+95
* 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-6/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (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-10/+11
* pc9801_118.cpp: Correct chip types in documentation; eliminate fake XTAL defi... AJR2018-11-101-4/+5
* pc9801_118: note (nw) cracyc2018-05-261-1/+1
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* Fix encapsulation flaw (nw) angelosa2018-05-261-2/+2
* pc9801_cbus.cpp: bulk replace install_device() -> install_io(), made it a bus... angelosa2018-05-261-21/+5
* pc9801.cpp: Merge -26 / -86 / -118 joystick port implementations (nw) angelosa2018-05-261-42/+17
* 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/+225