summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd7600.cpp
Commit message (Expand)AuthorAgeFilesLines
* machine/cs4031.cpp, f82c836.cpp, um8498f.cpp, wd7600.cpp: bulk replace uintN_... angelosa2026-02-091-33/+33
* machine/wd7600.cpp: get rid of vestigial 1-filled ISA ROM region angelosa2025-08-131-2/+1
* pc/teradrive.cpp: replace PC chipset with WD7600 angelosa2025-08-131-3/+3
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+1
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-091-9/+8
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-12/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-7/+7
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-36/+36
* (nw) Clean up the mess on master Vas Crabb2019-03-261-63/+65
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-65/+63
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-63/+63
* More progress towards ISA DACK line support (nw) AJR2019-01-201-0/+2
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-6/+6
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-1/+1
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-14/+10
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-63/+65
* devcb3 Vas Crabb2018-07-071-2/+2
* mc146818: correct interrupt polarity (nw) (#3627) Patrick Mackinlay2018-06-231-6/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-36/+36
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-24/+0
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+9
* coverity, cleanup, constructor delegation (nw) Vas Crabb2017-06-031-3/+3
* some more device_add_mconfig. Only devices/bus remains. (nw) Ivan Vangelista2017-06-021-5/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-16/+18
* wd7600: Don't use 32-bit masks on a 16-bit space (fixes megapc, nw) AJR2017-05-011-18/+44
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* Intel documentation is conflicting, which prompted osdev to claim that 128k d... smf-2016-10-061-2/+2
* Applied IBM AT 16-bit DMA wrap round fix to other implementations. (nw) smf-2016-10-061-2/+2
* megapc: restore keyboard/portb subunits handlers. Fixes POST errors. mahlemiut2016-06-181-8/+3
* megapc: fix memory fatalerrors. mahlemiut2016-06-161-6/+14
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* at: create at motherboard device and split pci and ps2 machines into own file... cracyc2016-02-241-3/+3
* reverting: Miodrag Milanovic2016-01-201-18/+18
* tags are now strings (nw) Miodrag Milanovic2016-01-161-18/+18
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+557