Skip to content

Commit cd8fef9

Browse files
authored
Update README.md
1.8.2
1 parent 4a813f6 commit cd8fef9

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# A Scala Commodore 64, 128, VIC20 and CBM 610/620/710/720 cycle-exact emulator
99

10-
Kernal64 ver 1.8.1b1 (Feb 2nd, 2023)
10+
Kernal64 ver 1.8.2b1 (Apr 21th, 2023)
1111
========
1212
▶️<a href="#wn-latest">Go to latest release</a>
1313

@@ -69,6 +69,9 @@ Kernal64 ver 1.8.1b1 (Feb 2nd, 2023)
6969
- Mach 5
7070
- Page Fox
7171
- CP/M
72+
- Super Explode
73+
- RAM Cart
74+
- Isepic
7275
- [x] RS-232 and Internet connection
7376
- [x] Flyer internet modem
7477
- [x] State saving
@@ -168,6 +171,25 @@ Wiki pages are available here: https://github.com/abbruzze/kernal64/wiki
168171
## What's new history
169172
<p id="wn-latest"></p>
170173

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+
![](https://github.com/abbruzze/kernal64/blob/master/images/keyboard_editor.PNG)<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+
171193
### What's new 1.8.1b1 (Feb 2nd 2023)
172194
- Added support for Magnum Light Phaser light gun. Duck Hunt can be played now (https://csdb.dk/release/?id=226342)
173195
- Fixed audio state saving.

0 commit comments

Comments
 (0)