From d168e7a28e18c343cbf2e2ef74ded56e0d0cb17e Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 25 Nov 2018 00:24:42 -0500 Subject: [PATCH] epic14e: Manufacturer name correction (nw) --- src/mame/drivers/epic14e.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/epic14e.cpp b/src/mame/drivers/epic14e.cpp index e528550e24f..a3531d3c2b2 100644 --- a/src/mame/drivers/epic14e.cpp +++ b/src/mame/drivers/epic14e.cpp @@ -251,4 +251,4 @@ ROM_START(epic14e) ROM_END -COMP(1982, epic14e, 0, 0, epic14e, epic14e, epic14e_state, empty_init, "Epic Computer Systems", "Epic 14E (v1.0)", MACHINE_IS_SKELETON) +COMP(1982, epic14e, 0, 0, epic14e, epic14e, epic14e_state, empty_init, "Epic Computer Products", "Epic 14E (v1.0)", MACHINE_IS_SKELETON)