kr580 1.0.0

Desktop KR580VM80 / Intel 8080 emulator.
Documentation
1
2
3
4
5
6
7
#![cfg_attr(all(windows, not(debug_assertions)), windows_subsystem = "windows")]

mod installer;

fn main() -> iced::Result {
    installer::entry::run()
}