~ubuntu-branches/ubuntu/maverick/xmame/maverick

« back to all changes in this revision

Viewing changes to mess/machine/genesis.c

  • Committer: Bazaar Package Importer
  • Author(s): Bruno Barrera C.
  • Date: 2008-10-18 22:20:47 UTC
  • Revision ID: james.westby@ubuntu.com-20081018222047-5xqp2kk970bqy1gn
Tags: 0.106-3
* Fixed graphics garbled on big-endian architectures on xmess
  (closes: #468842)
* Corrected xmess manpage errors
* Now setting the -e flag in the maintainer scripts
* Now avoiding the use of first person in the templates
* Updated Standards Version to 3.8.0
* Moved xmame-tools files to /usr/games instead /usr/bin
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        0x800,
78
78
        4,
79
79
        { 0, 1, 2, 3 },
 
80
        #ifdef LSB_FIRST
 
81
                {  2*4, 3*4, 0*4, 1*4, 6*4, 7*4, 4*4, 5*4 },
 
82
        #else
 
83
                {  0*4, 1*4, 2*4, 3*4, 4*4, 5*4, 6*4, 7*4 },
 
84
        #endif
80
85
        {  2*4, 3*4, 0*4, 1*4, 6*4, 7*4,4*4, 5*4 },
81
86
        { 0*32, 1*32, 2*32, 3*32, 4*32, 5*32, 6*32, 7*32 },
82
87
        8*8*4