| X30 / X3 / X3i Forums Talk about anything related to the X30 / X3 / X3i. |
|
08-04-04, 10:37 AM
|
#1 (permalink)
|
|
Aximsite Prospect
Join Date: Jul 2004
Location: Brklyn, NY
Posts: 6
Thanked 0 Times in 0 Posts
|
Pocket PC Amiga Emulator! PocketUAE
Good news....
Amiga emulator for PPC.
http://pocketinsanity.sourceforge.ne...hp?content=uae
I have not tried it yet. (Hopefully tonight) I really wonder the emulator speed.
OnuR
|
|
|
|
08-04-04, 10:51 AM
|
#2 (permalink)
|
|
Aximsite Major League
Join Date: Jun 2003
Location: I am Canadian
Posts: 328
Thanked 0 Times in 0 Posts
|
Let us know how it goes.
Mike
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|
|
|
01-07-05, 06:54 PM
|
#3 (permalink)
|
|
Aximsite Prospect
Join Date: Jul 2004
Location: Brklyn, NY
Posts: 6
Thanked 0 Times in 0 Posts
|
Finally! A working version of Pocker UAE
There is now a working version of Amiga Emulation,
Here is the link for the file
Pocket UAE SE
or you can try the main thread:
http://sourceforge.net/forum/forum.p...orum_id=389665
It is slow though. But it is great to see amiga again.
OnuR
Some pictures:
|
|
|
|
01-10-05, 09:33 AM
|
#4 (permalink)
|
|
Aximsite Rookie
Join Date: Jan 2005
Posts: 21
Thanked 0 Times in 0 Posts
|
Starting use emulator
[QUOTE=onurbaser]There is now a working version of Amiga Emulation...
I've tried it with no success, I've found no installation documentation...
Once unpacked and copy a kickstart (1.3) in roms folder, i found a file "stderr" that list a lot of parameters so, using notepad, I've edited ".uaerc" and modified kik rom name.
Launch again and error is:
Trying to use Kickstart replacement.
Follow sprite mode set
No disk in drive 0.
Building CPU table for configuration: 68020
virtual memory exhausted
Internal error; file missing.c, line 31
Curious the error "virtual memory exausted" I've 10M free!!
Someoune could help me?
Thanks.
|
|
|
|
01-10-05, 10:10 AM
|
#5 (permalink)
|
|
Aximsite Prospect
Join Date: Jul 2004
Location: Brklyn, NY
Posts: 6
Thanked 0 Times in 0 Posts
|
|
Originally Posted by Bubugian
|
I've tried it with no success, I've found no installation documentation...
Once unpacked and copy a kickstart (1.3) in roms folder, i found a file "stderr" that list a lot of parameters so, using notepad, I've edited ".uaerc" and modified kik rom name.
Launch again and error is:
Trying to use Kickstart replacement.
Follow sprite mode set
No disk in drive 0.
Building CPU table for configuration: 68020
virtual memory exhausted
Internal error; file missing.c, line 31
Curious the error "virtual memory exausted" I've 10M free!!
Someoune could help me?
Thanks.
|
First of all try not to use 68020 with kick 1.3. It may be the problem ;-)
There is no documentation. But it should have worked as soon as you put x.rom to /roms and put an disk image (x.adf) to to disks folder. You only need to modify the floppy0 and roms part in .uaerc . I suggest use Total Commander. (And make sure you downloaded Pocket UAE SE, the original version does not work @ AximX30)
Here is my .uaerc configuration that works under Built-in Storage of Axim X30-H:
Hopefully it helps...
|
Code:
|
########################################
## PocketUAE Sample Config 22.07.2004 ##
########################################
# Specify your Kickstart ROM-File here:
kickstart_rom_file=roms/kick1.3.rom
# Specify CPU type (e.g. 68000, 68010, 68020, 68020/68881)
cpu_type=68000
# Specify Chipset type (e.g. aga, ecs, ecs_agnus, ecs_denise, ocs)
# (You can leave it commented-out for A500)
#chipset=aga
# Specify CPU/Chipset speed relation (e.g. max, real, or a number between 1 and 20)
# (Try to play around with this :) )
#cpu_speed=real
#cpu_speed=max
cpu_speed=max
# Size in n*512 kilobytes of chip-memory
chipmem_size=4
# Size in n*256 kilobytes of bogo-memory at 0xC00000
bogomem_size=0
# Size in n*megabytes of fast-memory
fastmem_size=0
# Size in n*megabytes of Zorro-III expansion memory
z3mem_size=0
# PLEASE DO NOT CHANGE ANYTHING IN THIS BLOCK!
gfx_width=320
gfx_height=240
gfx_lores=yes
gfx_center_vertical=simple
gfx_center_horizontal=simple
gfx_linemode=none
# Specify yes for fullscreen (landscape) or no for windowed mode (will not show all amiga screen content)
gfx_fullscreen_amiga=yes
# Specify amount for frameskipping (draws all n frames, this means gfx_framerate=1 uses no frameskip)
gfx_framerate=5
# Specify which directory (on your PocketPC) to use for Amiga-HDD emulation (yes, it works! :) )
#filesystem=rw,HDD:/uae/hdd
# Specify which harddisk-image to use for Amiga-HDD emulation (you may use your WinUAE images here :) )
#hardfile=rw,32,1,2,512,/uae/hdd.hdf
# Specify which floppy-image to use in which drive
# PLEASE NOTE: As there's no gui yet, you can't switch disks ingame, yet!
floppy0=disks/kingsquestIII.adf
#floppy0=disks/Superfrog - Disk1.adf
#floppy1=disks/Superfrog - Disk2.adf
#floppy2=disks/Superfrog - Disk3.adf
#floppy3=disks/Superfrog - Disk4.adf
# Specify Sound-Output (e.g. normal for normal, interrupts for none, this still simulates sound for apps and games)
sound_output=normal
#sound_output=interrupts
# You may change this, but you shouldn't. Really. :)
sound_channels=mono
sound_bits=8
sound_frequency=11025
# Please do NOT use a value smaller than 2756, this does not work correctly yet, I'm still working on this issue!
sound_min_buff=2756
sound_max_buff=2756
# Specify mouse and joysticks (you should not change this, as this works for most games)
joyport0=mouse
joyport1=kbd2 |
:)
|
|
|
|
01-14-05, 11:30 AM
|
#6 (permalink)
|
|
Aximsite Prospect
Join Date: Dec 2004
Posts: 6
Thanked 0 Times in 0 Posts
|
Woah.. I've got this on an X5 and the frame rate for A500 games is quite slow...
but it works! Only thing is I can't find a fire button. The instructions suggest a record or volume control but they don't seem to work.
|
|
|
|
05-30-05, 08:09 AM
|
#7 (permalink)
|
|
Aximsite Rookie
Join Date: Jun 2004
Location: sacramento
Posts: 26
Thanked 0 Times in 0 Posts
|
worked on my dell x30, king of chicago by cinemaware, but the buttons and mouse taps dont work so its unplayable... i skimmed the forum in pocket insanity and it said there somewhere that you can play defender of the crown....
|
|
|
|
02-23-07, 11:47 AM
|
#8 (permalink)
|
|
Aximsite Rookie
Join Date: Dec 2006
Location: Columbus, OH
Posts: 43
Thanked 0 Times in 0 Posts
|
anyone got it to work on x50v?
|
|
|
|
02-25-07, 10:44 PM
|
#9 (permalink)
|
|
Aximsite Minor League
Join Date: Oct 2004
Location: UK
Posts: 164
Thanked 2 Times in 2 Posts
|
Originally Posted by leckig
|
|
anyone got it to work on x50v?
|
Here's a screenshot of it running on my X51v, all I have to do now is find out how to play the games
__________________
HP Jornada 568 -> Dell Axim X30 Mid -> Dell Axim X51v
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:03 PM.
Powered by vBulletin® Version 3.8.2 Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-10 LeckMedia, LLC
|
| |