Page 5 of 7

Re: PC98 core

Posted: Sat Jan 16, 2021 11:06 pm
by puu
Excuse me. The gamepad is connected to the FM sound source GPIO, but the FM sound source is not implemented yet. Therefore, even if there is a gamepad setting, it cannot be used. HDD is also set, but it cannot be used.

Re: PC98 core

Posted: Sat Jan 16, 2021 11:14 pm
by Alkadian
puu wrote: Sat Jan 16, 2021 11:06 pm Excuse me. The gamepad is connected to the FM sound source GPIO, but the FM sound source is not implemented yet. Therefore, even if there is a gamepad setting, it cannot be used. HDD is also set, but it cannot be used.
Hi puu,

I see now. My fault, I was not aware of it. Many thanks for your kind explanations. Very much appreciated!

Re: PC98 core

Posted: Mon Jan 18, 2021 1:24 am
by puu
The addresses of screen 1 and screen 2 of the graphics screen overlapped by half.
It takes time to upload, so if you are compiling from source, you can fix it by modifying the following.
mem_addr_pkg_MiSTer.vhd (for DE0-CV people, mem_addr_pkg_DE0CV.vhd)
Near the 16th line
was:
constant RAM_VRAMB :std_logic_vector(27 downto 0) :=x"0048000";
is:
constant RAM_VRAMB :std_logic_vector(27 downto 0) :=x"0050000";

Re: PC98 core

Posted: Mon Jan 18, 2021 2:33 pm
by puu

Re: PC98 core

Posted: Mon Jan 18, 2021 7:32 pm
by wark91
Thanks Puu !

Re: PC98 core

Posted: Mon Jan 18, 2021 8:39 pm
by Alkadian
puu wrote: Mon Jan 18, 2021 2:33 pm New rtl was uploaded.
http://fpga8801.seesaa.net/archives/20210118-1.html
Hi puu,

That's great, many thanks for this new release that fixed the overlapped screens issue! Albion is looking good now :lol:

Re: PC98 core

Posted: Mon Jan 18, 2021 8:41 pm
by Alkadian
wark91 wrote: Mon Jan 18, 2021 7:32 pmThanks Puu !
Thanks for sharing the .rbf!

Re: PC98 core

Posted: Mon Jan 25, 2021 11:03 pm
by puu

Re: PC98 core

Posted: Mon Jan 25, 2021 11:11 pm
by Alkadian
puu wrote: Mon Jan 25, 2021 11:03 pm New rtl was released.
http://fpga8801.seesaa.net/archives/20210126-1.html
Thanks puu, I will try it and come back to you!

Re: PC98 core

Posted: Tue Jan 26, 2021 9:20 am
by tontonkaloun
Thanks Mr Puu

Re: PC98 core

Posted: Wed Jan 27, 2021 8:55 am
by caffeinekid
What other files (bios?) do I need to be able to use this, please? I'm excited by the fast progress and want to try it out.

Re: PC98 core

Posted: Thu Jan 28, 2021 6:58 pm
by pcfreak324
caffeinekid wrote: Wed Jan 27, 2021 8:55 am What other files (bios?) do I need to be able to use this, please? I'm excited by the fast progress and want to try it out.
See this post on page 3 of the thread: viewtopic.php?p=15781#p15781

Re: PC98 core

Posted: Fri Jan 29, 2021 10:32 am
by caffeinekid
pcfreak324 wrote: Thu Jan 28, 2021 6:58 pm
caffeinekid wrote: Wed Jan 27, 2021 8:55 am What other files (bios?) do I need to be able to use this, please? I'm excited by the fast progress and want to try it out.
See this post on page 3 of the thread: viewtopic.php?p=15781#p15781
I tried that file and I just get a black screen and a few beeps... Is that normal or am I doing something wrong?

Re: PC98 Core

Posted: Fri Jan 29, 2021 11:07 am
by mapf
I managed to get the core running by copying the provided boot.rom to Games/Zet98, setting the switches in the OSD to the values described in one of the prior posts by the developer of the core and inserting a PC-98 MS-DOS disk in D88 format. I saved the settings in the OSD, and reset using the OSD function.

Blank screen appears to be normal, there were no BIOS messages during startup and it takes a little while for DOS to boot.

Re: PC98 Core

Posted: Tue Feb 02, 2021 8:59 pm
by wark91
Thank you @puu-san for your hard work.
On last release, I can hear sound on some games and I'm able to use game pad on YS 1 now :)
Zet98_20210202.zip
(1.27 MiB) Downloaded 500 times

Re: PC98 Core

Posted: Sun Feb 14, 2021 4:32 pm
by zwartgat
Would someone mind re-posting in a manner allowable by the forum rules (like the previous expired link to swisstransfer) the bios boot.rom file, or provide instructions on how to recreate it, or perhaps email me a copy? I managed to create a boot.rom file from bits of the pc9801f.zip that is part of MAME, and it will boot into NEC D88 Basic, but I cannot get it to boot from a D88 floppy image for the life of me.

Thanks in advance!

-zwartgat

zwartgat59@gmail.com

Re: PC98 Core

Posted: Sun Feb 14, 2021 11:13 pm
by zwartgat
Nevermind! I re-read the entire thread again and realized that the BIOS.ROM that one manipulates with Mr. Puu's BIOS/mkrom.sh is really IPF.ROM from a PC98-DO. Or at least that works!

Thank you to everyone for testing and especially to Mr. Puu for the amazing core!

-zwartgat

Re: PC98 Core

Posted: Tue Feb 16, 2021 11:22 am
by killersquirel
Where did you find the IPF.rom file?

Re: PC98 Core

Posted: Wed Feb 17, 2021 3:35 pm
by tontonkaloun
@Mr Puu

Thank's for the new version

Re: PC98 Core

Posted: Wed Feb 17, 2021 4:31 pm
by wark91
Thank You Puu-san

Re: PC98 Core

Posted: Sat Feb 20, 2021 2:39 am
by Faithless
Hi everyone!

Recent Mister user and I'm having a blast with the x68000 core! Thanks Puu for the amazing work there!

Now I would like to give the PC98 a go. Problem is that I'm unable to unpack the qar file to generate the bios. Could someone please send me the mkbios script?

Thanks!

Re: PC98 Core

Posted: Sat Feb 20, 2021 10:10 am
by tontonkaloun
Faithless wrote: Sat Feb 20, 2021 2:39 am Hi everyone!

Recent Mister user and I'm having a blast with the x68000 core! Thanks Puu for the amazing work there!

Now I would like to give the PC98 a go. Problem is that I'm unable to unpack the qar file to generate the bios. Could someone please send me the mkbios script?

Thanks!
hello

Re: PC98 Core

Posted: Sat Feb 20, 2021 1:45 pm
by Faithless
tontonkaloun wrote: Sat Feb 20, 2021 10:10 am
Faithless wrote: Sat Feb 20, 2021 2:39 am Hi everyone!

Recent Mister user and I'm having a blast with the x68000 core! Thanks Puu for the amazing work there!

Now I would like to give the PC98 a go. Problem is that I'm unable to unpack the qar file to generate the bios. Could someone please send me the mkbios script?

Thanks!
hello
Thank you so much for this! Finally able to boot the core now!
Took me a while to figure that the GDC clock was screwing up the image of the games.

Now looking for a HDF to HDI converter and I'm golden. Thanks again!!

Re: PC98 Core

Posted: Sun Feb 21, 2021 4:59 pm
by Alkadian
wark91 wrote: Wed Feb 17, 2021 4:31 pm Thank You Puu-san
I have missed this update!

@puu thank you for your very much appreciated work!

@wark91,

Would you mind sharing the .d88 of Rusty? I have tried to convert the .hdi version with virtual floppy image converter but the .d88 I have got doesn't boot at all.

Thanks!

Re: PC98 Core

Posted: Sun Feb 21, 2021 6:20 pm
by wark91
@alkadian, what is the software you use to convert floppies of Rusty ? Is vfic ? Is the floppies converted working on the PC 98 emulator ?
Do you have just black screen or a message ?
Thanks,

Re: PC98 Core

Posted: Sun Feb 21, 2021 6:29 pm
by mapf
Alkadian wrote: Sun Feb 21, 2021 4:59 pm Would you mind sharing the .d88 of Rusty? I have tried to convert the .hdi version with virtual floppy image converter but the .d88 I have got doesn't boot at all.
Most archives targeted at emulation will contain hard disk images, and I have not found a way to use these with the PC98 core.

I found floppy disk images for many titles in the "Neo Kobe - NEC PC-9801 (2017-11-17)" collection on archive.org. You will need a disk image tool to convert to .d88 files. I use the "Virtual Floppy Image Converter" from https://www.vector.co.jp/soft/win95/util/se151106.html

I managed to boot Rusty from the floppies from the "Neo Kobe" archive and can enjoy the introduction with music, but cannot start the game. The title screen reacts to no input by joystick, mouse or keyboard. I need to learn more about PC-98 using an emulator, I guess.

Re: PC98 Core

Posted: Sun Feb 21, 2021 7:01 pm
by wark91
Me I used the one from Mame and the same tool to convert my floppies.
I tested my D88 on Mame and it is working.
I can used my game controller and go in game.

Re: PC98 Core

Posted: Sun Feb 21, 2021 7:04 pm
by Alkadian
wark91 wrote: Sun Feb 21, 2021 6:20 pm @alkadian, what is the software you use to convert floppies of Rusty ? Is vfic ? Is the floppies converted working on the PC 98 emulator ?
Do you have just black screen or a message ?
Thanks,
@wark91,
Thanks for coming back to me.
Yes I am using vfic ver 0.73.
I haven't actually checked it with a PC 98 emulator.
I only get a blank screen with no messages at all.
Thanks!

Re: PC98 Core

Posted: Sun Feb 21, 2021 7:08 pm
by Alkadian
mapf wrote: Sun Feb 21, 2021 6:29 pm
Alkadian wrote: Sun Feb 21, 2021 4:59 pm Would you mind sharing the .d88 of Rusty? I have tried to convert the .hdi version with virtual floppy image converter but the .d88 I have got doesn't boot at all.
Most archives targeted at emulation will contain hard disk images, and I have not found a way to use these with the PC98 core.

I found floppy disk images for many titles in the "Neo Kobe - NEC PC-9801 (2017-11-17)" collection on archive.org. You will need a disk image tool to convert to .d88 files. I use the "Virtual Floppy Image Converter" from https://www.vector.co.jp/soft/win95/util/se151106.html

I managed to boot Rusty from the floppies from the "Neo Kobe" archive and can enjoy the introduction with music, but cannot start the game. The title screen reacts to no input by joystick, mouse or keyboard. I need to learn more about PC-98 using an emulator, I guess.
@mapf,
Thanks for your help as well!
Yes I have used the same software as mentioned in my previous post in response to wark91.
In fact I have used the same "Neo Kobe" archive. I will try it again just in case the file got somehow corrupted.
I am so jealous you guys got it working :lol:
Well, time to start from scratch then and will report back here..hopefully with good news!

Re: PC98 Core

Posted: Sun Feb 21, 2021 7:09 pm
by Alkadian
wark91 wrote: Sun Feb 21, 2021 7:01 pm Me I used the one from Mame and the same tool to convert my floppies.
I tested my D88 on Mame and it is working.
I can used my game controller and go in game.
Good point, I haven'y thought about mame at all! I will try that as well! Thanks!