From 6d0f1e4f72d58772699b64bd9706e9a17a0278b0 Mon Sep 17 00:00:00 2001 From: barbudreadmon Date: Sun, 24 Nov 2019 00:56:23 +0100 Subject: [PATCH] d_toaplan1.cpp : fix input typo --- src/burn/drv/toaplan/d_toaplan1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/drv/toaplan/d_toaplan1.cpp b/src/burn/drv/toaplan/d_toaplan1.cpp index e39a92987..89fc3908b 100644 --- a/src/burn/drv/toaplan/d_toaplan1.cpp +++ b/src/burn/drv/toaplan/d_toaplan1.cpp @@ -85,7 +85,7 @@ static struct BurnInputInfo Drv2bInputList[] = { {"P2 Left", BIT_DIGITAL, DrvJoy2 + 2, "p2 left" }, {"P2 Right", BIT_DIGITAL, DrvJoy2 + 3, "p2 right" }, {"P2 Button 1", BIT_DIGITAL, DrvJoy2 + 4, "p2 fire 1" }, - {"P2 Button 2", BIT_DIGITAL, DrvJoy2 + 5, "p2 fire 1" }, + {"P2 Button 2", BIT_DIGITAL, DrvJoy2 + 5, "p2 fire 2" }, {"Reset", BIT_DIGITAL, &DrvReset, "reset" }, {"Service", BIT_DIGITAL, DrvJoy3 + 0, "service" },