This commit is contained in:
Toya
2023-03-19 15:36:07 +01:00
parent 17ccd75753
commit 84ef5ebc3f
11 changed files with 2041 additions and 29 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,18 +0,0 @@
import os
import shutil
import subprocess
import time
# get current date in yymmdd format
current_date = time.strftime("%y%m%d")
# delete the folder called mad in current directory
if os.path.exists("mad"):
shutil.rmtree("mad")
# rename MiSTerArcadeDatabase - sheet1.csv to ArcadeDatabase230109.csv if ArcadeDatabase230109.csv does not exist and MiSTerArcadeDatabase - sheet1.csv exists
if not os.path.exists("ArcadeDatabase" + current_date + ".csv") and os.path.exists("MiSTerArcadeDatabase - sheet1.csv"):
os.rename("MiSTerArcadeDatabase - sheet1.csv", "ArcadeDatabase" + current_date + ".csv")
# execute the csv2mad.py script
subprocess.call(["python", "csv2mad.py", "ArcadeDatabase" + current_date + ".csv"])

View File

@@ -4,7 +4,7 @@
<setname>amidars</setname>
<name>Amidar (Scramble)</name>
<region>World</region>
<version>Scramble</version>
<version>Scramble ver</version>
<alternative>no</alternative>
<parent_title>Amidar</parent_title>
<platform>Konami Scramble based</platform>

View File

@@ -5,7 +5,7 @@
<name>Area 88 (JP)</name>
<region>Japan</region>
<version></version>
<alternative>no</alternative>
<alternative>yes</alternative>
<parent_title>U.N. Squadron</parent_title>
<platform>Capcom CPS-1</platform>
<series>U.N. Squadron</series>

View File

@@ -8,7 +8,7 @@
<alternative>yes</alternative>
<parent_title>Joust</parent_title>
<platform>Williams 1st Generation</platform>
<series></series>
<series>Joust</series>
<homebrew>no</homebrew>
<bootleg>no</bootleg>
<year>1982</year>

View File

@@ -8,7 +8,7 @@
<alternative>yes</alternative>
<parent_title>Joust</parent_title>
<platform>Williams 1st Generation</platform>
<series></series>
<series>Joust</series>
<homebrew>no</homebrew>
<bootleg>no</bootleg>
<year>1982</year>

View File

@@ -6,7 +6,7 @@
<region>World</region>
<version>Rev. 1</version>
<alternative>yes</alternative>
<parent_title></parent_title>
<parent_title>Joust 2</parent_title>
<platform>Williams 2nd Generation</platform>
<series>Joust</series>
<homebrew>no</homebrew>

View File

@@ -6,7 +6,7 @@
<region>World</region>
<version>Rev. 2</version>
<alternative>no</alternative>
<parent_title></parent_title>
<parent_title>Joust 2</parent_title>
<platform>Williams 2nd Generation</platform>
<series>Joust</series>
<homebrew>no</homebrew>

View File

@@ -3,12 +3,12 @@
<setname>joust</setname>
<name>Joust</name>
<region></region>
<region>World</region>
<version></version>
<alternative>no</alternative>
<parent_title></parent_title>
<parent_title>Joust</parent_title>
<platform>Williams 1st Generation</platform>
<series></series>
<series>Joust</series>
<homebrew>no</homebrew>
<bootleg>no</bootleg>
<year>1982</year>

View File

@@ -6,7 +6,7 @@
<region>Japan</region>
<version>960712</version>
<alternative>no</alternative>
<parent_title>Magical Pumpkin: Puroland de Daibouken</parent_title>
<parent_title>Magical Pumpkin - Puroland de Daibouken</parent_title>
<platform>Capcom CPS-1</platform>
<series>Hello Kitty</series>
<homebrew>no</homebrew>

View File

@@ -6,7 +6,7 @@
<region>USA</region>
<version></version>
<alternative>no</alternative>
<parent_title></parent_title>
<parent_title>U.N Squadron</parent_title>
<platform>Capcom CPS-1</platform>
<series>U.N. Squadron</series>
<homebrew>no</homebrew>