summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus
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-273-32/+29
* srcclean in preparation for release. Vas Crabb2025-04-272-3/+3
* 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
* cbus/pc9801_26.cpp: hookup irq select, guesswork for DE-9 output pins angelosa2025-04-242-20/+47
* 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-238-272/+124
* srcclean the tree. Vas Crabb2025-03-232-2/+2
* bus/cbus: add MIF-201 MIDI interface stub angelosa2025-03-053-14/+134
* Cleanup: Vas Crabb2024-11-252-6/+6
* bus/cbus/sb16_ct2720.cpp: Fix clang error: lambda capture 'this' is not used ... AJR2024-11-231-0/+1
* isa/sb16: move mixer implementation to own ct1745 device angelosa2024-11-232-7/+29
* bus/cbus/sb16_ct2720.h: fix header setup angelosa2024-11-181-2/+2
* bus/cbus: initial hookup for PC-98 Sound Blaster 16 angelosa2024-11-183-1/+152
* 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-122-33/+56
* 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-124-84/+115
* cbus/pc9801_86.cpp: convert irq handling to input_merger angelosa2024-11-122-13/+19
* cbus/pc9801_86.cpp: implement PCM mute control angelosa2024-11-112-5/+18
* bus/cbus/pc9801_26.cpp: approximate better mixing angelosa2024-11-021-2/+7
* bus/cbus: drop PC9801 prefix for AMD-98 sound card angelosa2024-10-223-54/+72
* cbus/mpu_pc98.cpp: hookup int2 angelosa2024-10-011-0/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-277-40/+40
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-14/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0110-10/+10
* 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-042-15/+14
* Revert initialisation of device members in headers. Vas Crabb2022-04-035-10/+10
* init vars for coverity (bus/a-l) Robbbert2022-04-025-10/+10
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* Major state refactoring of pc98 based HW (#8475) Angelo Salese2021-08-2415-148/+814
* ymfm: Remove dead code in MAME interface. Remove ay8910.h include from ymfm_m... Aaron Giles2021-07-041-2/+0
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-145-5/+5
* srcclean in preparation for branching release Vas Crabb2021-04-251-3/+3
* New machines marked as NOT_WORKING (#7904) Angelo Salese2021-04-191-3/+8
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-275-5/+5
* 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-1810-45/+50
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-204-8/+8
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-072-4/+3
* 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-264-17/+17
* (nw) Clean up the mess on master Vas Crabb2019-03-266-73/+98
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-98/+73
* bus/cbus: Replace CPU finder with required_address_space; add pinout (nw) AJR2019-02-282-11/+69
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0