Repo cleanup
This commit is contained in:
parent
cd2c5e6b09
commit
5192def6a5
143 changed files with 671 additions and 264 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -42,10 +42,25 @@ Thumbs.db
|
||||||
*.SND
|
*.SND
|
||||||
*.ANI
|
*.ANI
|
||||||
|
|
||||||
|
# Baked assets: sprite banks (.spr), precompiled sprite banks (.spc),
|
||||||
|
# tile banks (.tbk) and level files -- all regenerated by the platform
|
||||||
|
# makefiles from the PNG/ROM sources
|
||||||
|
*.spr
|
||||||
|
*.spc
|
||||||
|
*.tbk
|
||||||
|
examples/spacetaxi/generated/
|
||||||
|
|
||||||
|
# Host tool binaries built from source
|
||||||
|
tools/stsim/stsim
|
||||||
|
|
||||||
|
# MAME droppings (written next to the work dir by the verify scripts)
|
||||||
|
cfg/
|
||||||
|
nvram/
|
||||||
|
|
||||||
# Crap I added
|
# Crap I added
|
||||||
stuff/*
|
stuff/*
|
||||||
docs/*
|
docs/*
|
||||||
tools/__pycache__/*
|
__pycache__/
|
||||||
|
|
||||||
# AGI game data (Sierra/fan-made AGI games used for testing; never committed)
|
# AGI game data (Sierra/fan-made AGI games used for testing; never committed)
|
||||||
examples/agi/gamedata/
|
examples/agi/gamedata/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
|
|
||||||
<mameconfig version="10">
|
|
||||||
<system name="default" />
|
|
||||||
</mameconfig>
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
|
|
||||||
<mameconfig version="10">
|
|
||||||
<system name="x68000">
|
|
||||||
<image_directories>
|
|
||||||
<device instance="floppydisk1" directory="/tmp/joey-x68gold.mQ0r7E/" />
|
|
||||||
<device instance="floppydisk2" directory="/tmp/joey-x68gold.mQ0r7E/" />
|
|
||||||
<device instance="floppydisk3" directory="" />
|
|
||||||
<device instance="floppydisk4" directory="" />
|
|
||||||
<device instance="sasihd" directory="" />
|
|
||||||
</image_directories>
|
|
||||||
<input>
|
|
||||||
<keyboard tag=":keyboard:x68k" enabled="1" />
|
|
||||||
</input>
|
|
||||||
<video>
|
|
||||||
<target index="0" view="Disk Drive and Keyboard LEDs" />
|
|
||||||
</video>
|
|
||||||
</system>
|
|
||||||
</mameconfig>
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/spacetaxi/generated/amiga/sprites/sprites.spc
(Stored with Git LFS)
BIN
examples/spacetaxi/generated/amiga/sprites/sprites.spc
(Stored with Git LFS)
Binary file not shown.
BIN
examples/spacetaxi/generated/amiga/sprites/sprites.spr
(Stored with Git LFS)
BIN
examples/spacetaxi/generated/amiga/sprites/sprites.spr
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/spacetaxi/generated/atarist/sprites/sprites.spc
(Stored with Git LFS)
BIN
examples/spacetaxi/generated/atarist/sprites/sprites.spc
(Stored with Git LFS)
Binary file not shown.
BIN
examples/spacetaxi/generated/atarist/sprites/sprites.spr
(Stored with Git LFS)
BIN
examples/spacetaxi/generated/atarist/sprites/sprites.spr
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/spacetaxi/generated/dos/sprites/sprites.spc
(Stored with Git LFS)
BIN
examples/spacetaxi/generated/dos/sprites/sprites.spc
(Stored with Git LFS)
Binary file not shown.
BIN
examples/spacetaxi/generated/dos/sprites/sprites.spr
(Stored with Git LFS)
BIN
examples/spacetaxi/generated/dos/sprites/sprites.spr
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue