Author Topic: MSM6295 emulation  (Read 5398 times)

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
MSM6295 emulation
« on: September 18, 2010, 07:29:54 PM »
I'm trying to use MSM6295.cpp on big endian cpu but i fail to get it working correctly, can there be endian problems ?

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: MSM6295 emulation
« Reply #1 on: September 18, 2010, 08:05:16 PM »
I am honestly not sure.  Looking at MAME's source for okim6295, which the fba version is based on, there doesn't seem to be a lot of endianness-specific fixes.


kev

  • Guest
Re: MSM6295 emulation
« Reply #2 on: September 23, 2010, 03:06:58 PM »
If you need a big endian compatible source for FBA then check out the code for the xbox 360 port at http://code.google.com/p/fba360/source/list as it supports big endian as well as little endian.


Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: MSM6295 emulation
« Reply #3 on: September 24, 2010, 06:44:11 PM »
If you need a big endian compatible source for FBA then check out the code for the xbox 360 port at http://code.google.com/p/fba360/source/list as it supports big endian as well as little endian.
Thanks Kev for this info :)  :cool: