summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ldp1000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ldp1000.cpp')
-rw-r--r--src/devices/machine/ldp1000.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/ldp1000.cpp b/src/devices/machine/ldp1000.cpp
index 42f8cb796fe..935ed5cf1ed 100644
--- a/src/devices/machine/ldp1000.cpp
+++ b/src/devices/machine/ldp1000.cpp
@@ -12,7 +12,7 @@
***************************************************************************/
#include "emu.h"
-#include "machine/ldp1000.h"
+#include "ldp1000.h"
#define DUMP_BCD 1
#define FIFO_MAX 0x10
@@ -127,7 +127,7 @@ void sony_ldp1000_device::set_new_player_state(ldp1000_player_state which)
{
m_player_state = which;
m_index_state = 0;
- printf("set new player state\n");
+ logerror("set new player state\n");
}
// TODO: probably don't even need a size ...
@@ -171,7 +171,7 @@ void sony_ldp1000_device::exec_enter_cmd()
// TODO: de-instantize this
void sony_ldp1000_device::command_w(uint8_t data)
{
- printf("CMD %02x\n",data);
+ logerror("CMD %02x\n",data);
// 0x30 to 0x69 range causes an ACK, anything else is invalid
m_command = data;