From c6a3fb4b0faa7ab11530e4ed3406f3e33a46c541 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 20 Oct 2019 10:26:14 +1100 Subject: [PATCH] Machines promoted to working ---------------------------- VPU-01 Speech box (nw) the expected input is a stream of tms5220 codes, so the machine will appear useless to the casual observer. --- src/mame/drivers/pes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/pes.cpp b/src/mame/drivers/pes.cpp index ac85560dd2b..c3c6adea571 100644 --- a/src/mame/drivers/pes.cpp +++ b/src/mame/drivers/pes.cpp @@ -208,4 +208,4 @@ ROM_END ******************************************************************************/ // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS -COMP( 1987, pes, 0, 0, pes, pes, pes_state, empty_init, "Pacific Educational Systems", "VPU-01 Speech box", MACHINE_NOT_WORKING ) +COMP( 1987, pes, 0, 0, pes, pes, pes_state, empty_init, "Pacific Educational Systems", "VPU-01 Speech box", 0 )