Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > SuperKernel
2018-10-01 17:33
JackAsser

Registered: Jun 2002
Posts: 1989
SuperKernel

This: https://www.forum64.de/index.php?thread/74462-projekt-superkern..

I’ve gotten reports that EotB crashes when this is used together with EasyFlash3. The game boots but can’t get past the intro.

I don’t use kernel routines other than the $0314/15 vector. At this point in the game all EF3 setup is done and I only do bank switching via $de00.

They have ”disabled” the SuperKernel.

Ideas?
2018-10-01 17:38
chatGPZ

Registered: Dec 2001
Posts: 11107
is that the thing that emulates a rom with a mcu? i'd just ignore it to be honest, it always looked like a great source for subtle problems everywhere =P
2018-10-01 17:50
JackAsser

Registered: Jun 2002
Posts: 1989
Quote: is that the thing that emulates a rom with a mcu? i'd just ignore it to be honest, it always looked like a great source for subtle problems everywhere =P

Leaning towards that tbh, but if there is an easy SW-fix I’d rather put it in.
2018-10-01 17:56
chatGPZ

Registered: Dec 2001
Posts: 11107
its not your software. you cant really "disable" the superkernal (it sits in the kernal socket afterall) and it may or may not cause all kind of glitches due to how it works.
2018-10-01 18:29
JackAsser

Registered: Jun 2002
Posts: 1989
Yeah I have no hope of disabling it from my side but they did a ”KILL” and if the csrt don’t drive any lines I suppose it should work. Just curious what could be the cause..
2018-10-01 18:30
chatGPZ

Registered: Dec 2001
Posts: 11107
again: you can not disable it. it sits in the kernal socket. without it emulating the kernal, nothing works :)

(exception: your game runs in ultimax mode... but then you wouldnt use 0314/0315 =P)
2018-10-01 18:53
Oswald

Registered: Apr 2002
Posts: 5017
if the code doesnt go trough it, why cant it be said its "disabled" ?

jacky, why using 0314/15 ?
2018-10-01 18:56
JackAsser

Registered: Jun 2002
Posts: 1989
Quote: if the code doesnt go trough it, why cant it be said its "disabled" ?

jacky, why using 0314/15 ?


Because you can’t swap out kernel and not swapping out the cart in 16kb mode. See https://www.c64-wiki.com/wiki/Bank_Switching (last modes where exeom and game = 0)
2018-10-01 18:57
JackAsser

Registered: Jun 2002
Posts: 1989
Quote: again: you can not disable it. it sits in the kernal socket. without it emulating the kernal, nothing works :)

(exception: your game runs in ultimax mode... but then you wouldnt use 0314/0315 =P)


Valid point indeed!
2018-10-01 18:58
chatGPZ

Registered: Dec 2001
Posts: 11107
that said, i'm curious what this "kill" is supposed to do :)
2018-10-01 19:01
JackAsser

Registered: Jun 2002
Posts: 1989
Quote: Because you can’t swap out kernel and not swapping out the cart in 16kb mode. See https://www.c64-wiki.com/wiki/Bank_Switching (last modes where exeom and game = 0)

16kb or not. If you want cart rom you’re stuck with kernel always with the exception of ultimax.
2018-10-01 19:02
JackAsser

Registered: Jun 2002
Posts: 1989
Quote: that said, i'm curious what this "kill" is supposed to do :)

Indeed and one wonders how they fail to not fuck up $fffe/ffff and the kernel main ISR. Maybe they didn’t and it’s a HW glitch.. *shrugs*
2018-10-01 19:08
Krill

Registered: Apr 2002
Posts: 2839
If it reliably crashes at the same point, i wouldn't rule out a software-side fix without investigatin'. :)
2018-10-01 19:15
JackAsser

Registered: Jun 2002
Posts: 1989
Quote: If it reliably crashes at the same point, i wouldn't rule out a software-side fix without investigatin'. :)

Exactly. He’ll come to X. I’ll do some investigatioms there.
2018-10-01 20:38
soci

Registered: Sep 2003
Posts: 473
My guess:

There may be small spikes on the KERNAL selection lines which cause the MCU to serve KERNAL data for much longer than the original ROM did (if it did at all) for these false triggers. The GAME/EXROM combination used might make it worse.

http://sleepingelephant.com/ipw-web/bulletin/bb/viewtopic.php?t..

It's not something I'd worry to much to work around. This setup is probably broken due to the replaced KERNAL ROM.

Btw. it might be worth to see if the EF3 external KERNAL replacement function is enabled or not, that could cause some extra trouble as well (more spikes due to how it works).
2018-10-02 08:58
ilesj

Registered: Jun 2012
Posts: 27
Quoting soci
Btw. it might be worth to see if the EF3 external KERNAL replacement function is enabled or not, that could cause some extra trouble as well (more spikes due to how it works).

Not sure if the KERNAL replacement and an EF slot can be active at the same time in the first place. In EF3 I mean.
2018-10-02 09:04
JackAsser

Registered: Jun 2002
Posts: 1989
Quote: Quoting soci
Btw. it might be worth to see if the EF3 external KERNAL replacement function is enabled or not, that could cause some extra trouble as well (more spikes due to how it works).

Not sure if the KERNAL replacement and an EF slot can be active at the same time in the first place. In EF3 I mean.


EF3 clearly states that it shouldn’t be used with expanders, but I suppose all cart manufactorers say that.

I think Soci’s explanation is plausible.
2018-10-02 09:35
chatGPZ

Registered: Dec 2001
Posts: 11107
NO cartridges should be used with expansion port expanders. ever. the port is not designed for it, you are asking for trouble.
2018-10-04 08:39
ilesj

Registered: Jun 2012
Posts: 27
Quoting soci
Btw. it might be worth to see if the EF3 external KERNAL replacement function is enabled or not, that could cause some extra trouble as well (more spikes due to how it works).

Quoting ilesj
Not sure if the KERNAL replacement and an EF slot can be active at the same time in the first place. In EF3 I mean.

What I meant was that I'm not sure if it is possible to activate EF3's KERNAL replacing functionality and one of its EF slots at the same time. At least the user interface doesn't imply it would be possible; from the menu you can launch a KERNAL, freezer or EF slot.
2018-10-04 14:41
MKC
Account closed

Registered: Oct 2008
Posts: 7
I'm using a SuperKernal with 1541Ultimate II+ (U2p), this is working well for me. But you can't use the external kernal replacement of the U2p, this gives a black screen and C64 doesn't come up. Should be same with EF3.
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
MCM/ONSLAUGHT
Alakran_64
kbs/Pht/Lxt
Krill/Plush
Luca/FIRE
Herrera64
Didi/Laxity
Dave/SIDNIFY
Calypso
Guests online: 58
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 The Ghost  (9.6)
9 Wonderland XIV  (9.6)
10 Bromance  (9.6)
Top onefile Demos
1 It's More Fun to Com..  (9.8)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 Rainbow Connection  (9.5)
6 TRSAC, Gabber & Pebe..  (9.5)
7 Onscreen 5k  (9.5)
8 Wafer Demo  (9.5)
9 Dawnfall V1.1  (9.5)
10 Quadrants  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Nostalgia  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Webmasters
1 Slaygon  (9.7)
2 Perff  (9.6)
3 Morpheus  (9.5)
4 Sabbi  (9.5)
5 CreaMD  (9.1)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.067 sec.