summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_86.cpp
Commit message (Expand)AuthorAgeFilesLines
* hash/pc98.xml: fix hamlet boot order, fix tesserae metadata angelosa2025-05-151-0/+1
* cbus/pc9801_86.cpp: fix DAC routing regression angelosa2025-04-281-3/+4
* New sound infrastructure. Olivier Galibert2025-04-271-18/+17
* cbus/pc9801_86.cpp: DAC playback fixes towards win95 angelosa2025-04-261-2/+6
* cbus/pc9801_86.cpp: basic DAC logging angelosa2025-04-251-0/+28
* ymfm: remove 2608/2610 ssg gain workaround hap2025-04-231-2/+2
* bus/cbus: preliminary conversion of MSX style DE-9 ports in -26 and -86 angelosa2025-04-231-57/+40
* nec/pc9801_v.cpp: fix 15 kHz pixel clock angelosa2024-11-141-0/+6
* cbus/pc9801_86.cpp: attempt to resolve DAC FIFO under/overflows angelosa2024-11-121-33/+51
* bus/cbus/pc9801_86.cpp: Fix clang error: lambda capture 'this' is not used [-... AJR2024-11-121-0/+1
* cbus/pc9801_86.cpp: convert PCM space to address_map angelosa2024-11-121-80/+106
* cbus/pc9801_86.cpp: convert irq handling to input_merger angelosa2024-11-121-12/+15
* cbus/pc9801_86.cpp: implement PCM mute control angelosa2024-11-111-3/+16
* bus/cbus: drop PC9801 prefix for AMD-98 sound card angelosa2024-10-221-1/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-14/+12
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Major state refactoring of pc98 based HW (#8475) Angelo Salese2021-08-241-63/+196
* ymfm: Remove dead code in MAME interface. Remove ay8910.h include from ymfm_m... Aaron Giles2021-07-041-2/+0
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-6/+0
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-14/+14
* srcclean (nw) Vas Crabb2019-12-211-1/+1
* pc9801_86.cpp: Preliminary PCB contents (nw) Angelo Salese2019-12-171-1/+10
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-6/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-13/+17
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-17/+13
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-9/+14
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-4/+4
* pc9801_86.cpp: fix PSG regression (#4306) r092018-11-171-0/+2
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-26/+24
* pc9801_86.cpp: add stereo sound r092018-11-031-7/+12
* pc9801.cpp: fix speakboard sound mixing (nw) angelosa2018-05-291-4/+7
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* srcclean (nw) Vas Crabb2018-05-271-11/+11
* 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-24/+5
* Notes (nw) angelosa2018-05-261-1/+4
* pc9801.cpp: Merge -26 / -86 / -118 joystick port implementations (nw) angelosa2018-05-261-33/+8
* pc9801.cpp: added SpeakBoard sound card emulation [Angelo Salese, Takahiro Nogi] angelosa2018-05-251-3/+96
* pc9801.cpp: Improved and reorganized -26 and -86 sound card ROM readbacks [An... angelosa2018-05-251-8/+24
* bus/cbus: Interrupt lines are now callbacks (nw) AJR2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* pc9801_86: try again (nw) cracyc2018-05-081-2/+2
* pc9801_86: try to work around pnauts glitching (nw) cracyc2018-05-071-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+2
* pc9801_86: fix dangel no voice and policenauts choppy audio (nw) cracyc2018-04-251-7/+10
* pc9801: fix scrolling and avsdrv; add high exvram window (nw) cracyc2018-04-221-10/+7