From 49bd91f3dee2a7a3e18dcc5be4ae5ea6d116157b Mon Sep 17 00:00:00 2001 From: yz70s Date: Sun, 31 Jul 2016 19:52:50 +0200 Subject: chihiro.cpp: try to boot scg06nt and wangmid (nw) --- src/mame/includes/chihiro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/includes/chihiro.h') diff --git a/src/mame/includes/chihiro.h b/src/mame/includes/chihiro.h index 49801466e9f..3f47f8833a2 100644 --- a/src/mame/includes/chihiro.h +++ b/src/mame/includes/chihiro.h @@ -707,7 +707,7 @@ public: float modelview[4][4]; float modelview_inverse[4][4]; float projection[4][4]; - float translate[4]; + float traslate[4]; float scale[4]; } matrix; struct { -- cgit v1.2.3