summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-06-20 12:33:59 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-06-20 12:33:59 -0400
commitddcabbf52c0c26bba48166dfca1182d41bb86ee1 (patch)
treeeb5c7ea62d247b344f4f48d09c3e361d38a52e92
parent7feac3017a6e2ed87b33edfb90261690695b1ce2 (diff)
vtech_eu3a12.cpp: Microarchitecture identified (nw)
-rw-r--r--src/mame/drivers/vtech_eu3a12.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vtech_eu3a12.cpp b/src/mame/drivers/vtech_eu3a12.cpp
index e2a8a59240c..b7275c1b049 100644
--- a/src/mame/drivers/vtech_eu3a12.cpp
+++ b/src/mame/drivers/vtech_eu3a12.cpp
@@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Sandro Ronco
-// CPU die is an Elan EU3A12, it isn't clear what it is compatible with (16-bit?)
+// CPU die is an Elan EU3A12 (Elan "RISC II Series" quasi-PIC with 16-bit opcodes)
#include "emu.h"
#include "screen.h"