Releases: abbruzze/kernal64
Releases · abbruzze/kernal64
v1.4.8.b1
- VDC general improvements.
- Improved screen resolution and aspect ratio
- Different handling of borders: seems better than before but need more investigation
- Added handling of 16K/64K bit
- Fixed interlace bitmap color mode: seems a lot better than before. For sure need more investigation.
- Fixed double pixel mode in bitmap mode
- Added busy flag emulation on copy/fill operations
- HBlank is not yet implemented
Improved cart button functionality for freezers: now the freezer will activate interrupt only if the CPU is in the fetching state.
-
VIC BA requests skipped when 2Mhz mode is on
-
Improved 1581 speed cycles in order to run fast loaders in C64 mode properly
-
All disk now are write protected if the corresponding file on local drive is read-only
-
New scala 2.12.7 libraries
-
Changed keyboard handling of non-standard keys. Used extended key codes to handle non standard keys. Now the keyboard file layout is simpler.
v1.4.7.b1
Lots of improvements in VDC handling.
- fixed 8x1 mode
- fixed monochrome interlaced mode
- fixed clocks needed to draw a line depending on several parameters and
not only by xchars_total - improved x smooth handling
- most of the Soci's test run properly
- regs 34 & 35 not yet implemented, need more investigation
- added customization of VDC total scan line: the user can enter the
total number of CRT scan line instead of having 312 PAL lines. New menù under Settings -> Adjust display -> VDC scan lines - VDC was not included in the MMU in C64 mode, so in C64 mode it was not possible to see VDC running
- light pen support added (can't be used with light pen mouse emulation)
General
- 2Mhz mode has been improved: the VIC refresh cycles are treated as I/O.
- minor bug fixing
v1.4.6.b2
- Minor bug fixing. Added more command line options (see them with --help).
- Added support for right shift key
- Rotation calibrated with a correction factor of 1.025: Now the rpm is about 300 and most of the non running demos now run properly
- Added test cart to execute test bench (Writing at $D7FF will force the emulator to exit with the given exit code)
- Keyboard Editor: fixed TAB key handling
- REU fixed minor bugs about FF00 management. Fixed 128K size broken reu.
- Digimax now the user can choose which is the sampling frequency. Now modplay runs properly (used 11K)
- 128 MMU fixed page1 pointer at startup
- added k64s.bat & k128s.bat to run emulator with shell support
v1.4.5.b8
- Added settings saving: now you can save the (majority) of the current settings
- Added support for function rom "Megabit" (C128 only)
- Fixed minor bugs that prevented the restoring of main window size
- Added new menus for display settings (aspect ratio, zoom, rendering)
- Modified the display rendering type in order to improve image quality
- Added command line options (--help does work on Linux based system, on Windows the kxxx.bat script must be modified to see the usage)
- Added new utility under Edit menù: List BASIC to editor. List the BASIC program stored in memory to the default external editor
- Added the Eject disk menù under File
- VDC window is now resizable
v1.4.4.b3
v1.4.3.b1
1571 released
Added support for 1571 disk drive
Removed Dropbox drive
Removed 1541 drive (not true) emulation