Search results

  1. N

    The MIST FPGA

    Try disabling Fast RAM with the latest core, it's been reported to work with WHDLoad in the MiST forums.
  2. N

    The MIST FPGA

    Can you try booting with the .adf disk images? In my experience it's very sensitive to the ROM version that you use, and that's a quick way to check. Also I think it's best to format the .hdf from inside the MiST (after creating a blank file from a PC). I've installed workbench 3.1 within...
  3. N

    The MIST FPGA

    The C64 core is not as mature as the others. It lacks disk support so it loads .prg files directly into memory (super fast, but won't run multi disk games), and the VGA output isn't very standard so causes more issues with many displays then other cores (unless you have a good upscaler). It is...
  4. N

    Apple Ii Emu For Caanoo?

    Indeed. Porting it to the Cannoo is not a simple recompilation. I tried it ... but didn't get far (as told in another thread). I might try again if somebody could point me to code for a virtual keyboard... otherwise, I'd need to learn to write one for the Caanoo first, which is a bit harder...
  5. N

    Frodo (C64 Emulator)

    Would you have an example of code for a virtual keyboard?
  6. N

    Learning To Port?

    You need C++, lots of patience and persistence, and some good Google-fu.
  7. N

    Time To Reach Emulator Maturity?

    If you want to learn writing an emulator, you can start coding a Chip8 emulator. Its probably the simplest thing emulated out there, so gives you the basics. It gets more complicated from there, ie coding a NES emu requires much more effort.
  8. N

    Caanoo / WIZ Caanoo Sdk, Debugging

    Thanks, that's exactly what I needed to know. I'll try to find a Windows usbnet driver then...
  9. N

    Pay For Frozen Bubble?

    I'm no expert but didn't the GPL allow for commerical use as long as the source is available? I think there's paid iPhone version of some open source games as well, eg. Battle for Wesnoth.
  10. N

    Caanoo / WIZ Caanoo Sdk, Debugging

    Would you have any examples on how to do debugging via USB from Windows? Is it just a matter of running cygwin and a telnet? But how to point to the device?
  11. N

    Apple Ii Emulator?

    So my plan is to get a Windows build running well enough so I can develop a Caanoo GUI more easily. The Pandora port did a bit of UI, but since it has a proper keyboard it doesn't need too many changes. The Caanoo will need at least a virtual keyboard and maybe some menus to load a new disk and...
  12. N

    Apple Ii Emulator?

    No, but I really want to play AppleII games on the go. :) It turned out recompiling this was much easier than I expected. But it's far from being usable - I'll celebrate when something boots in it.
  13. N

    Apple Ii Emulator?

    Ok so I bit the bullet and gave it a shot myself. After a bit of tweaking wih the original source and the Pandora port, I managed to get a gpe file linked. Quite an encouraging start but obviously it doesn't work - half black screen afer loading. Well, at least it did somehing :) What I did is...
  14. N

    Magic The Gathering Life Counter

    If it's just to keep track of life points for one player, maybe you can use a calculator app that can repeat the last operation? (then push the button times the hp lost) ;) Or which kind of feature would you want it to have? (2players, counters come to mind, but those are trickier to do...
  15. N

    Apple Ii Emulator?

    Is it possible to compile the source on the Caanoo? It's probably easier to build on a PC, but you would need to have all the right dependency libraries. I would imagine those might already be in the machine itself?
  16. N

    Apple Ii Emulator?

    It was finally done... but on the Pandora: http://www.gp32x.de/board/index.php?/topic/59229-apple-emulator-for-pandora/ Looks like using Linapple as base is the way to go. From what I read, they recompiled it on the machine itself to get it to run?
  17. N

    Apple Ii Emulator?

    Would somebody be interested in porting an Apple II emulator for the Caanoo? Just the older systems (//e and //c) would be enough, altough there are sources for GS as well (e.g. an SDL version of KEGS available here: KEGS SDL) There is an emu for the DS (pomDS) which has a really nice...
  18. N

    Caanoo, Noticeably Brighter On The Lower Part Of The Screen

    After using the machine for longer, I noticed that the screen brightness differences depend on how you hold the device. If you tilt the top of it towards you, then the problem dissapears. Conversely if the top is leaning away from you then the issue is stronger. So a kind of fix is to hold the...
  19. N

    Caanoo / WIZ Developing For The Caanoo With Ms Visual C++ ?

    Has anybody successfully built binaries for the Caanoo using Visual Studio? I prefer it over other IDEs such as Dev-Cpp or Code::Blocks, but I'm a bit concerned it might need significant setup for it to work. I suppose I might need to just use it as IDE and use the Windows compiler provided on...
  20. N

    Does The Caanoo Need A Wiki?

    A separate wiki is more work but I think it would be better. The Wiz and the Caannoo are similar technically but software still needs to be ported and recompiled. From this perspective, there is quite a big gap between the two, and info for the Wiz does not apply to the Caanoo. A dedicated wiki...
Back
Top