diff options
author | 2016-07-31 19:52:50 +0200 | |
---|---|---|
committer | 2016-07-31 19:54:00 +0200 | |
commit | 49bd91f3dee2a7a3e18dcc5be4ae5ea6d116157b (patch) | |
tree | 1c94c4b9f2898afa0c19db1410b7877107d37bc4 /src/mame/includes/chihiro.h | |
parent | 0ceae26bb4c631ff2538f3fcca7f15ccf0454843 (diff) |
chihiro.cpp: try to boot scg06nt and wangmid (nw)
Diffstat (limited to 'src/mame/includes/chihiro.h')
-rw-r--r-- | src/mame/includes/chihiro.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |