new machine option stuff

This commit is contained in:
espes 2013-03-19 05:51:47 +11:00
parent 22b99b7bd3
commit 7de12027b4
1 changed files with 4 additions and 0 deletions

View File

@ -297,6 +297,10 @@ static QEMUMachine xbox_machine = {
.name = "xbox",
.desc = "Microsoft Xbox",
.init = xbox_init,
.max_cpus = 1,
.no_floppy = 1,
.no_sdcard = 1,
DEFAULT_MACHINE_OPTIONS
};
static void xbox_machine_init(void) {