diff options
author | 2017-08-04 19:23:18 +1000 | |
---|---|---|
committer | 2017-08-04 19:23:18 +1000 | |
commit | b97e374cdbc7988e193f6377f2604f1d4b6264ea (patch) | |
tree | 24d9b899f6c086a4f0135e3ef96ffa3867da2799 /scripts/minimaws/minimaws.py | |
parent | 3eb9ddfa1691ce147861a2648e34dc7478f8f3b8 (diff) |
minimaws: expose system BIOS, better way of dropping tables
Diffstat (limited to 'scripts/minimaws/minimaws.py')
-rwxr-xr-x | scripts/minimaws/minimaws.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/minimaws/minimaws.py b/scripts/minimaws/minimaws.py index 6f9fc938123..ecd0959d3ed 100755 --- a/scripts/minimaws/minimaws.py +++ b/scripts/minimaws/minimaws.py @@ -10,11 +10,8 @@ ## -h or --help). ## ## Before you can use the scripts, you need to load MAME system -## information into a database. This currently requires a few manual -## steps, and you need to start with a completely clean database: +## information into a database: ## -## $ rm minimaws.sqlite3 -## $ sqlite3 minimaws.sqlite3 < schema.sql ## $ python minimaws.py load --executable path/to/mame ## ## (The script uses the name "minimaws.sqlite3" for the database by |