HOW TO RUN DYNAMITE JOE WITH DOSBOX-X 1. Download and Install DOSBOX-X from their website "https://dosbox-x.com". 2. At the place where you've installed DOSBOX-X, go into the "dosbox-x.conf" file (open it with NOTEPAD). 3. Scroll down in the file until you see a list looking like this: # language = title = fastbioslogo = false startbanner = true bannercolortheme = default dpi aware = auto quit warning = auto working directory option = default working directory default = show advanced options = false resolve config path = true hostkey = mapper mapper send key = ctrlaltdel ime = auto synchronize time = false machine = svga_s3 captures = capture autosave = saveslot = 1 savefile = saveremark = true forceloadstate = false a20 = mask memsize = 128 nocachedir = false freesizecap = cap Once you've located this list, change the value next to "memsize" to 128. (This is the amount of RAM dosbox-x will assign to the game, DOS can't handle more then 128MB of RAM efficiently, so any more would just be a waste of RAM.) After that, scroll further down into the file all the way to the bottom, and underneath the last line you type/insert this formula (filled in correctly): imgmount c "[Location of your hdd-2gb.img]" imgmount d "[Location of your DJ.iso]" -t "iso" -fs "iso" -ide "2m" So after you're done, it would look something like this example: [autoexec] # Lines in this section will be run at startup. # You can put your MOUNT lines here. imgmount c "C:\Dynamite Joe (patched)\hdd-2gb.img" imgmount d "C:\Dynamite Joe (patched)\Dj Backup.iso" -t "iso" -fs "iso" -ide "2m" 4. Open Dosbox-x, and then enter the following commands: c: dj Then at the top, go 'CPU --> emulate CPU speed --> and change the setting depending on how the game runs (the default will run the game way too fast). For me the '486DX5 133MHz (~47810 cycles)' runs the game perfectly, but depending on your computer you might get better results with other options, so try them out for yourself. Enjoy playing! NOTE: Windows 98 is installed on this drive, so if you would give the command "Boot c:" Windows 98 will start, however the game currently only works within DOS itself, since I've installed and patched it withing DOS using the inbuild tools of DOSBOX-X. I might create a patch later on that works on Windows 3.1/95/98, but this version won't work withing those.