JerryBlade
Member
- Joined
- Oct 3, 2008
- Messages
- 148
How many files did you have in there originally? I want to look into this.
bzfrank said:Thanks for that emulator! The Apple ][+ was my second computer back in my younger days (right after a TRS-80 Model 1) and being able to play Rescue Raiders and Crisis Mountain again on the Pandora after all these years puts a big smile on my face...
Eisner said:Just tried Ultima IV.. Works ok but had problem getting it to start. Once I mounted disk 1 and disk 2, I had to press Function F2 to start. Is that correct ?
Also I did not hear any sound. Should there be ?
Thank you,
JerryBlade said:Eisner said:Just tried Ultima IV.. Works ok but had problem getting it to start. Once I mounted disk 1 and disk 2, I had to press Function F2 to start. Is that correct ?
Also I did not hear any sound. Should there be ?
Thank you,
Yes - you need to mount the disk(s) with F3/F4 and then F2 to basically boot it. Sound should work fine. I have not had any issues aside from the occasional hiccup and stutter that can be mitigated by raising the clockspeed of the Pandora. Have you tried activating the Mockingboard from the Ultima IV menu[(A)ctivate, (O)ne, (3) Mockingboard A or C, (4) Enter a number between 1-7] ? Does sound work in other games? If so, it might be your disk images?
JerryBlade said:I have actually been working on this, but since it is completely different than how the emulator routines are coded, it's not such a simple change. I am trying to come up with an elegant solution that doesn't require rewriting all of the keyboard and joystick emulation code.
All of the IJKL games would be great using the d-pad, etc... I totally agree.
#######################################################################
#
# Custom Keyboard Mapping
# Map the following Keys using ASCII values (A-Z = 65-90)
A Button = 85
B Button = 79
X Button = 0
Y Button = 0
R Button = 0
L Button = 0
U Keypad = 73
D Keypad = 75
R Keypad = 76
L Keypad = 74
#######################################################################
#
# Custom Keyboard Mapping
# Map the following Keys using ASCII values (ex: A-Z = 65-90)
A Button = 0
B Button = 0
X Button = 0
Y Button = 0
R Button = 0
L Button = 0
U Keypad = 0
D Keypad = 0
R Keypad = 0
L Keypad = 0
Lode Runner.dsk - A Button = 85
Lode Runner.dsk - B Button = 79
Lode Runner.dsk - X Button = 0
Lode Runner.dsk - Y Button = 0
Lode Runner.dsk - R Button = 0
Lode Runner.dsk - L Button = 0
Lode Runner.dsk - U Keypad = 73
Lode Runner.dsk - D Keypad = 75
Lode Runner.dsk - R Keypad = 76
Lode Runner.dsk - L Keypad = 74
naples39 said:I was trying this out the other day--how do you set it up to play games that used a joystick on an Apple II machine? Can it be done?
#######################################################################
#
# Joysticks, those sticks of joy! There may be 2 joysticks at the same time
# 0 - joystick disabled
# 1 - use PC joystick #1 or #2, for corresponding joystick
# 2 - Keyboard standard <depreciated on Pandora>
# 3 - Keyboard centered <depreciated on Pandora>
# 4 - Use mouse as a joystick. Rather interesting thing, try it. Useful in Fantavision(tm)
Joystick 0 = 1
Joystick 1 = 0
#######################################################################
#
# Joystick Buttons can be configured as follows:
# 0 - button disabled
# 1 - A Button
# 2 - B Button
# 3 - X Button
# 4 - Y Button
# 5 - R Button
# 6 - L Button
Joystick Button 0 = 1
Joystick Button 1 = 3
Joystick Button 2 = 4
naples39 said:I can move around with the left nub fine after selecting the joystick in the game menu, but no luck on the joystick buttons. My .conf file is like your example, which is default anyway. Anything else I'm forgetting to do?
JerryBlade said:naples39 said:I can move around with the left nub fine after selecting the joystick in the game menu, but no luck on the joystick buttons. My .conf file is like your example, which is default anyway. Anything else I'm forgetting to do?
It looks like I broke joystick buttons with the latest update <eep!>. I am working on it now and will have a fix up shortly