mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
Minor fixes
This commit is contained in:
parent
c161fe5eb9
commit
a39557e233
@ -7,7 +7,7 @@ use moa::machines::genesis::{build_genesis, SegaGenesisOptions};
|
|||||||
fn main() {
|
fn main() {
|
||||||
let matches = moa_minifb::new("Sega Genesis/Mega Drive Emulator")
|
let matches = moa_minifb::new("Sega Genesis/Mega Drive Emulator")
|
||||||
.arg(Arg::new("ROM")
|
.arg(Arg::new("ROM")
|
||||||
.help("ROM file to load (must be flat binary)"))
|
.about("ROM file to load (must be flat binary)"))
|
||||||
.get_matches();
|
.get_matches();
|
||||||
|
|
||||||
let mut options = SegaGenesisOptions::new();
|
let mut options = SegaGenesisOptions::new();
|
||||||
|
@ -11,7 +11,7 @@ use moa::error::Error;
|
|||||||
use moa::system::System;
|
use moa::system::System;
|
||||||
use moa::devices::Clock;
|
use moa::devices::Clock;
|
||||||
use moa::host::traits::{Host, HostData, ControllerUpdater, KeyboardUpdater, WindowUpdater, Audio};
|
use moa::host::traits::{Host, HostData, ControllerUpdater, KeyboardUpdater, WindowUpdater, Audio};
|
||||||
use moa::host::controllers::{ControllerDevice};
|
use moa::host::controllers::ControllerDevice;
|
||||||
|
|
||||||
use moa_common::audio::{AudioOutput, AudioMixer, AudioSource};
|
use moa_common::audio::{AudioOutput, AudioMixer, AudioSource};
|
||||||
|
|
||||||
@ -183,7 +183,7 @@ impl MiniFrontend {
|
|||||||
controller,
|
controller,
|
||||||
keyboard,
|
keyboard,
|
||||||
audio: None,
|
audio: None,
|
||||||
mixer: mixer,
|
mixer,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user