summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2gameio (follow)
Commit message (Expand)AuthorAgeFilesLines
* las3000: Add cassette and joystick interfaces (both untested); correct clocks AJR2023-06-102-0/+8
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-017-76/+76
* apple2: get rid of outdated port definitions that caused joystick tracking we... arbee2022-10-221-6/+0
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-2/+2
* init vars for coverity (bus/a-l) Robbbert2022-04-021-2/+2
* bus/a2bus, bus/a2gameio: Moved many class declarations out of headers. Vas Crabb2021-10-0410-176/+198
* apple2: proper behavior when nothing is connected to gameio. Fixes Total Rep... arbee2021-05-241-0/+3
* a2gameio/joystick.cpp: Fix MT 7953 AJR2021-04-221-1/+1
* Clean up uses of picture image device some more. Vas Crabb2020-09-292-11/+9
* -bus/hp_dio/hp98544.cpp: Don't crash when cursor is outside screen area. Vas Crabb2020-09-281-2/+2
* picture_image_device::get_bitmap was returning a possibly-null reference Kelvin Sherlock2020-09-271-1/+1
* srcclean for 0.224 Vas Crabb2020-08-232-3/+3
* apple2: added HAL Labs Gizmo digital joystick adapter [R. Belmont, Golden Child] arbee2020-08-163-1/+123
* gameio.cpp: fixed missing initialization causing various apple2 computer not ... Ivan Vangelista2020-05-311-0/+1
* srcclean, manual adjustments (nw) Vas Crabb2020-01-262-0/+0
* apple2: add support for paddles [R. Belmont] arbee2019-12-103-0/+153
* Spring cleaning: Vas Crabb2019-11-012-7/+9
* (nw) please try to ensure #include guards will trip special-casing in dumb pr... Vas Crabb2019-09-164-4/+4
* apple2: corrected Joyport multiplexing [Golden Child] arbee2019-09-061-5/+5
* apple2: save states and file manager hotloading image support for ComputerEye... arbee2019-08-101-19/+29
* It helps to add the new files. (nw) arbee2019-08-092-0/+163
* apple2: Support the original gameport ComputerEyes [R. Belmont, Golden Child] arbee2019-08-091-0/+3
* fix typo in previous commit (nw) arbee2019-07-281-2/+2
* apple2: support Sirius JoyPort on compatible Apple II models. [R. Belmont] arbee2019-07-284-0/+159
* a2gameio: One fine point (nw) AJR2019-06-102-10/+30
* a2gameio: Default needs to be 0, not 1 for apple2e at least (nw) AJR2019-06-102-8/+8
* apple2, apple2e, apple2gs: Generic emulation of Game I/O connector. Joysticks... AJR2019-06-104-0/+487