This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/3rdparty/bgfx/src/renderer_mtl.mm b/3rdparty/bgfx/src/renderer_mtl.mm | |
index 2317c16d6b5..1157c233f40 100644 | |
--- a/3rdparty/bgfx/src/renderer_mtl.mm | |
+++ b/3rdparty/bgfx/src/renderer_mtl.mm | |
@@ -14,6 +14,12 @@ | |
# include <Cocoa/Cocoa.h> | |
#endif | |
+#if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 110000 | |
+#undef OLD_MACOS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/3rdparty/bgfx/src/renderer_mtl.mm b/3rdparty/bgfx/src/renderer_mtl.mm | |
index 2317c16d6b5..db81e227290 100644 | |
--- a/3rdparty/bgfx/src/renderer_mtl.mm | |
+++ b/3rdparty/bgfx/src/renderer_mtl.mm | |
@@ -14,6 +14,12 @@ | |
# include <Cocoa/Cocoa.h> | |
#endif | |
+#if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 110000 | |
+#undef OLD_MACOS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/3rdparty/bgfx/src/renderer_mtl.mm b/3rdparty/bgfx/src/renderer_mtl.mm | |
index 2317c16d6b5..27dccdbd7bc 100644 | |
--- a/3rdparty/bgfx/src/renderer_mtl.mm | |
+++ b/3rdparty/bgfx/src/renderer_mtl.mm | |
@@ -14,6 +14,12 @@ | |
# include <Cocoa/Cocoa.h> | |
#endif | |
+#if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 110000 | |
+#undef OLD_MACOS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/3rdparty/bgfx/src/renderer_mtl.mm b/3rdparty/bgfx/src/renderer_mtl.mm | |
index 2317c16d6b5..7d97f1c5d78 100644 | |
--- a/3rdparty/bgfx/src/renderer_mtl.mm | |
+++ b/3rdparty/bgfx/src/renderer_mtl.mm | |
@@ -14,6 +14,12 @@ | |
# include <Cocoa/Cocoa.h> | |
#endif | |
+#if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 110000 | |
+#undef OLD_MACOS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/devices/machine/ncr5390.cpp b/src/devices/machine/ncr5390.cpp | |
index 7a52d237982..76a135e20b5 100644 | |
--- a/src/devices/machine/ncr5390.cpp | |
+++ b/src/devices/machine/ncr5390.cpp | |
@@ -421,7 +421,10 @@ void ncr5390_device::step(bool timeout) | |
break; | |
if((state & STATE_MASK) != INIT_XFR_RECV_PAD) | |
+ { | |
fifo_push(scsi_bus->data_r()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static INPUT_PORTS_START( downhill ) | |
PORT_START("P1") | |
PORT_BIT( 0xfff, IP_ACTIVE_LOW, IPT_UNKNOWN ) | |
PORT_START("P2") | |
PORT_BIT( 0xfff, IP_ACTIVE_LOW, IPT_UNKNOWN ) // 0x100 = freeze? | |
PORT_START("IN01") | |
PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_BUTTON3) // brake left | |
PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_START1) // start |