From 9637a6177a50ddd6b398eeb012bd18e6d7fda0f2 Mon Sep 17 00:00:00 2001 From: as-tb-dev <178102874+as-tb-dev@users.noreply.github.com> Date: Fri, 29 Nov 2024 22:52:08 -0500 Subject: [PATCH] a2gameio: Updated Sirius JoyPort description to mention Atari joysticks being connected to it (#13032) --- src/devices/bus/a2gameio/joyport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bus/a2gameio/joyport.cpp b/src/devices/bus/a2gameio/joyport.cpp index 3e6e9793dae..7ff0e7a9adc 100644 --- a/src/devices/bus/a2gameio/joyport.cpp +++ b/src/devices/bus/a2gameio/joyport.cpp @@ -127,4 +127,4 @@ void apple2_joyport_device::an1_w(int state) //************************************************************************** // device type definition -DEFINE_DEVICE_TYPE_PRIVATE(APPLE2_JOYPORT, device_a2gameio_interface, apple2_joyport_device, "a2joyprt", "Sirius JoyPort") +DEFINE_DEVICE_TYPE_PRIVATE(APPLE2_JOYPORT, device_a2gameio_interface, apple2_joyport_device, "a2joyprt", "Sirius JoyPort with Atari joysticks")