summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ldvp931.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ldvp931.cpp')
-rw-r--r--src/devices/machine/ldvp931.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ldvp931.cpp b/src/devices/machine/ldvp931.cpp
index d2d445f3336..258b049da00 100644
--- a/src/devices/machine/ldvp931.cpp
+++ b/src/devices/machine/ldvp931.cpp
@@ -494,7 +494,7 @@ READ8_MEMBER( phillips_22vp931_device::i8049_from_controller_r )
WRITE8_MEMBER( phillips_22vp931_device::i8049_to_controller_w )
{
// set the pending flag and stash the data
- m_tocontroller_pending = TRUE;
+ m_tocontroller_pending = true;
m_tocontroller = data;
// signal to the callback if provided