PC98 Core
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
Re: PC98 core
@Puu,
many thanks for this update.
@tontonkaloun
many thanks for sharing the .rbf.
In my case I am still experiencing the duplicated screen issues. Below my settings as advised by Puu:
DIP1-8 Extend
DIP1-3 Normal
DIP2-1 1
DIP2-2 Basic
DIP2-3 80
DIP2-4 25
DIP2-5 Keep
DIP2-6 Connect
DIP2-7 Control
DIP2-8 2.5MHz
I would appreciate your help. Would be possible for you to share the same .d88 files (YS 2) to see if mine are corrupted? That would be very much appreciated. I have been using different versions but to no avail.
Many thanks!
many thanks for this update.
@tontonkaloun
many thanks for sharing the .rbf.
In my case I am still experiencing the duplicated screen issues. Below my settings as advised by Puu:
DIP1-8 Extend
DIP1-3 Normal
DIP2-1 1
DIP2-2 Basic
DIP2-3 80
DIP2-4 25
DIP2-5 Keep
DIP2-6 Connect
DIP2-7 Control
DIP2-8 2.5MHz
I would appreciate your help. Would be possible for you to share the same .d88 files (YS 2) to see if mine are corrupted? That would be very much appreciated. I have been using different versions but to no avail.
Many thanks!
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
Re: PC98 core
Fantastic, many thanks for that! That worked like a charm! Would you please let me know how to config the buttons? Thanks a lot!tontonkaloun wrote: ↑Sat Jan 16, 2021 3:41 pmAlkadian wrote: ↑Sat Jan 16, 2021 3:37 pm @Puu,
many thanks for this update.
@tontonkaloun
many thanks for sharing the .rbf.
In my case I am still experiencing the duplicated screen issues. Below my settings as advised by Puu:
DIP1-8 Extend
DIP1-3 Normal
DIP2-1 1
DIP2-2 Basic
DIP2-3 80
DIP2-4 25
DIP2-5 Keep
DIP2-6 Connect
DIP2-7 Control
DIP2-8 2.5MHz
I would appreciate your help. Would be possible for you to share the same .d88 files (YS 2) to see if mine are corrupted? That would be very much appreciated. I have been using different versions but to no avail.
Many thanks!
Re: PC98 core
Strange, this release version Zet98_20210116 wont boot, black screen and no OSD very like the first .rbf version.
The Zet98_20210115.rbf works, can load dos6.2.D88 and the Ys_1.D88 loads but the grafics are glitched...
Using this bios you attached on other post:
https://www.swisstransfer.com/d/e56697e ... 4bcb630b26
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 152 times
- Been thanked: 52 times
Re: PC98 core
this is strange, because this version works fine on my MiSTer with these filesCohge wrote: ↑Sat Jan 16, 2021 5:25 pmStrange, this release version Zet98_20210116 wont boot, black screen and no OSD very like the first .rbf version.
The Zet98_20210115.rbf works, can load dos6.2.D88 and the Ys_1.D88 loads but the grafics are glitched...
Using this bios you attached on other post:
https://www.swisstransfer.com/d/e56697e ... 4bcb630b26
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
Re: PC98 core
Guys,
I have being doing further tests. Basically if I run the game Albion for example, it looks like the graphic is OK when it boots up but, after 1-2 seconds, I get the duplicated screens issue mentioned before. Attached a few screenshots:
Also did you manage to setup the controls with any game? Maybe I am missing the obvious but I couldn't figure out how to do it.
I have also attached the game in question.
Thanks!
I have being doing further tests. Basically if I run the game Albion for example, it looks like the graphic is OK when it boots up but, after 1-2 seconds, I get the duplicated screens issue mentioned before. Attached a few screenshots:
Also did you manage to setup the controls with any game? Maybe I am missing the obvious but I couldn't figure out how to do it.
I have also attached the game in question.
Thanks!
- Attachments
-
- Albion.zip
- (958.07 KiB) Downloaded 817 times
-
- 20210116_223958-screen.png (17.36 KiB) Viewed 114091 times
-
- 20210116_223956-screen.png (9.53 KiB) Viewed 114091 times
-
- 20210116_223848-screen.png (16.43 KiB) Viewed 114091 times
-
- Core Developer
- Posts: 113
- Joined: Mon May 25, 2020 9:20 am
- Location: Japan
- Has thanked: 2 times
- Been thanked: 151 times
- Contact:
Re: PC98 core
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.
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
Re: PC98 core
Hi puu,
I see now. My fault, I was not aware of it. Many thanks for your kind explanations. Very much appreciated!
-
- Core Developer
- Posts: 113
- Joined: Mon May 25, 2020 9:20 am
- Location: Japan
- Has thanked: 2 times
- Been thanked: 151 times
- Contact:
Re: PC98 core
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";
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";
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: PC98 core
Thanks Puu !
- Attachments
-
- Zet98_fix_overlap_20210118.zip
- (1.22 MiB) Downloaded 915 times
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
Re: PC98 core
Hi puu,puu wrote: ↑Mon Jan 18, 2021 2:33 pm New rtl was uploaded.
http://fpga8801.seesaa.net/archives/20210118-1.html
That's great, many thanks for this new release that fixed the overlapped screens issue! Albion is looking good now
- Attachments
-
- 20210118_203729-screen.png (20.23 KiB) Viewed 113865 times
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
Re: PC98 core
Thanks puu, I will try it and come back to you!puu wrote: ↑Mon Jan 25, 2021 11:03 pm New rtl was released.
http://fpga8801.seesaa.net/archives/20210126-1.html
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 152 times
- Been thanked: 52 times
-
- Posts: 77
- Joined: Wed Nov 04, 2020 10:03 am
- Has thanked: 24 times
- Been thanked: 16 times
Re: PC98 core
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.
-
- Posts: 50
- Joined: Mon Jun 01, 2020 12:14 pm
- Has thanked: 3 times
- Been thanked: 12 times
Re: PC98 core
See this post on page 3 of the thread: viewtopic.php?p=15781#p15781caffeinekid 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.
-
- Posts: 77
- Joined: Wed Nov 04, 2020 10:03 am
- Has thanked: 24 times
- Been thanked: 16 times
Re: PC98 core
I tried that file and I just get a black screen and a few beeps... Is that normal or am I doing something wrong?pcfreak324 wrote: ↑Thu Jan 28, 2021 6:58 pmSee this post on page 3 of the thread: viewtopic.php?p=15781#p15781caffeinekid 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.
Re: PC98 Core
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.
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
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
Thanks in advance!
-zwartgat
zwartgat59@gmail.com
Re: PC98 Core
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
Thank you to everyone for testing and especially to Mr. Puu for the amazing core!
-zwartgat
-
- Posts: 58
- Joined: Sun May 24, 2020 9:28 pm
- Has thanked: 5 times
- Been thanked: 11 times
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 152 times
- Been thanked: 52 times
Re: PC98 Core
@Mr Puu
Thank's for the new version
Thank's for the new version
- Attachments
-
- Zet98_20210217.rar
- (1.36 MiB) Downloaded 1006 times
Re: PC98 Core
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!
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!
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 152 times
- Been thanked: 52 times
Re: PC98 Core
helloFaithless 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!
- Attachments
-
- tonton.rar
- (176.72 KiB) Downloaded 1106 times
Re: PC98 Core
Thank you so much for this! Finally able to boot the core now!tontonkaloun wrote: ↑Sat Feb 20, 2021 10:10 amhelloFaithless 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!
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!!
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
Re: PC98 Core
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!
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: PC98 Core
@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,
Do you have just black screen or a message ?
Thanks,