summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dccons.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-8/+8
* spec128.cpp remove old hacks, misc minor notes (nw) MetalliC2020-06-041-0/+1
* srcclean (nw) Vas Crabb2019-12-211-1/+1
* notes (nw) MetalliC2019-12-201-7/+14
* damn inconsistent macros, maybe I really _will_ kill them off next year (nw) Vas Crabb2019-12-201-2/+2
* (nw) this thing is designed for public installations for entertainment - it's... Vas Crabb2019-12-201-1/+1
* use cleaned flash dump (nw) MetalliC2019-12-201-2/+1
* flash r/w for Dreamcast and clones MetalliC2019-12-201-19/+17
* (nw) changed dcfish to SYST. Robbbert2019-12-201-1/+1
* (nw) housekeeping Robbbert2019-12-201-2/+2
* typo (nw) MetalliC2019-12-181-1/+1
* new NOT_WORKING machine MetalliC2019-12-181-11/+103
* dccons.cpp: add Katana BIOS v0.976 [MajorPBX, MetalliC] MetalliC2019-12-071-8/+9
* More region width fixes (nw) AJR2019-11-161-5/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) clean up more stuff, mostly leftover from MCFG removal Vas Crabb2019-10-111-32/+4
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-6/+6
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-3/+3
* docs and comments (nw) MetalliC2019-05-041-0/+16
* aica.cpp, aicadsp.cpp : Updates (#4858) cam9002019-04-051-2/+9
* Merge pull request #4430 from cam900/aica_unused R. Belmont2019-03-311-1/+0
|\
| * aica.cpp : Minor correction, Add notes, Remove some unused/unnecessary values... cam9002018-12-251-1/+0
* | (nw) Clean up the mess on master Vas Crabb2019-03-261-22/+38
* | Revert "conflict resolution (nw)" andreasnaive2019-03-251-38/+22
* | src\mame: removed most MCFG and MACHINE_CONFIG macros from drivers starting w... Ivan Vangelista2019-03-201-12/+13
* | dccons.cpp: dumped Katana Dev.box checker ROM v0.71 [Ioncannon] MetalliC2019-02-191-5/+8
* | emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* | dccons.cpp: documented Treamcast region-free modchip, removed bios soft-dump ... MetalliC2019-01-261-3/+15
* | devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
|/
* -devices/sound/aica, flt_rc, ics2115, k007232, k053260, sp0250, upd7759: Remo... mooglyguy2018-12-201-6/+6
* src/mame: penutlimate batch of MCFG macros define removal (nw) Ivan Vangelista2018-12-171-4/+36
* machine/keyboard, terminal: removed MCFG macros (nw) Ivan Vangelista2018-12-111-1/+2
* -sh2, sh4, sat_ctrl: Removed MCFG, nw mooglyguy2018-12-091-13/+13
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-1/+2
* -intelfsh: Removed MCFG, nw mooglyguy2018-09-051-1/+1
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-2/+2
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-1/+1
* aica.cpp : Add notes, Implement EXTS Mixing (#3812) cam9002018-08-011-2/+2
* aica.cpp : Add input clock related to sample rate, Implement MONO/MVOL cam9002018-07-231-2/+3
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-11/+11
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10
* Route sound relative to current device. Vas Crabb2018-05-011-2/+2
* Revert " AICA Cleanups & Internalize CPU Core (#3423)" R. Belmont2018-04-071-9/+18
* AICA Cleanups & Internalize CPU Core (#3423) cam9002018-04-071-18/+9