summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8255.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-20/+6
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-3/+3
* Revert "i8255: update interrupt state with acknowledge/strobe inputs" Patrick Mackinlay2023-02-091-4/+0
* i8255: update interrupt state with acknowledge/strobe inputs Patrick Mackinlay2023-01-021-0/+4
* i8255: always latch input data when strobe is asserted (#9159) shattered2022-01-151-2/+2
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-1/+0
* i8255: Set ibf flag in output mode for port a Dirk Best2020-07-131-0/+1
* Revert "8255: missed one driver (nw)" Vas Crabb2019-12-171-3/+3
* 8255: set default tristate to 0 (nw) hap2019-12-141-3/+3
* New softwarelist additions hap2019-04-061-4/+6
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-22/+10
* i8255: Refactor to make clear the exact sequences of actions acka_r and ackb_... AJR2018-08-211-6/+12
* i8255: Add handlers for strobed Port A/B reads in Modes 1 & 2; allow some sid... AJR2018-08-181-12/+48
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* (nw) clean up properly and remove comments that just repeat function names as... Vas Crabb2018-07-141-141/+26
* made device flags const (nw) mahlemiut2018-07-141-20/+12
* fix validation (nw) mahlemiut2018-07-121-4/+10
* Device types need actual definitions (nw) AJR2018-07-111-0/+2
* amstrad: create 8255 PPI clone based on the Amstrad Plus ASIC, and use it wit... mahlemiut2018-07-121-3/+36
* misc cleanup and devcb3 prep (nw) Vas Crabb2018-07-031-8/+6
* i8255: hopefully improve readback of port C high output latches when port A i... Vas Crabb2018-05-101-0/+7
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* i8255: added tristate outputs, please replace any driver workarounds (nw) hap2017-06-141-5/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-33/+30
* Start cleaning up duplicate shortnames Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* i8255: revert for now but revisit it later (nw) cracyc2017-01-141-5/+0
* i8255: in read_pc(), also return data from output latch Sergey Svishchev2017-01-101-0/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
* reverting: Miodrag Milanovic2016-01-201-26/+26
* tags are now strings (nw) Miodrag Milanovic2016-01-161-26/+26
* cleanup (nw) Miodrag Milanovic2015-12-261-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+995