|
Post by oxydaniel84 on Apr 6, 2022 16:17:15 GMT
Hi tehre. I'm in Germany. I got a C64 Maxi wich ask me on first Start 50HZ or 60HZ.
Now, i get a new Mini. There was no Question for the HZ Modes switch. My Mini runs always at 60HZ wich is too fast for all my Games. It is the same HDMI Cable an the same USB Cabel as the Maxi.
What could i do to force 50HZ?
|
|
|
Post by jj0 on Apr 8, 2022 9:26:20 GMT
Hi tehre. I'm in Germany. I got a C64 Maxi wich ask me on first Start 50HZ or 60HZ.
Now, i get a new Mini. There was no Question for the HZ Modes switch. My Mini runs always at 60HZ wich is too fast for all my Games. It is the same HDMI Cable an the same USB Cabel as the Maxi.
What could i do to force 50HZ?
As far as I know the only way is to replace the nandb with one from an PAL Mini.
|
|
|
Post by spannernick on Apr 8, 2022 9:32:57 GMT
I guess you could use Firmware Mode in PCUAE but I have add a way of getting it to chroot nandb from THEC64 Mini PAL and then unmount nandb from THEC64 Mini NTSC, then it should act like the PAL version... maybe.
|
|
|
Post by spannernick on Apr 8, 2022 10:01:24 GMT
This should do it... just need to add something to PCUAE Options Menu to make the `thec64mini-ntsc-to-pal` file in Option_Flag_Files folder now so it runs the right code below before starting up the carousel... # Load THEC64 Mini PAL nandb on the NTSC model elif -e /mnt/Carousel_Games/Options/Option_Flag_Files/thec64mini-ntsc-to-pal ] then echo "#---------------" echo $THEMODENAME echo "#---------------" mount -o rw /mnt/Carousel_Games/Options/PCUAE_Firrmware/nandb-mini-ntsc.img /tmp/chroot 2>/dev/ttyS0 # Load THEC64 Mini NTSC nandb on the PAL model elif -e /mnt/Carousel_Games/Options/Option_Flag_Files/thec64mini-pal-to-ntsc ] then echo "#---------------" echo $THEMODENAME echo "#---------------" mount -o rw /mnt/Carousel_Games/Options/PCUAE_Firrmware/nandb-mini-pal.img /tmp/chroot 2>/dev/ttyS0 fi
|
|
|
Post by spannernick on Apr 8, 2022 10:40:08 GMT
I think I have just found a way of adding PAL-NTSC switch to the PAL/NTSC Video Output Menu in PCUAE Options Menu for THEC64 Mini... it only worked on THEC64 Maxi/VIC20.
|
|