Skip to content

Commit

Permalink
Notes to self, mostly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgeo committed Aug 21, 2018
1 parent 9eee49d commit 5ecbeb7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,15 @@ var Module = null;
MAMELoader.extraArgs = function (args) {
return { extra_mame_args: args };
};

/**
* VICELoader
*/
function VICELoader() {
var config = Array.prototype.reduce.call(arguments, extend);
config.runner = VICERunner;
}
VICELoader.__proto__ = BaseLoader;

/**
* SAELoader
Expand Down
8 changes: 6 additions & 2 deletions vice_todo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Add logo
* Define get_vice_files
* Define VICELoader
* Define get_vice_files: This is where to add support for metadata entries (ala dosbox_drive_d)
* Define VICELoader
* Define VICERunner
* Add entry in config_args push area (don't fall through to MAME)
* Check if "this is a stupid hack" applies to VICE
* Useful hardcoded IA entries: https://archive.org/details/emularity_engine_v1

0 comments on commit 5ecbeb7

Please sign in to comment.