Jump to content

DICE .7 Released


joe35car

Recommended Posts

Posted

Damn, you were fast bringing the news! Thanks for the heads up.

Still no Death Race, but 4 new games (Quadrapong being one of them) and sound for Space Race is more than enough to make me happy :)

Posted

Still struggling setting this one up in HS.

Got this in the xml:

<game name="Anti-Aircraft">

<description>Anti-Aircraft</description>

<manufacturer>Atari</manufacturer>

<year>1975</year>

</game>

This in the ini:

[exe info]

path=K:\Emulators\DICE\0.7\

rompath=K:\Emulators\DICE\0.7\

userompath = true

exe=dice.exe

romextension=lnk

parameters=

searchsubfolders=true

pcgame=true

winstate = HIDDEN

hyperlaunch=false

And then I have shortcuts to dice.exe named as roms

e.g. Anti-Aircraft.lnk

Just opens the GUI, windowed with the splash screen.

What am I doing wrong? Should I create a ahk?

EDIT: AHK File:

;------------------------------------------------------------------------------;
;	DICE
;------------------------------------------------------------------------------;
else if (systemName = "DICE" && (executable = "dice.exe"))
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Runwait, "%EmuPath%%Executable%" "%romName%"
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...