Update README.md

This commit is contained in:
Ethan O'Brien 2022-01-23 16:36:31 -06:00 committed by GitHub
parent 3507f20caa
commit e8806fa98c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,6 +159,24 @@ EJS_paths = {
*If a file is not defined, the default is used.* *If a file is not defined, the default is used.*
<br>
##### 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`)
<br>
# LICENSE # LICENSE