Author Topic: Ferguson Big Board II - System (TOSEC-v2017-04-05)  (Read 1663 times)

Offline WickedOne

  • Newbie
  • *
  • Posts: 8
Ferguson Big Board II - System (TOSEC-v2017-04-05)
« on: May 07, 2017, 02:41:22 PM »
Hi all,

@mictlantecuhtle,

I stumbled of this minor issue:
Code: [Select]
<game name="Big Board II ROM Monitor Source (19xx)(Cal-Tex Computers)">
<description>Big Board II ROM Monitor Source (19xx)(Cal-Tex Computers)</description>
<rom name="Big Board II ROM Monitor Source (19xx)(Cal-Tex Computers).s1" size="104401" crc="bf53697e" md5="5318d9dffc58c8ab1c959945677e0e12" sha1="4eb8984f9c4376ea1952f851ffc9f0bba2aa805a"/>
<rom name="Big Board II ROM Monitor Source (19xx)(Cal-Tex Computers).s2" size="191660" crc="839bea83" md5="8a6ed6f94a3c26e2d3bfaba9eb6d1efd" sha1="030ec6f0eba3400c8655e3641c8f80301f87c385"/>
</game>

Given what the other images in the set are named, shouldn't that rather be:

Code: [Select]
<game name="Big Board II ROM Monitor Source (19xx)(Cal-Tex Computers)(Side 1 of 2)">
<description>Big Board II ROM Monitor Source (19xx)(Cal-Tex Computers)(Side 1 of 2)</description>
<rom name="Big Board II ROM Monitor Source (19xx)(Cal-Tex Computers)(Side 1 of 2).s1" size="104401" crc="bf53697e" md5="5318d9dffc58c8ab1c959945677e0e12" sha1="4eb8984f9c4376ea1952f851ffc9f0bba2aa805a"/>
</game>
<game name="Big Board II ROM Monitor Source (19xx)(Cal-Tex Computers)(Side 2 of 2)">
<description>Big Board II ROM Monitor Source (19xx)(Cal-Tex Computers)(Side 2 of 2)</description>
<rom name="Big Board II ROM Monitor Source (19xx)(Cal-Tex Computers)(Side 2 of 2).s2" size="191660" crc="839bea83" md5="8a6ed6f94a3c26e2d3bfaba9eb6d1efd" sha1="030ec6f0eba3400c8655e3641c8f80301f87c385"/>
</game>

Have fun,
  -- WickedOne --



Offline mictlantecuhtle

  • Global Moderator
  • Full Member
  • *****
  • Posts: 146
Re: Ferguson Big Board II - System (TOSEC-v2017-04-05)
« Reply #1 on: May 08, 2017, 05:19:37 PM »
Good catch @WickedOne - will update in next release