summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-12-18 17:06:07 +0100
committer hap <happppp@users.noreply.github.com>2022-12-18 17:06:25 +0100
commitd3fbba3a5ed0fd98b8ff78a2dc8bdf042e52d6d2 (patch)
tree695316957aadffab4f52c407f2642ac24e1feb7b /src/devices/cpu/m6809
parent90142acc701be9d68a46a8f7a52dba6106ef0447 (diff)
m6809: rename *.ops to *.lst
Diffstat (limited to 'src/devices/cpu/m6809')
-rw-r--r--src/devices/cpu/m6809/base6x09.lst (renamed from src/devices/cpu/m6809/base6x09.ops)0
-rw-r--r--src/devices/cpu/m6809/hd6309.lst (renamed from src/devices/cpu/m6809/hd6309.ops)2
-rw-r--r--src/devices/cpu/m6809/konami.lst (renamed from src/devices/cpu/m6809/konami.ops)6
-rw-r--r--src/devices/cpu/m6809/m6809.lst (renamed from src/devices/cpu/m6809/m6809.ops)2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/cpu/m6809/base6x09.ops b/src/devices/cpu/m6809/base6x09.lst
index d7387dc02ea..d7387dc02ea 100644
--- a/src/devices/cpu/m6809/base6x09.ops
+++ b/src/devices/cpu/m6809/base6x09.lst
diff --git a/src/devices/cpu/m6809/hd6309.ops b/src/devices/cpu/m6809/hd6309.lst
index 531828c1c46..becb5c09d4b 100644
--- a/src/devices/cpu/m6809/hd6309.ops
+++ b/src/devices/cpu/m6809/hd6309.lst
@@ -515,7 +515,7 @@ DISPATCH11:
}
return;
-#include "base6x09.ops"
+#include "base6x09.lst"
PUSH_REGISTERS:
if (m_temp.w & 0x80)
diff --git a/src/devices/cpu/m6809/konami.ops b/src/devices/cpu/m6809/konami.lst
index 00e1d910a86..f2f47089cdd 100644
--- a/src/devices/cpu/m6809/konami.ops
+++ b/src/devices/cpu/m6809/konami.lst
@@ -74,8 +74,8 @@ MAIN:
case 0x39: %INDEXED; %SETLINE; return;
case 0x3A: set_regop8(m_q.r.a); %INDEXED; %ST8; return;
case 0x3B: set_regop8(m_q.r.b); %INDEXED; %ST8; return;
- case 0x3C: set_imm(); %ANDCC; return;
- case 0x3D: set_imm(); %ORCC; return;
+ case 0x3C: set_imm(); %ANDCC; return;
+ case 0x3D: set_imm(); %ORCC; return;
case 0x3E: %EXG; return;
case 0x3F: %TFR; return;
@@ -233,7 +233,7 @@ MAIN:
}
return;
-#include "base6x09.ops"
+#include "base6x09.lst"
PUSH_REGISTERS:
if (m_temp.w & 0x80)
diff --git a/src/devices/cpu/m6809/m6809.ops b/src/devices/cpu/m6809/m6809.lst
index b6e40530880..18527afac31 100644
--- a/src/devices/cpu/m6809/m6809.ops
+++ b/src/devices/cpu/m6809/m6809.lst
@@ -340,7 +340,7 @@ DISPATCH11:
}
return;
-#include "base6x09.ops"
+#include "base6x09.lst"
PUSH_REGISTERS:
if (m_temp.w & 0x80)