summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/model2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/model2.cpp')
-rw-r--r--src/mame/machine/model2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/model2.cpp b/src/mame/machine/model2.cpp
index 600619d92b8..72ee81a81df 100644
--- a/src/mame/machine/model2.cpp
+++ b/src/mame/machine/model2.cpp
@@ -88,8 +88,8 @@ void model2_state::debug_geo_dasm_command(int ref, const std::vector<std::string
while (!end_code && ptr < 0x20000/4)
{
- uint32_t opcode;
- uint32_t attr;
+ u32 opcode;
+ u32 attr;
util::stream_format(f, "%08x: \t",ptr*4+0x900000);
opcode = m_bufferram[ptr++];