finally got around to trying GEOS out on the C64 core and it works surprisingly well. no mouse support, but the joystick/gamepad moves the cursor just fine. i mean, it's still GEOS which is kind of useless, but it's neat.diwou wrote:Is it actually possible to use a USB mouse?![]()
GEOS is almost unusable without a mouse. And for the C64 there was a mouse. The only question is, is this implemented in the core. At least GEOS will not recognize a mouse attached to the USB port.
C64 Core
Moderators: Mug UK, Zorro 2, spiny, Greenious, Sorgelig, Moderator Team
Re: C64 Core
Re: C64 Core
Is it possible to implement a 4 player interface? There are different kinds of them, but the most common according to https://www.c64-wiki.de/wiki/4_Spieler_Joystick-Adapter is the "Protovision / Classical Games" one. Pinouts are described here: http://hitmen.c02.at/html/hardware.html
Would be great to play Bomberland (https://rgcddev.itch.io/bomberland) with 4 players
Would be great to play Bomberland (https://rgcddev.itch.io/bomberland) with 4 players

Re: C64 Core
Hello,
I think I have found a bug in the core.
In the game "Time Tunnel" when you maintain the fire button pressed to enter the storage area, you cannot take the torch.
I can take the torch with C64 Forever.
It is not possible with the core, I have tested the first (C64_20170615.rbf) and latest release (C64_20180831.rbf).
Thanks
Torch is taken here: https://www.youtube.com/watch?v=4GCg5UO ... u.be&t=211
I think I have found a bug in the core.
In the game "Time Tunnel" when you maintain the fire button pressed to enter the storage area, you cannot take the torch.
I can take the torch with C64 Forever.
It is not possible with the core, I have tested the first (C64_20170615.rbf) and latest release (C64_20180831.rbf).
Thanks
Torch is taken here: https://www.youtube.com/watch?v=4GCg5UO ... u.be&t=211
Re: C64 Core
I was playing around with the c64 core and noticed the image is not sharp, there is clearly some filtering going on, there are halos around the characters (ripples of a FIR filter). I assume that is because of a 2.5 times upsampling of the image to 720p? The effect looks very similar to a c64 connected using composite video to a TV, so it has its charm. However, I would prefer a sharp image. Is it possible to choose an image mode without any filtering?
Re: C64 Core
Has anyone tried playing Sam's Journey on the C64 core? Probably would need to use the CRT version with PAL? Haven't bought the game yet and was curious if anyone can confirm it working before buying it. Thanks!
Re: C64 Core
Yes, I had to convert the .bin to .crt.mattsoft wrote:Has anyone tried playing Sam's Journey on the C64 core? Probably would need to use the CRT version with PAL? Haven't bought the game yet and was curious if anyone can confirm it working before buying it. Thanks!
Read the TY description for info about converting bin to crt. My digital download didn't come in crt form.
https://www.youtube.com/watch?v=HK50lsq4Xqo
Re: C64 Core
Awesome! thanks. gonna go buy it now.NML32 wrote:Yes, I had to convert the .bin to .crt.mattsoft wrote:Has anyone tried playing Sam's Journey on the C64 core? Probably would need to use the CRT version with PAL? Haven't bought the game yet and was curious if anyone can confirm it working before buying it. Thanks!
Read the TY description for info about converting bin to crt. My digital download didn't come in crt form.
https://www.youtube.com/watch?v=HK50lsq4Xqo

Re: C64 Core
I tried Sam's Journey converted to crt format with Vice and found that save games will not work. You need somehow to use the supplied flash.bin file, but you can not include this in the crt file (at least I could not get this to work). Starting Vice with the supplied start batch file does work correctly. How can this be solved for MiSTer?
Re: C64 Core
yeah, i don't think it's possible. maybe the d64 version will save progress to disk?evdberg wrote:I tried Sam's Journey converted to crt format with Vice and found that save games will not work. You need somehow to use the supplied flash.bin file, but you can not include this in the crt file (at least I could not get this to work). Starting Vice with the supplied start batch file does work correctly. How can this be solved for MiSTer?
- remowilliams
- Captain Atari
- Posts: 253
- Joined: Mon Apr 02, 2007 1:49 am
Re: C64 Core
Yes, it does.mattsoft wrote:yeah, i don't think it's possible. maybe the d64 version will save progress to disk?
Re: C64 Core
I think the opcode tests run the Lorenz tests on the 1541's CPU, and T65 should pass it.JimDrew wrote:There are 4 opcodes on the 1541 test suite's 1st disk that fail. I didn't try the 2nd disk. Also, the "CPU Port" ($01) fails VICE's CPU test suite.
Do you have these test suites?
Re: C64 Core
Yeah, the C64 core on MiSTer didn't get the T65 (yet). However there's a report about a problem with a game on MiST (which has it, and passes the test, however the game is not free, I didn't test it myself). Not sure if it's because of the CPU, but seems passing some obscure opcode tests are not everything.JimDrew wrote:Your are correct, and it doesn't pass with the 1541 or C64.
Re: C64 Core
C64 on MiSTer uses T65 quite some time already.slingshot wrote:Yeah, the C64 core on MiSTer didn't get the T65 (yet). However there's a report about a problem with a game on MiST (which has it, and passes the test, however the game is not free, I didn't test it myself). Not sure if it's because of the CPU, but seems passing some obscure opcode tests are not everything.JimDrew wrote:Your are correct, and it doesn't pass with the 1541 or C64.
What game you are talking about?
Re: C64 Core
Ok, the game is Aviator Arcade II which works on MiSTer as seen on NML32 video, but this doesn't load after intro screen on MiST with a reset just a few seconds of loading.
Thanks for your interest.
Thanks for your interest.
Re: C64 Core
Here is the 1541 test suite. Mount each disk and LOAD"*",8 and RUN it.
There are 12 opcodes that fail..
Opcodes $09, $12, $13, and $66 fail on the first disk.
Opcodes $18, $19, $1C, $50, $51, $52, $53, and $54 fail on the 2nd disk.
Also note the many of the VIA tests for the 1541 fail. For the C64 test suite, just about every CIA test fails.
There are 12 opcodes that fail..
Opcodes $09, $12, $13, and $66 fail on the first disk.
Opcodes $18, $19, $1C, $50, $51, $52, $53, and $54 fail on the 2nd disk.
Also note the many of the VIA tests for the 1541 fail. For the C64 test suite, just about every CIA test fails.
You do not have the required permissions to view the files attached to this post.
I am the flux ninja
Re: C64 Core
Where are those VIA and CIA tests? What you attached is just the Lorenz-tests. The VIA is strange, since it comes from the Ultimate II C64, which supposed to be perfectJimDrew wrote:Here is the 1541 test suite. Mount each disk and LOAD"*",8 and RUN it.
There are 12 opcodes that fail..
Opcodes $09, $12, $13, and $66 fail on the first disk.
Opcodes $18, $19, $1C, $50, $51, $52, $53, and $54 fail on the 2nd disk.
Also note the many of the VIA tests for the 1541 fail. For the C64 test suite, just about every CIA test fails.

Re: C64 Core
Here are the VIA tests for the 1541. Most of these fail.
You do not have the required permissions to view the files attached to this post.
Last edited by JimDrew on Sun Dec 16, 2018 10:24 pm, edited 1 time in total.
I am the flux ninja
Re: C64 Core
Here are the test for the C64 and CIAs. The port at $00/$01 fails and just about every CIA test fails.
You do not have the required permissions to view the files attached to this post.
I am the flux ninja
Re: C64 Core
I've managed to fix some(most) of the CIA tests on MiST. Would be good to see some games which affected by the bugs to see if it helps.JimDrew wrote:Here are the test for the C64 and CIAs. The port at $00/$01 fails and just about every CIA test fails.
Feel free to try out on MiSTer, too:
https://github.com/gyurco/mist-board/commits/c64
Re: C64 Core
I am not sure what C64 games might be affected by the CIA bugs. I just know if it doesn't pass all of these tests then there is something bound not to work. 

I am the flux ninja
Re: C64 Core
Hello Slingshot, I tested the new C64 core. I wanted to put your attention on this problem.slingshot wrote:I've managed to fix some(most) of the CIA tests on MiST. Would be good to see some games which affected by the bugs to see if it helps.
If you have any time try to test arkanoid.prg (Remember version) as a single prg load.
Then try to test the D64 of the same game.
Why the game works if I load it inside a D64 and it doesn't start if I load it as a single prg file ?
This happens with many other prg files.
Could you solve the mistery ?

Thank you very much for your effort to improve this great core.
Re: C64 Core
I will have to wait until someone updates the C64 MiSTer core. I don't have anything setup to create/compile any of these cores.slingshot wrote:I've managed to fix some(most) of the CIA tests on MiST. Would be good to see some games which affected by the bugs to see if it helps.JimDrew wrote:Here are the test for the C64 and CIAs. The port at $00/$01 fails and just about every CIA test fails.
Feel free to try out on MiSTer, too:
https://github.com/gyurco/mist-board/commits/c64
I am the flux ninja
Re: C64 Core
Until now I have found only 3 games which don't work or have bug:
- Frantic Freddy (graphic corruption)
- Hysteria (music doesn't play)
- Gutz (music doesn't play)
- Frantic Freddy (graphic corruption)
- Hysteria (music doesn't play)
- Gutz (music doesn't play)
Re: C64 Core
I love this core and the C64 in general. This was my first computer.
A couple of suggestions / requests:
Would it be possible to add an auto RUN and Enter command when we load a PRG file?
If we could map a button on the controller to swap the joystick ports that would be nice!
Thanks for all the work that has been done in bringing the C64 to the MiSTer!
A couple of suggestions / requests:
Would it be possible to add an auto RUN and Enter command when we load a PRG file?
If we could map a button on the controller to swap the joystick ports that would be nice!
Thanks for all the work that has been done in bringing the C64 to the MiSTer!