Old Computer Appreciation Thread
-
@AdamBeGood You need to amend that to np2kai, yes.
I looked into the issue of japanese text/translated not appearing in lr-np2kai, and it seems it is a known issue. The font.rom in BIOS/np2kai should enable the text to appear, but for some reason that function in the libretro port of the emulator is broken.
Text does appear in np2pi but the screen is all squeezed in the upper-left corner of the screen, and I can't get it to unsqueeze in emulator, so I'm looking at editing the config file or some such directly. Problem is I can't find it. @Folly Any ideas? -
@Zering said in Old Japanese Computer Appreciation Thread:
@AdamBeGood You need to amend that to np2kai, yes.
I looked into the issue of japanese text/translated not appearing in lr-np2kai, and it seems it is a known issue. The font.rom in BIOS/np2kai should enable the text to appear, but for some reason that function in the libretro port of the emulator is broken.
Text does appear in np2pi but the screen is all squeezed in the upper-left corner of the screen, and I can't get it to unsqueeze in emulator, so I'm looking at editing the config file or some such directly. Problem is I can't find it. @Folly Any ideas?I've put in some other BIOS files now, and I am getting a "How Many Files? 0-15" message, and then whatever I enter, I am dumped into a PC-88 Basic command prompt. Sigh... I will try some other files.
Interesting on the translation side of things, I did see some games I'd like to translate already - Rusty, E.V.O.
-
@AdamBeGood did you ascertain that your previous bios did not work by amending the directory in the retroarch menu?
-
@Zering said in Old Japanese Computer Appreciation Thread:
@AdamBeGood did you ascertain that your previous bios did not work by amending the directory in the retroarch menu?
Yep, I tried that. The result didn't change - service disk message. I am really racking my brains to try and work out what I am doing wrong. I've tried a lot of files now. Maybe I'll have a break and go back to it later.
-
-
@AdamBeGood What file type are you using and what game are you trying to play?
I'm thinking now if Rude Breaker runs maybe it's not even BIOS-related. -
@Zering said in Old Japanese Computer Appreciation Thread:
@AdamBeGood What file type are you using and what game are you trying to play?
I'm thinking now if Rude Breaker runs maybe it's not even BIOS-related.Well, I'm still busy with other things. Just referring to the few games I have tested. (13cm ......)
I do not have Rude Breaker jet. -
Here is my first attempt for creating m3u files automaticcaly.
Go to the /home/pi/RetroPie/roms/pc88 directory :cd /home/pi/RetroPie/roms/pc88
If your files are in a subdirectory for each game, it will find the games and make a .m3u file in that directory.
This is the 1 line command :
create_m3u=$(ls -d */ | sed 's/\///g'); echo "$create_m3u" | while read line; do echo "making $line.m3u"; cd "$line"; ls *.d88 -w1 > "$line.m3u"; cd ..; done
edit (explanation):
- it gets the direcory's names
- replaces the "/" in the output
- puts the directory name into a string
- echo's it and reads every line
- goes to every individual directory
- reads the disk files in that directory
- uses the name of the directory to make an .m3u
- puts the info in the m3u file
- returns to it's original directory
- until it has done every directory
-
@Folly You're a legend. I'll try that today!
-
@Zering said in Old Japanese Computer Appreciation Thread:
@Folly You're a legend. I'll try that today!
My advise, try it first in a separate test directory with just a few games in it. See what happens.
If you want an explenation on how it works then I can add that ofcourse.
-
@Folly Do the games need to be in separate directories?
-
@Zering said in Old Japanese Computer Appreciation Thread:
@Folly Do the games need to be in separate directories?
Yes they do need to be in seperate direcory's.
-
@Folly Naturally once the .m3u are generated i can freely put all my files in my pc88 directory?
Will the same method work for x68000 games? -
@Zering said in Old Japanese Computer Appreciation Thread:
@Folly Naturally once the .m3u are generated i can freely put all my files in my pc88 directory?
Will the same method work for x68000 games?Yes, but *.d88 has to be changed in *.dim, for example.
-
@Folly I'll do a test today then. Thank you for figuring that out!!
-
@Zering said in Old Japanese Computer Appreciation Thread:
@Folly I'll do a test today then. Thank you for figuring that out!!
Hope it works for us !
-
@Folly Did you test it yourself?
-
@Zering said in Old Japanese Computer Appreciation Thread:
@AdamBeGood What file type are you using and what game are you trying to play?
I'm thinking now if Rude Breaker runs maybe it's not even BIOS-related.I've got quite a few games I'm trying..
Flame Zapper
Night Slave
Puyo Puyo 2All .hdi
Rude Breaker runs without any BIOS at all, I tried deleting all the BIOS files and it still works. :| I am a bit annoyed, I'll keep trying.
-
@AdamBeGood said in Old Japanese Computer Appreciation Thread:
@Zering said in Old Japanese Computer Appreciation Thread:
@AdamBeGood What file type are you using and what game are you trying to play?
I'm thinking now if Rude Breaker runs maybe it's not even BIOS-related.I've got quite a few games I'm trying..
Flame Zapper
Night Slave
Puyo Puyo 2All .hdi
Rude Breaker runs without any BIOS at all, I tried deleting all the BIOS files and it still works. :| I am a bit annoyed, I'll keep trying.
Did you ever see the "How Many Files?" message or the Japanese message? Or did you just get lucky with your BIOS files?
-
@AdamBeGood I suspect I got lucky.
I encourage you to keep trying, you're bound to find the right Bios eventually.
In the meantime why don't you try Rude Breaker? A bit of Compile shooting might be good for you ^^Is your rude breaker an .Fdi?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.