Page 74 of 120 < 1 2 ... 72 73 74 75 76 ... 119 120 >
Topic Options
#63479 - 07/19/10 05:35 PM Re: Fixed software lists [Re: R. Belmont]
Anna Wu Offline
Very Senior Member

Registered: 07/28/07
Posts: 3937
I think a complete software list for the PC 8801 will be a long term project. smile

Certainly a lot of disk images exist, which you can not find in the TOSEC sets.
_________________________
Anna's Playground for QMC2

Top
#63480 - 07/19/10 05:42 PM Re: Fixed software lists [Re: Anna Wu]
etabeta78 Online   content
Very Senior Member

Registered: 01/27/06
Posts: 3293
Loc: Trondheim, Norway
yeah, I have tons of files in addition to TOSEC (even if not as many as for the pc9801 wink ), but also the list is quite advanced.

it depends on how much work I'll have...

Top
#63481 - 07/19/10 05:50 PM Re: Fixed software lists [Re: etabeta78]
Anna Wu Offline
Very Senior Member

Registered: 07/28/07
Posts: 3937
Originally Posted By: etabeta78
yeah, I have tons of files in addition to TOSEC (even if not as many as for the pc9801 wink ), but also the list is quite advanced.

it depends on how much work I'll have...


Yes, the amount of the pc9801 software is incredible. wink
Additional, I made for my self a lot of Harddisk images (Win31/Win95, Games), Bootdisk´s for CD images etc.)





Edited by Anna Wu (07/19/10 06:01 PM)
_________________________
Anna's Playground for QMC2

Top
#63482 - 07/19/10 06:08 PM Re: Fixed software lists [Re: etabeta78]
Haze Offline
Very Senior Member

Registered: 05/27/04
Posts: 1047
Originally Posted By: etabeta78
yeah, I have tons of files in addition to TOSEC (even if not as many as for the pc9801 wink ), but also the list is quite advanced.

it depends on how much work I'll have...


That's why it's important for MESS to document everything, even if it takes some time.

The MESS lists also have the huge advantage over Tosec in that they can be leveraged by others, and describe things the software needs making support / implementation for others easier too :-) Good to see lists for some of the more obscure things being added, will help a lot I think.
_________________________
http://mamedev.emulab.it/haze/

Top
#63483 - 07/19/10 06:48 PM Re: Fixed software lists [Re: Haze]
etabeta78 Online   content
Very Senior Member

Registered: 01/27/06
Posts: 3293
Loc: Trondheim, Norway
/me hopes so smile

Top
#63484 - 07/19/10 06:52 PM Re: Fixed software lists [Re: R. Belmont]
Anna Wu Offline
Very Senior Member

Registered: 07/28/07
Posts: 3937
x1_flop

eta, are you sure the disk range for ys is correct ?
The save disk (disk1) is not bootable.

3 > 1
2
1 > 3

from:

Code:
<software name="ys">
		<description>Ancient Ys Vanished Omen</description>
		<year>1987</year>
		<publisher>Falcom</publisher>
		<part name="disk1" interface="x1_flop">
			<dataarea name="flop" size="348848">
				<rom name="user.d88" size="348848" crc="97e1d16a" sha1="cfcf4d849b90fe99c4f300d03ca9b9faeae0ad97" offset="0" />
			</dataarea>
		</part>
		<part name="disk2" interface="x1_flop">
			<dataarea name="flop" size="415840">
				<rom name="ys_a.d88" size="415840" crc="b439fdc2" sha1="1fe34ce088740b348145008997dd65dd8050110f" offset="0" />
			</dataarea>
		</part>
		<part name="disk3" interface="x1_flop">
			<dataarea name="flop" size="415840">
				<rom name="ys_b.d88" size="415840" crc="04bcaf77" sha1="26a6a06af93108a1d67fe40d22497825764e6a48" offset="0" />
			</dataarea>
		</part>
	</software>


to:

Code:
<software name="ys">
		<description>Ancient Ys Vanished Omen</description>
		<year>1987</year>
		<publisher>Falcom</publisher>
		<part name="disk1" interface="x1_flop">
			<dataarea name="flop" size="415840">
				<rom name="ys_a.d88" size="415840" crc="b439fdc2" sha1="1fe34ce088740b348145008997dd65dd8050110f" offset="0" />
			</dataarea>
		</part>
		<part name="disk2" interface="x1_flop">
			<dataarea name="flop" size="415840">
				<rom name="ys_b.d88" size="415840" crc="04bcaf77" sha1="26a6a06af93108a1d67fe40d22497825764e6a48" offset="0" />
			</dataarea>
		</part>
		<part name="disk3" interface="x1_flop">
			<dataarea name="flop" size="348848">
				<rom name="user.d88" size="348848" crc="97e1d16a" sha1="cfcf4d849b90fe99c4f300d03ca9b9faeae0ad97" offset="0" />
			</dataarea>
		</part>
	</software>


Edited by Anna Wu (07/19/10 06:58 PM)
_________________________
Anna's Playground for QMC2

Top
#63485 - 07/19/10 07:05 PM Re: Fixed software lists [Re: Anna Wu]
etabeta78 Online   content
Very Senior Member

Registered: 01/27/06
Posts: 3293
Loc: Trondheim, Norway
it can be, I will change the order when I add the few remaining disks I have...

to workaround the problem, you can also load the proper file in TAB > File Manager > Floppy Disk by selecting the correct disk image inside the zipfile

Notice that there might more multi-disk games which suffer of the same problem (I caught a few while testing, but I haven't tested all the games): all of these will be fixed by Micko's future improvements to disk handling, but in the meanwhile I will fix the order for the games which will be reported (so that we don't need to wait for Micko wink )

Top
#63486 - 07/19/10 07:07 PM Re: Fixed software lists [Re: etabeta78]
Anna Wu Offline
Very Senior Member

Registered: 07/28/07
Posts: 3937
Originally Posted By: etabeta78
it can be, I will change the order when I add the few remaining disks I have...

to workaround the problem, you can also load the proper file in TAB > File Manager > Floppy Disk by selecting the correct disk image inside the zipfile

Notice that there might more multi-disk games which suffer of the same problem (I caught a few while testing, but I haven't tested all the games): all of these will be fixed by Micko's future improvements to disk handling, but in the meanwhile I will fix the order for the games which will be reported (so that we don't need to wait for Micko wink )


No need, I modified my xml file already and it works. smile


Edited by Anna Wu (07/19/10 07:09 PM)
_________________________
Anna's Playground for QMC2

Top
#63487 - 07/19/10 07:11 PM Re: Fixed software lists [Re: Anna Wu]
judge Offline
Very Senior Member

Registered: 04/13/04
Posts: 1436
Depending on the game it could be that the save disk only contains save data and no actual game data.
If that's the case then they should not be in the list imo, the user should be able to create them him/herself.

Top
#63488 - 07/19/10 07:14 PM Re: Fixed software lists [Re: judge]
Anna Wu Offline
Very Senior Member

Registered: 07/28/07
Posts: 3937
Originally Posted By: judge
Depending on the game it could be that the save disk only contains save data and no actual game data.
If that's the case then they should not be in the list imo, the user should be able to create them him/herself.


I absolute agree. Save data disks are not neccessary and the user can make for his own.
_________________________
Anna's Playground for QMC2

Top
Page 74 of 120 < 1 2 ... 72 73 74 75 76 ... 119 120 >


Who's Online
5 registered (LoganB, Tafoid, Olivier Galibert, etabeta78, Carbon), 22 Guests and 2 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Forum Stats
4345 Members
9 Forums
7228 Topics
87074 Posts

Max Online: 183 @ 03/06/12 06:21 PM