|
7 | 7 |
|
8 | 8 | # A Scala Commodore 64, 128, VIC20 and CBM 610/620/710/720 cycle-exact emulator
|
9 | 9 |
|
10 |
| -Kernal64 ver 1.8.1b1 (Feb 2nd, 2023) |
| 10 | +Kernal64 ver 1.8.2b1 (Apr 21th, 2023) |
11 | 11 | ========
|
12 | 12 | ▶️<a href="#wn-latest">Go to latest release</a>
|
13 | 13 |
|
@@ -69,6 +69,9 @@ Kernal64 ver 1.8.1b1 (Feb 2nd, 2023)
|
69 | 69 | - Mach 5
|
70 | 70 | - Page Fox
|
71 | 71 | - CP/M
|
| 72 | + - Super Explode |
| 73 | + - RAM Cart |
| 74 | + - Isepic |
72 | 75 | - [x] RS-232 and Internet connection
|
73 | 76 | - [x] Flyer internet modem
|
74 | 77 | - [x] State saving
|
@@ -168,6 +171,25 @@ Wiki pages are available here: https://github.com/abbruzze/kernal64/wiki
|
168 | 171 | ## What's new history
|
169 | 172 | <p id="wn-latest"></p>
|
170 | 173 |
|
| 174 | +### What's new 1.8.2b1 (Apr 21th 2023) |
| 175 | +- General |
| 176 | + - New keyboard layout handling: now it is possible to use a more natural layout assigning different host keys to the same emulated key. The layout configuration is stored inside a configuration file, depending on the emulated machine. Each configuration file can contain different layout for different operating system. See Wiki for details. |
| 177 | + <br> |
| 178 | + - New virtual keyboard and keyboard editor: it's possible to enter key using a virtual keyboard. It's possible to edit the keyboard configuration or create a new one from scratch. |
| 179 | + - New look and feel Flatlaf (thanks to https://www.formdev.com/flatlaf/) |
| 180 | + - Added support for palette configuration loading from file (vpl) for both VIC (I,II) and VDC |
| 181 | + - Fixed disk issues when user change disk |
| 182 | +- C128 |
| 183 | + - Improvements for 2Mhz emulation |
| 184 | + - Improved MMU (https://sourceforge.net/p/vice-emu/bugs/1835/?page=1) |
| 185 | + - Minimal modifications to D030 registry: still partially supported |
| 186 | + - Added ASCII/DIN handling for multilingual char rom set. Fixed 128/64 char rom reloading |
| 187 | +- C64/C128 |
| 188 | + - Added Super Explode cartridge |
| 189 | + - Added RAM Cart cartridge |
| 190 | + - Added Isepic cartridge |
| 191 | + |
| 192 | + |
171 | 193 | ### What's new 1.8.1b1 (Feb 2nd 2023)
|
172 | 194 | - Added support for Magnum Light Phaser light gun. Duck Hunt can be played now (https://csdb.dk/release/?id=226342)
|
173 | 195 | - Fixed audio state saving.
|
|
0 commit comments