Repo cleanup

This commit is contained in:
Scott Duensing 2026-09-07 15:46:23 -05:00
parent cd2c5e6b09
commit 5192def6a5
143 changed files with 671 additions and 264 deletions

17
.gitignore vendored
View file

@ -42,10 +42,25 @@ Thumbs.db
*.SND
*.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
stuff/*
docs/*
tools/__pycache__/*
__pycache__/
# AGI game data (Sierra/fan-made AGI games used for testing; never committed)
examples/agi/gamedata/

View file

@ -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>

View file

@ -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.

Some files were not shown because too many files have changed in this diff Show more