Search results

  1. GnoStiC

    Uae2x 0.1alpha Wip

    hmm.. weird.. anybody else having the same probelm? btw, i forgot to mention.. your kick.rom file should be in the same directory.. i sometimes try serious "hacks" and when it fails, i don't wanna wonder if it's me or the cpu core.. so for now, i'll keep uae's own cpu core..
  2. GnoStiC

    Uae2x 0.1alpha Wip

    http://gnostic.lryiu.com/gp2x/uae2x-preWIP2.rar THIS IS NOT AN OFFICIAL RELEASE! i've modified so many things that now i want to make sure that emulation works as it should.. (with your valuable feedback) * this pre-wip2 does not have sound (as i'm trying to seperate some of the drawing and...
  3. GnoStiC

    Uae4all Gp2x 0.6.0 First Release With Integrated Fame/c

    of course :) (uae4all is mentioned in uae2x's "contains code from" credits..) and this kinda optimizations are one of the reasons for my saying of uae4all having a year head start.. chui did a lot of nice work optimizing the code.. some of his optimizations does not work for me but they give...
  4. GnoStiC

    Uae4all Gp2x 0.6.0 First Release With Integrated Fame/c

    most of our "shared uae" optimizations work on all platforms, as long as they are not platform specific and are in C. for me, i started from scratch as i wanted to know what the code was doing.. so first pass was to replace divisions and multiplications with shifts where ever i could.. second...
  5. GnoStiC

    Set_fclk Crash

    from uae4all rls info: changing SDL_HWSURFACE to SDL_SWSURFACE solved my crashing problem too.. (thank you critical)
  6. GnoStiC

    Sdl_seterror: Not Enough Video Memory

    there is a 16mb version on his web site: Paeryn's Hovel
  7. GnoStiC

    GP2X Can Anyone (with Gph's Toolchain 2.95 For Linux) Compile This?

    try this; http://gnostic.lryiu.com/gp2x/minimmu.rar OR (structure-size-boundary=8 version); http://gnostic.lryiu.com/gp2x/minimmu2.rar
  8. GnoStiC

    Uae2x 0.1alpha Wip

    first of all thanks for your e-mails about uae2x.. quick status report; i'm still working on uae2x.. don't worry two of our best agents in the field; ED and techfreak tests the experimental nightly builds now and then and report bugs.. :) but as i have a 24hours job, (i'm a sysadmin and we...
  9. GnoStiC

    GP2X Got The Conexant Cx25874 Chip To Work

    i remembered reading these somewhere and found this thread; Ac97 Codec Registers
  10. GnoStiC

    Uae2x 0.1alpha Wip

    i tried the demo again; winuae 1.3.3 (my uae conf is here: http://gnostic.lryiu.com/default.uae) after the lyric at the beginning, next ones are 3,4 and 6 minutes later and they all are synced.. i didn't have a contact from lsd, and i remember getting my copy from a swapper from germany back in...
  11. GnoStiC

    Uae2x 0.1alpha Wip

    did you try latest with winuae 1.3.3? my copy seems to work fine (with cycle-exact cpu and blitter enabled).. there is only a very small latency because of the sound buffer but it is quite synced..
  12. GnoStiC

    Uae2x 0.1alpha Wip

    i tried 0.6.2 yesterday and is it me or is this fame version skips more frames than before? (note: i just tried only one demo) i don't have a psp so i wouldn't know if gp2x uaes are faster than pspuae.. but i always thought as they have 333 mhz cpu and 3d chip (thus they could use hardware...
  13. GnoStiC

    Uae2x 0.1alpha Wip

    ah! yep.. mouse speed and floppy speed are included in the prefs.. :) fame core is not something i'm planning to add soon.. although as fol told me ric is working on it.. (fol & ric of pspuae) depending on the stability, i may request their sources.. :)
  14. GnoStiC

    Uae2x 0.1alpha Wip

    status: removed >68000 cores removed AGA added savestates (i had no idea they would be so useful) added hardfile support (don't know if it works yet) transparent virtual keyboard (looking for a volunteer to draw me a keyboard, i just draw one with paint, it looks bad) i remember adding some...
  15. GnoStiC

    Uae2x 0.1alpha Wip

    uae2x is based on latest e-uae 0.8.29w3.. i may be wrong but uae4all seems to be based on uae 0.8.22.. uae4all includes fame core, uae2x does not.. uae4all includes several patches/optimizations (they have a year headstart :rolleyes:), uae2x is not yet fully optimized.. uae2x supports...
  16. GnoStiC

    GP2X Got The Conexant Cx25874 Chip To Work

    enable/disable tv out : 0x2800 set/unset PAL/NTSC video modes: 0x2818 center the screen: which register do you use here?
  17. GnoStiC

    Uae4all Amiga Emulator Port To Gp2x

    great news :) thanks critical (and chui & fox68k)..
  18. GnoStiC

    Uae4all News

    hmmm.. with this new core and etc, i guess it'll be harder for me to beat uae4all :}
  19. GnoStiC

    Uae2x 0.1alpha Wip

    i had time to work on uae2x again today but it's not ready for a wip2 release yet :/ i resolved the random crashing bug i had, which was keeping me from moving forward.. it's now *very* compatible and should be able to run any games and programs.. BUT still lotsa optimizations left since i've...
  20. GnoStiC

    Asm Function

    first of all, sorry if this is already discussed before.. this is C version: /* BTST.L Dn,Dn */ unsigned long REGPARAM2 CPUFUNC(op_0100_0)(uae_u32 opcode, struct regstruct *regs) { uae_u32 srcreg = ((opcode >> 9) & 7); uae_u32 dstreg = opcode & 7; {{ uae_s32 src = m68k_dreg (regs, srcreg); {...
Back
Top