summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* pc9801: stop the rs from crashing the debugger (nw) cracyc2018-06-091-1/+1
* pc9801_cbus: Replace hard-coded CPU tag with configuration macro (nw) AJR2018-06-032-1/+5
* 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-292-6/+6
* pc9801_118: note (nw) cracyc2018-05-261-1/+1
* srcclean (nw) Vas Crabb2018-05-276-21/+21
* dectalk.cpp: Eliminate machine().device (nw) AJR2018-05-261-2/+0
* Fix encapsulation flaw (nw) angelosa2018-05-265-10/+10
* pc9801_cbus.cpp: bulk replace install_device() -> install_io(), made it a bus... angelosa2018-05-2611-94/+36
* Notes (nw) angelosa2018-05-261-1/+4
* pc9801.cpp: Merge -26 / -86 / -118 joystick port implementations (nw) angelosa2018-05-268-128/+124
* pc9801.cpp: added SpeakBoard sound card emulation [Angelo Salese, Takahiro Nogi] angelosa2018-05-252-10/+121
* pc9801.cpp: Improved and reorganized -26 and -86 sound card ROM readbacks [An... angelosa2018-05-255-16/+58
* bus/cbus: Interrupt lines are now callbacks (nw) AJR2018-05-139-12/+46
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-094-4/+6
* 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-065-26/+26
* 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-252-8/+11
* pc9801: fix scrolling and avsdrv; add high exvram window (nw) cracyc2018-04-222-11/+8
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-211-3/+4
* pc9801_86: don't normalize the psg output (nw) cracyc2018-04-161-0/+1
* pc9801_86: add clocks (nw) cracyc2018-04-131-4/+3
* pc9801_86.cpp : Fix pcm timer rate, Add notes [cam900] cam9002018-04-131-2/+3
* pc9801_86: 16bit pcm is big endian (nw) cracyc2018-04-121-10/+10
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-1/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-234-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-175-5/+5
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+4
* New way to provide DAC reference inputs (nw) AJR2018-01-101-4/+2
* cbus: Remove machine().firstcpu calls (nw) AJR2018-01-0212-30/+39
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-304-4/+4
* srcclean (nw) Vas Crabb2017-08-273-25/+25
* Added some not working interface for third AY (nw) angelosa2017-08-102-0/+27
* Fix AMD98 identification (nw) angelosa2017-08-071-1/+0
* Added a very preliminary PC9801 AMD98 sound board emulation [Angelo Salese] angelosa2017-08-062-0/+262
* First chunk of cleaning up PC9801: move state to includes, make variables to ... angelosa2017-08-061-1/+1
* emu.h has to go first (nw) smf-2017-06-271-2/+1
* Build fixes (nw) AJR2017-06-261-1/+1
* pc9801: move cbus to bus and add WIP mpu401 [Carl] cracyc2017-06-2610-0/+1273