exoscoriae / eXoDOS

eXoDOS
65 stars 3 forks source link

3D Baller (1996) #5150

Closed Python-Exoproject closed 2 weeks ago

Python-Exoproject commented 1 month ago

Discord user Waswat reported that this game asks for the sound card address\irq\dma as free text fields on startup but there is no mention of what these should be. User note needs to be added informing what values to use

TimberlAndRE-de commented 1 month ago

It can be solved by using "KPUSH.COM" (it's in \eXoLanguagePacks\eXoDOS\German\tools on the Syno)

Place the KPUSH.COM file in the game folder and call it in the dosbox.conf:

@mount c .\eXoDOS\3DBaller
c:
cls
kpush "1" CR "220" CR "7" CR "1" CR
@baller
exit
exoscoriae commented 2 weeks ago

great work. done