Page 76 of 77 < 1 2 ... 74 75 76 77 >
Topic Options
#63520 - 21/07/10 10:07 AM Re: Fixed software lists [Re: R. Belmont]
Anna Wu Offline
Senior Member

Registered: 28/07/07
Posts: 1386
Barry please check the game " salada " in the FM7 software list.

Beside the obscure file name " 1û&#9577;âNâèâAâfü[â^.T77 " (even I use a capable japanese font, it not display correct the characters), the range in the software list is not correct.



Quote:
<!-- &#12469;&#12521;&#12480;&#12398;&#22269;&#12398;&#12488;&#12510;&#12488;&#23019;.zip -->
<software name="salada">
<description>&#12469;&#12521;&#12480;&#12398;&#22269;&#12398;&#12488;&#12510;&#12488;&#23019;</description>
<year>19??</year>
<publisher>Unknown</publisher>
<part name="cass1" interface="fm7_cass">
<dataarea name="cass" size="34030">
<rom name="1û&#9577;âNâèâAâfü[â^.T77" size="34030" crc="BB3AD189" sha1="1A959989704B3616E9E9EA8112595A86E6E2936C" offset="000000" />
</dataarea>
</part>
<part name="cass2" interface="fm7_cass">
<dataarea name="cass" size="4538496">
<rom name="salada1.t77" size="4538496" crc="8A378BEC" sha1="00FB9BD58CACA28669F8249E8A84621A41A711DE" offset="000000" />
</dataarea>
</part>
<part name="cass3" interface="fm7_cass">
<dataarea name="cass" size="4628654">
<rom name="salada2.t77" size="4628654" crc="9F71B75D" sha1="289C5CBD54649ABA25616E2F53E2CE3CDAF10B2F" offset="000000" />
</dataarea>
</part>
</software>

The file for cass1 > 1û&#9577;âNâèâAâfü[â^.T77 ( I call it data.t77) is only a save data image (created for using on the XM7 emulator) and content not a loader. So it can not work at once on MESS.

The range shall be :
1 > 3
2 > 1
3 > 2

I changed the range and it works.



PS: Here you can see the name , publisher and release date.


Edited by Anna Wu (21/07/10 11:42 AM)

Top
#63525 - 21/07/10 10:36 PM Re: Fixed software lists [Re: Anna Wu]
mahlemiut Offline
Senior Member

Registered: 24/12/06
Posts: 158
Loc: New Zealand
Yeah, I didn't check multi-image zips much, since they aren't yet supported through software lists. I plan to look at multi-image software at some point when some decision is made on how they'll be handled.

Should probably fix up the filenames, though. smile
_________________________
- Barry Rodewald

Top
#63527 - 22/07/10 10:14 AM Re: Fixed software lists [Re: mahlemiut]
Kaylee Offline
Member

Registered: 29/08/09
Posts: 61
FM7 list gives error in cmp:

Code:
Blacko:

<part name="cass1" interface="fm7_cass">
			<dataarea name="cass" size="16">
				<rom name="azusa.T77" size="16" crc="24B4D6C4" sha1="0F397F343CC74993777E10DEFFE6F9579713FB8E" offset="000000" />
			</dataarea>
		</part>
<part name="cass9" interface="fm7_cass">
			<dataarea name="cass" size="42132">
				<rom name="azusa.T77" size="42132" crc="E4459A46" sha1="53903CD0F6C8BB578B12A2A4F4B0A5D57AF11C46" offset="000000" />
			</dataarea>
		</part>

Denzeni:
		<part name="cassa" interface="fm7_cass">
			<dataarea name="cass" size="34030">
				<rom name="savedisk.T77" size="34030" crc="5901992E" sha1="8BC20F85750E9FC2C322EE313398F741A62D9A32" offset="000000" />
			</dataarea>
		</part>

		<part name="cass4" interface="fm7_cass">
			<dataarea name="cass" size="68044">
				<rom name="savedisk.T77" size="68044" crc="9BC582F5" sha1="3E83BF18ADA35E17CB8B45673D879B55EF32066F" offset="000000" />
			</dataarea>
		</part>

Top
#63528 - 22/07/10 10:34 AM Re: Fixed software lists [Re: Kaylee]
etabeta78 Offline
Senior Member

Registered: 27/01/06
Posts: 2060
Loc: Trondheim, Norway
ignore it for the moment... clrmame will simply add a _0 to the second file

Top
#63595 - 26/07/10 05:15 PM Re: Fixed software lists [Re: etabeta78]
etabeta78 Offline
Senior Member

Registered: 27/01/06
Posts: 2060
Loc: Trondheim, Norway
just to keep record of the progresses: all lists are currently hooked up but

- a800
- ibm5170
- lisa
- megapc
- pc8001_cass
- pc8001_flop

did I miss any?

Top
#63623 - 30/07/10 12:54 PM Re: Fixed software lists [Re: etabeta78]
ASH Offline
Member

Registered: 21/12/09
Posts: 60
Loc: UK
I am starting to implement the software list (I.E. renaming my software using clrmamepro and putting them in my roms folder)

Is there a chance to add a checker...

by this I mean that the software list also has a (Found or Missing) next to each rom/tape/disc so we know if we are able to load that file. and we would also know if we have some missing roms/tapes/floppies. smile

the found or missing could also be anything from a X or faint italics
up to you lot but with a large amount of software it would stop you selecting a program you don't have (which it allows at the moment)



Edited by ASH (30/07/10 12:58 PM)

Top
#63731 - 04/08/10 11:42 AM Re: Fixed software lists [Re: etabeta78]
k1w1 Offline
Member

Registered: 26/05/08
Posts: 67
Loc: Brisbane, Australia
Originally Posted By: etabeta78
just to keep record of the progresses: all lists are currently hooked up but

- a800
- ibm5170
- lisa
- megapc
- pc8001_cass
- pc8001_flop

did I miss any?


The a7800 is not hooked up either.

k1w1

Top
#63786 - 08/08/10 10:37 AM Re: Fixed software lists [Re: R. Belmont]
Anna Wu Offline
Senior Member

Registered: 28/07/07
Posts: 1386
NEC PC-6001/mk2/mk2SR/6601/6601SR softwarelists

I suggest to add a new line, if it is possible.

Example for the pc6001m2_cass (RAM snaphot/Cartridge/whatever) list:

Quote:
<software name="thundfrc">
<description>Thunder Force</description>
<year>1983</year>
<publisher>Tecno-Soft</publisher>
<mode>basic mode="5" page="3"</mode>
<part name="xxxxx" interface="xxx_xxxx">
<dataarea name="xxx" size="xxxxxx">
<rom name="xxx.xxx" size="xxxxxx" crc="xxxxxxxx"
sha1="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
offset="000000" />


Edited by Anna Wu (08/08/10 10:40 AM)

Top
#63787 - 08/08/10 11:15 AM Re: Fixed software lists [Re: Anna Wu]
etabeta78 Offline
Senior Member

Registered: 27/01/06
Posts: 2060
Loc: Trondheim, Norway
at the moment all the info necessary to launch a game are added as comments (see e.g. vic1001_cart.xml and the FM7 lists)

Indeed there is no way for MESS to automatically setup anything just from reading software lists: it's always the end user which has to take care for that

Top
#63788 - 08/08/10 11:28 AM Re: Fixed software lists [Re: R. Belmont]
Anna Wu Offline
Senior Member

Registered: 28/07/07
Posts: 1386
I see, so better as normal comment like

<!-- Enter "Mode 5" and "Page 3" to run ..... -->

Top
Page 76 of 77 < 1 2 ... 74 75 76 77 >


Who's Online
4 registered (Micko, judge, couriersud, Richard Bannister), 8 Guests and 3 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Forum Stats
4015 Members
9 Forums
6214 Topics
63592 Posts

Max Online: 162 @ 01/05/07 03:28 AM