summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Vas Crabb2024-11-251-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2715-57/+57
* floppy.cpp: Use standard drives for hard-sectored systems (#12727) Mark Garlanger2024-09-081-1/+5
* Floppy hard-sector support. Mix of Eric Anderson's and Mark Eric Anderson2024-09-012-32/+58
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+4
* imagedev/floppy.cpp: Remvoed hard-sectored floppy support. Vas Crabb2023-11-022-58/+32
* imagedev/floppy.cpp: Add hard-sector floppy support Eric Anderson2023-09-052-32/+58
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-18/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-017-31/+31
* UI refinements/fixes: Vas Crabb2023-05-102-44/+25
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-261-10/+10
* vectorgraphic/vector4.cpp: Added Vector 4 driver. (#10710) Eric Anderson2023-02-272-0/+382
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-8/+8
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-023-6/+6
* rs232: HLE updates AJR2021-01-261-1/+0
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-024-8/+4
* Cleaned up bitmap API. Vas Crabb2020-09-272-23/+21
* s100/dj2db: Add UART (not fully hooked up yet); more accurate FDC reset (nw) AJR2020-03-152-10/+14
* Replace old MC2661 device with new SCN2651/SCN2661/SCN2641 devices and make s... AJR2020-03-061-30/+30
* Revert "8255: missed one driver (nw)" Vas Crabb2019-12-171-0/+1
* 8255: set default tristate to 0 (nw) hap2019-12-141-1/+0
* (nw) Fixed the build. Robbbert2019-12-071-3/+3
* ascsasi: Actually generate the control pulses (nw) AJR2019-12-061-0/+4
* New S-100 device: ASC Associates SASI Host Computer Adapter [AJR, Bitsavers] AJR2019-12-062-0/+380
* Spring cleaning: Vas Crabb2019-11-012-6/+17
* polyfdc: Use A3, not A11 (nw) AJR2019-10-041-2/+2
* polyfdc: Update notes (nw) AJR2019-10-041-21/+38
* (nw) please try to ensure #include guards will trip special-casing in dumb pr... Vas Crabb2019-09-161-1/+1
* s100_am310: Fix address shift (nw) AJR2019-08-281-2/+2
* Add dump and emulation of Alpha Micro AM-310 Communications Controller [AJR, ... AJR2019-08-282-0/+396
* dg640: Add base address select switch and screen raw parameters; improve docu... AJR2019-07-212-10/+60
* (nw) split binbug into 3 sources. Robbbert2019-07-222-0/+219
* poly88, poly8813: Add PolyMorphic 16K RAM card and make one the default AJR2019-07-192-0/+155
* polyvti: Add status port (nw) AJR2019-07-181-1/+15
* i8212: Simplify read/write handlers (nw) AJR2019-07-181-2/+2
* poly88, poly8813: Bus expansion AJR2019-07-185-0/+474
* devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-301-6/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-2615-143/+88
* Revert "conflict resolution (nw)" andreasnaive2019-03-2515-88/+143
* bus/s100, bus/vidbrain: Eliminate address_space arguments from handlers (nw) AJR2019-02-2515-48/+48
* -devices/bus/kc, nasbus, s100: Removed MCFG macros, nw mooglyguy2019-02-031-79/+26
* bus/epson_sio, bus/s100: Clean up some MCFGs (nw) AJR2019-01-184-16/+14
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* Identify this brick (nw) AJR2018-11-251-1/+1
* s100_djdma: Add a healthy amount of stub handlers to this skeleton device (nw) AJR2018-11-252-16/+265
* bus/s100: Collect data reads by ANDing with FF, not ORing with 0 (nw) AJR2018-11-258-16/+16
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-8/+9
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-21/+21