summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fdc37c93x.cpp
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+1
* 8042kbdc: Unbundle keyboard from device and make it optional AJR2023-10-101-0/+6
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-091-1/+2
* Formats-related #include cleanup AJR2023-10-081-1/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-11/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-26/+26
* Initial work towards i440bx chipset (#11037) Angelo Salese2023-05-211-5/+23
* jaleco/tetrisp2.cpp: Added dumps of additional games and improved video emula... Vas Crabb2023-03-211-2/+3
* fdc37c93x.cpp: update to support ps/2 mouse yz70s2021-08-251-0/+2
* fdc37c93x.cpp: actually read logical device registers yz70s2021-08-071-15/+4
* fdc37c93x.cpp: use ns16550 instead of ns16450 for rs232 as per datasheet yz70s2021-08-031-2/+2
* fdc37c93x.cpp: add placeholder routine for mouse irq yz70s2021-07-291-0/+7
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-4/+5
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-3/+3
* Reduce dependencies on pc_fdc_interface and machine/pc_fdc.h (nw) AJR2020-04-071-1/+1
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-58/+18
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-2/+2
* fdc37c93x.cpp: use enum constants and not explicit values (nw) yz70s2019-11-291-37/+38
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-301-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-2/+2
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-9/+10
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-3/+4
* -in8250: De-MCFG, nw mooglyguy2018-09-041-10/+13
* fdc37c93x.cpp: remove rs232 ports and put them in pcipc (nw) yz70s2018-08-101-30/+110
* fdc37c93x.cpp: add serial ports (nw) yz70s2018-08-081-0/+153
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-311-5/+5
* fdc37c93x.cpp: put memory mappings in remap routine (nw) yz70s2018-06-151-5/+16
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-11/+11
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+7
* (nw) Fixed validation. Robbbert2018-04-271-1/+1
* New device, SMSC FDC37C93x Plug and Play Compatible Ultra I/O Controller ! [S... yz70s2018-04-271-0/+782