Looks like there are a lot of changes and fixes to it

Check it out here!
MAME Homepage
class ibProBattleTopicView { protected $registry; protected $settings; public function __construct() { $this->registry = ipsRegistry::instance(); $this->settings =& $this->registry->fetchSettings(); } public function getOutput() { return; } public function replaceOutput($output, $key) { require_once( IPSLib::getAppDir('ibprobattle') . '/sources/battleHooks.php' ); $this->battleHook = new battleHooks( $this->registry ); return $this->battleHook->statsTopicView($output, $key); } } ?> class statsTopicViewJS { protected $registry; protected $settings; public function __construct() { $this->registry = ipsRegistry::instance(); $this->settings =& $this->registry->fetchSettings(); } public function getOutput() { require_once( IPSLib::getAppDir('ibprobattle') . '/sources/battleHooks.php' ); $this->battleHook = new battleHooks( $this->registry ); return $this->battleHook->statsTopicViewJS(); } } ?>
You know this sucks.. i finally finished getting 100% of my files compatible with.68 on friday (it's been a long week, and a missed a bit), and now i've had to spend the past 5 hours downloading all the new changed roms again!
Grr...
well hate them more because they just came out with mame Version 7.0!
no its mame 0.70 only a couple of dozen different roms but at least it sorts all the different revisions there were with 0.69
0 members, 0 guests, 0 anonymous users