X68000 Beta - Updates and Releases
Re: X68000 beta - stopped working all of a sudden
Don’t see why not... be good to sort out 15khz video output... 24khz down to 15khz would also be nice somehow?
Re: X68000 beta - stopped working all of a sudden
Wouldnt that fall under MiSTer framework? That is, scaling? I think even ao486 cannot run 31khz things on a 15khz natively - people use downscalers like Corio for that. Def would be pretty nice to have that option on the framework.
- Grabulosaure
- Core Developer
- Posts: 79
- Joined: Sun May 24, 2020 7:41 pm
- Location: Mesozoic
- Has thanked: 3 times
- Been thanked: 92 times
- Contact:
Re: X68000 beta - stopped working all of a sudden
@dentnz
http://temlib.org/pub/mister/F68K.tar.gz
The disk emulation code is a bit special, based on microcode, I adapted a SCSI disk emulation which handled more commands.
If I understand correctly, it should be possible to handle both ASCI and SCSI commands (with 512B sectors) to support larger disks. And, then CDROM with yet another sector size.
I need to finish another thing now, before I could help on X68K
http://temlib.org/pub/mister/F68K.tar.gz
The disk emulation code is a bit special, based on microcode, I adapted a SCSI disk emulation which handled more commands.
If I understand correctly, it should be possible to handle both ASCI and SCSI commands (with 512B sectors) to support larger disks. And, then CDROM with yet another sector size.
I need to finish another thing now, before I could help on X68K
- dfilskov
- Posts: 34
- Joined: Sun May 24, 2020 9:35 pm
- Has thanked: 26 times
- Been thanked: 9 times
- Contact:
Re: X68000 beta - stopped working all of a sudden
@puu
私たちのためにRBFファイルをコンパイルすることを検討してください...ファン! - 私たちは本当にあなたの素晴らしいコアを使いたいです。
私たちのためにRBFファイルをコンパイルすることを検討してください...ファン! - 私たちは本当にあなたの素晴らしいコアを使いたいです。
-
- Core Developer
- Posts: 113
- Joined: Mon May 25, 2020 9:20 am
- Location: Japan
- Has thanked: 2 times
- Been thanked: 151 times
- Contact:
Re: X68000 beta - stopped working all of a sudden
It is not sold outside of Japan and is a hobby-only machine, so I don't think there is one. You will have no choice but to rewrite the message part with a binary editor.
-
- Core Developer
- Posts: 113
- Joined: Mon May 25, 2020 9:20 am
- Location: Japan
- Has thanked: 2 times
- Been thanked: 151 times
- Contact:
Re: X68000 beta - stopped working all of a sudden
I uploaded a version that does not use a 2nd SD card.
http://fpga8801.seesaa.net/archives/20200619-1.html
http://fpga8801.seesaa.net/archives/20200619-1.html
- Chris23235
- Top Contributor
- Posts: 982
- Joined: Sun May 24, 2020 8:45 pm
- Has thanked: 127 times
- Been thanked: 197 times
Re: X68000 beta - stopped working all of a sudden
Is there a compiled version of this file?puu wrote: ↑Thu Jun 18, 2020 4:36 pm I uploaded a version that does not use a 2nd SD card.
http://fpga8801.seesaa.net/archives/20200619-1.html
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: X68000 beta - stopped working all of a sudden
Thank you Puu for this update. It is very usefull.
The package have some missing files (ktbln.hex, tbl6258.mif, ...)
I managed to compile the RBF getting those files from the previous package but the sound is not ok maybe an issue on my compilation.
The package have some missing files (ktbln.hex, tbl6258.mif, ...)
I managed to compile the RBF getting those files from the previous package but the sound is not ok maybe an issue on my compilation.
Re: X68000 beta - stopped working all of a sudden
Thans a lot !puu wrote: ↑Thu Jun 18, 2020 4:36 pm I uploaded a version that does not use a 2nd SD card.
http://fpga8801.seesaa.net/archives/20200619-1.html
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: X68000 beta - stopped working all of a sudden
Hello,
super !!!!
actually there are missing files to compile it
super !!!!
actually there are missing files to compile it
-
- Core Developer
- Posts: 113
- Joined: Mon May 25, 2020 9:20 am
- Location: Japan
- Has thanked: 2 times
- Been thanked: 151 times
- Contact:
Re: X68000 beta - stopped working all of a sudden
At this time, I didn't change code around sound.
I'll soon upload a version that compensates for the missing files.
(The only change is that)
I'll soon upload a version that compensates for the missing files.
(The only change is that)
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: X68000 beta - stopped working all of a sudden
by recovering the missing files, I have sound
But I cannot use my files from my main SD. I must be wrong somewhere !
There is also no more support for the mouse?
my compiled file:
https://www.transfernow.net/VJAkNn062020
But I cannot use my files from my main SD. I must be wrong somewhere !
There is also no more support for the mouse?
my compiled file:
https://www.transfernow.net/VJAkNn062020
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: X68000 beta - stopped working all of a sudden
Where is the SRAM file supposed to go if we are not using the 2nd SD card?
-
- Core Developer
- Posts: 113
- Joined: Mon May 25, 2020 9:20 am
- Location: Japan
- Has thanked: 2 times
- Been thanked: 151 times
- Contact:
Re: X68000 beta - stopped working all of a sudden
You have to stote SRAM image in MiSTer SD card "X68000" directory.
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: X68000 beta - stopped working all of a sudden
Maybe you need to rename your SRAM.DAT to SRAM.RAM to be opened by X68000 on the main SDCard if your file is name SRAM.DAT previously.
Re: X68000 beta - stopped working all of a sudden
I've compiled the latest version, but with this one, when I select an HDF then reset, I'm stuck at "X68000 terminal V1.0" prompt.
Any idea ?
Any idea ?
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: X68000 beta - stopped working all of a sudden
I have the same problem as you, I only tested with d88 files
-
- Core Developer
- Posts: 113
- Joined: Mon May 25, 2020 9:20 am
- Location: Japan
- Has thanked: 2 times
- Been thanked: 151 times
- Contact:
Re: X68000 beta - stopped working all of a sudden
Have you set the SRAM before loading the D88 and SASI files? SRAM does not need to be loaded because it has an initial value. I think that you can't load the disk image if some error occurs in loading SRAM and it stops midway. Immediately after starting the X68000, load the disk image and reset. Perhaps it is better to select SAVE CONFIGURATION after unmounting with [BS] in SRAM file selection.
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: X68000 beta - stopped working all of a sudden
Hello,
It's what i do !
It's ok with the d88 files but not with the hdf files !
it's impossible to start on an hdf files (I don't load any Ram files)
I also noticed that if I eject a floppy disk and then load an hdf, the last floppy disk is loaded
It's what i do !
It's ok with the d88 files but not with the hdf files !
it's impossible to start on an hdf files (I don't load any Ram files)
I also noticed that if I eject a floppy disk and then load an hdf, the last floppy disk is loaded
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: X68000 beta - stopped working all of a sudden
if it works for you? a compilation problem? On the previous version I have no problem
-
- Core Developer
- Posts: 113
- Joined: Mon May 25, 2020 9:20 am
- Location: Japan
- Has thanked: 2 times
- Been thanked: 151 times
- Contact:
Re: X68000 beta - stopped working all of a sudden
I'm sorry, it seems that while opening the sources of PC-88 and X68000 at the same time and fixing PC-88, I mistakenly changed the VDNUM of X68000 from 4 to 2 by mistake with PC-88.
I will upload the modified RTL, but line 257 of X68000.cv, VDNUM(2) is only modified to VDNUM(4), so those who have already downloaded should just modify the relevant part.
I will upload the modified RTL, but line 257 of X68000.cv, VDNUM(2) is only modified to VDNUM(4), so those who have already downloaded should just modify the relevant part.
-
- Core Developer
- Posts: 113
- Joined: Mon May 25, 2020 9:20 am
- Location: Japan
- Has thanked: 2 times
- Been thanked: 151 times
- Contact:
Re: X68000 beta - stopped working all of a sudden
In addition, the circuit that four FDDs were recognized was corrected so that only two are recognized.