summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-10-03 13:56:18 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-10-03 13:56:49 -0400
commita271303a9fdf7207d5363687a9419e87544ff119 (patch)
treea3898b60dce63a72f574d8b870882bbab04f0597 /src/mame/includes
parent2f42632ae518d26ad62f753816d9ab6445f08cb1 (diff)
Add Z80-derived stub devices for eZ80 and R800 CPUs
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/msx.h1
-rw-r--r--src/mame/includes/ti85.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/msx.h b/src/mame/includes/msx.h
index f381e76982d..2c9a41ad8db 100644
--- a/src/mame/includes/msx.h
+++ b/src/mame/includes/msx.h
@@ -483,6 +483,7 @@ private:
void msx2(machine_config &config);
void msx2p(machine_config &config);
void msx2_pal(machine_config &config);
+ void turbor(machine_config &config);
void msx2_cartlist(machine_config &config);
void msx2_floplist(machine_config &config);
diff --git a/src/mame/includes/ti85.h b/src/mame/includes/ti85.h
index 7c5016dce03..20b9ebee4b8 100644
--- a/src/mame/includes/ti85.h
+++ b/src/mame/includes/ti85.h
@@ -74,6 +74,7 @@ public:
void ti85d(machine_config &config);
void ti83pse(machine_config &config);
void ti84pse(machine_config &config);
+ void ti84pce(machine_config &config);
void ti86(machine_config &config);
void ti81(machine_config &config);
void ti85(machine_config &config);