summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ay8910.cpp : Updates cam9002019-02-151-8/+8
* 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-313-8/+8
* devices\bus: removed a few unused MCFG macros (nw) Ivan Vangelista2019-01-301-37/+0
* Fixed regressions in konamim2 and mexico86, nw mooglyguy2018-12-151-7/+11
* pc9801_86.cpp: fix PSG regression (#4306) r092018-11-171-0/+2
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-145-61/+62
* pc9801_118.cpp: Correct chip types in documentation; eliminate fake XTAL defi... AJR2018-11-101-4/+5
* pc9801_86.cpp: add stereo sound r092018-11-031-7/+12
* mpu401: Eliminate MCFG_ macros (nw) AJR2018-10-261-3/+4
* pc9801.cpp: Eliminate bogus XTALs (nw) AJR2018-07-212-8/+4
* devcb3 Vas Crabb2018-07-071-7/+7
* 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