Conversation
Basically it just "prefixes" the puc'ed binary with a C65 basic stub to set-up some C64-compatible settings in relation of memory and relocting stuff followed by transferring control to the old un-puc' stuff. In this way, GEOS65 can be loaded from C65 mode as well (no need for GO64 first). The result works in my Xemu/C65 emulator, however GEOS won't work, as it reads CIA-2 reg 0, maybe because of IEC serial bus. However that is not emulated, and a new disk driver is needed for F011 FDC in Commodore 65. There is *some* driver for that already, but it's not clear it's for Mega65 only or C65 too. Moreover, the current GEOS repository of mist64 does not allow to include custom disk driver other than 1541, at least I couldn't find it out, how to do so.
% Some Makefile reorganization and clean-up % Minor beaty works on my sources % Build combined.bin with the help of the the assembler, not with 'dd' commands in Makefile, can be used to do conditional building of binaries as well (see the end of the config.inc) % Improving the fun section of the Makefile at the end :)
Conflicts: .gitignore Makefile config.inc kernal/kernal_bsw.cfg kernal/start.s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.