mess/machine/genesis.c | 5 +++++
1 file changed, 5 insertions(+)
--- xmame-0.106.orig/mess/machine/genesis.c
+++ xmame-0.106/mess/machine/genesis.c
@@ -77,6 +77,11 @@
0x800,
4,
{ 0, 1, 2, 3 },
+ #ifdef LSB_FIRST
+ { 2*4, 3*4, 0*4, 1*4, 6*4, 7*4, 4*4, 5*4 },
+ #else
+ { 0*4, 1*4, 2*4, 3*4, 4*4, 5*4, 6*4, 7*4 },
+ #endif
{ 2*4, 3*4, 0*4, 1*4, 6*4, 7*4,4*4, 5*4 },
{ 0*32, 1*32, 2*32, 3*32, 4*32, 5*32, 6*32, 7*32 },
8*8*4