Time |
Nickname |
Message |
00:48
🔗
|
Sgeo__ |
So, I should probably work on the persistent disk thing and the vice.conf thing |
01:33
🔗
|
SketchCow |
Sgeo__: Did you get a chance to compile those variations of vice |
01:33
🔗
|
Sgeo__ |
SketchCow, haven't tried yet |
01:34
🔗
|
|
azakai_ has joined #jsmess |
01:35
🔗
|
SketchCow |
No problem. |
01:35
🔗
|
SketchCow |
(Just checking in) |
01:35
🔗
|
SketchCow |
The screenshotting is just kind of happening, now. |
01:36
🔗
|
SketchCow |
I'm thinking of making a single page/item for information on the emulator at the archive, maybe a blog entry. |
01:38
🔗
|
SketchCow |
Then I can add a line to each item with just that note, and it'll be fine. |
03:31
🔗
|
|
Sgeo has joined #jsmess |
03:34
🔗
|
|
Sgeo__ has quit IRC (Read error: Operation timed out) |
04:45
🔗
|
Sgeo |
I need to start forcing myself to go to sleep sooner, so not going to do this now, but it looks like adding vice.conf support will be a one-liner (also need to add arguments to the cfg in IA) |
05:00
🔗
|
|
Sgeo_ has joined #jsmess |
05:01
🔗
|
|
Sgeo has quit IRC (Read error: Operation timed out) |
15:17
🔗
|
|
azakai_ has quit IRC (Read error: Operation timed out) |
21:41
🔗
|
SketchCow |
WELL I AM HAPPY TO SAY |
21:41
🔗
|
SketchCow |
THAT JUST ABOUT A WEEK LATER, I HAVE ALL THE MAME ROMS |
21:41
🔗
|
SketchCow |
AND THE SOFTWARE LIST ROMS |
23:03
🔗
|
SketchCow |
I'm happy to say.... https://archive.org/details/arcade_topspeed works again! |
23:17
🔗
|
SketchCow |
for each in `ia search collection:internetarcade --itemlist`; do echo $each; AMOUNT=`ia list --columns=name,size $each | grep -v history\/files | grep \.zip | cut -f2`;FILE=`ia list --columns=name,size $each | grep \.zip | grep -v history\/files | cut -f1`;if [ ! -f $FILE ]; then echo "Egad No $FILE";echo "There appears to not be a file called $FILE for $each." >> ERRORS;else SIZE=`du -sb $FILE | cut |
23:17
🔗
|
SketchCow |
-f1`;if [ "$AMOUNT" -eq "$SIZE" ]; then DUMMY=1;else echo "All is not well with $each.";echo "Something's off about $each" >> ERRORS;fi;fi;done |
23:17
🔗
|
SketchCow |
How THIS for a fuckin' hack |
23:17
🔗
|
SketchCow |
Go through each non-dark Internet Arcade item. Check the ROM .zip inside. If it's different than the one in the newest set, raise an alarm. |
23:22
🔗
|
SketchCow |
Now, it's not perfect. It chokes on multi-zip items and other things. |
23:22
🔗
|
SketchCow |
But in this initial run, it takes it from 1,178 items to something probably closer to 200 |
23:37
🔗
|
SketchCow |
Doing a little more hacking. Already found one that was broken. |
23:37
🔗
|
SketchCow |
I suspect this hack will more quickly surface the ones that don't work |
23:37
🔗
|
SketchCow |
But it does require downloading the new MAME sets |