Skip to content

Commit

Permalink
corrected some BIOS checking helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Jul 15, 2014
1 parent 8f65ce2 commit 4f148d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scriptmodules/helpers.shinc
Original file line number Diff line number Diff line change
Expand Up @@ -502,14 +502,12 @@ function h_bios_checker()
echo "######################################"

# output something to user, so they don't necessarily have to check the debug log
echo "This will take a long time, please wait..."
echo "MAME BIOS directory contains: "
ls "$rootdir/BIOS/MAME"
echo ""
# Verify mame rom sets
# Let user know this takes a lot of time...
echo ""
echo "This will take a long time, please wait..."
echo ""
/usr/games/mame -verifyroms

#hold for review
Expand Down

0 comments on commit 4f148d4

Please sign in to comment.