From e8806fa98c331260759f8f5ab81f33c86202f1b5 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Sun, 23 Jan 2022 16:36:31 -0600 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 1f7eaf3..f830bc7 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,24 @@ EJS_paths = { *If a file is not defined, the default is used.* +
+ +##### USING MAME SYSTEM + +you must add the line + +``` +EJS_core = 'mame'; +``` + +and the line + +``` +EJS_mameCore = '' // mame core options (example: '4|0') +``` +set the mame core value to the mame core number (`1` - `6`) + `|` + save states supported (`0` or `1`) + +
# LICENSE