mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Fix alt char set.
This commit is contained in:
parent
bcbe36db0c
commit
2c2a1832da
@ -31,6 +31,7 @@ export function Apple2(options) {
|
||||
|
||||
var vm = new VideoModes(gr, hgr, gr2, hgr2, options.e);
|
||||
vm.multiScreen(options.multiScreen);
|
||||
vm.enhanced(options.enhanced);
|
||||
|
||||
var io = new Apple2IO(cpu, vm);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user