Search results

  1. foft

    68K hybrid emulation

    Yeah exactly. I got qemu working quite well. Also TomB offered some advice on how to get the uae jit ported, so I can try that later. I have a cache problem I thought might be well known here. Linux is not told about 500GB of the DDR ram, so its for the FPGA or CPU to use. However if I mmap it...
  2. foft

    68K hybrid emulation

    Well I have the hardware side done. That is in vhdl and verilog. So now can mmap the Amiga hardware registers and chip memory from Linux. So looking for a 680x0 jit that I can use standalone. Give it some memory space or access functions and tell it to run. 1618556341 It’s a dual cortex a9 cpu...
  3. foft

    68K hybrid emulation

    Hello! Its a long time since I've been on the Pandora forums! Back in the day I ported the atari800 emulator and gemrb and stuff. Anyway I'm now mostly playing with FPGAs. I recently tried to add Amiga hybrid emulation to the MiSTer. This is when we use the FPGA for the main system hardware...
  4. foft

    Toddler Pandora addiction!

    Has anyone run into Toddler pandora addiction problems?! My 2 1/2 year son discovered it and started drawing squares on the screen with the stylus. He had such a meltdown when I took it away since I couldn't supervise him with it! 'Want the Pandora, Want the Pandora, Pandora', for about an...
  5. foft

    Keymat Layout - the Final Poll!

    https://en.m.wikipedia.org/wiki/Parkinson%27s_law_of_triviality
  6. foft

    MCC-TV

    http://www.scrameta.net Specifically... manual: FPGA Atari 800XL manual mcctv/atari 5200: atari5200core_NTSC_COMPOSITE.arg mcctv/atari 800: atari800core_PAL_COMPOSITE.arg atari800core_NTSC_COMPOSITE.arg mcc216/atari 5200: atari5200core_NTSC_SVIDEO.arg atari5200core_NTSC_VGA.arg...
  7. foft

    MCC-TV

    I added better usb support (keyboard, hubs, joysticks, 2600daptor,5200daptor) to the mcc216 and mcctv for the Atari800 core. Also there is now an Atari 5200 core.
  8. foft

    MCC-TV

    Nice video. Just a small note that the Atari 800 core is available for the MCCTV. However it has no keyboard support yet... The USB side is a little tricky because the FPGA is connected to the D+/D- lines so the cores need to handle the complexity of USB themselves. Its much more complicated...
  9. foft

    MCC-TV

    Just had a look at the compatibility spreadsheet NML32 made. In terms of Spectrum and 2600. Looks like Spectrum core is ok(90% works) while 2600 is poor (50%). If anyone gets one to try the Atari 800XL core there are newer beta builds to try on my website. http://www.scrameta.net. edit:To...
  10. foft

    GemRB 0.8.0 bg1 fails (GUI Script Engine missing error)

    With this version? http://repo.openpandora.org/?page=detail&app=gemrb-31292
  11. foft

    GemRB 0.8.0 bg1 fails (GUI Script Engine missing error)

    It loads the python 2.6 library. Without the clean install I guess this is still around. A workaround... Run this in terminal: sudo ln -s /usr/lib/libpython2.7.so.1.0 /usr/lib/libpython2.6.so.1.0
  12. foft

    GemRB 0.8.0 bg1 fails (GUI Script Engine missing error)

    Confirmed that a working install fails with a fresh 1.60 flash... Will find out why.
  13. foft

    GemRB 0.8.0 bg1 fails (GUI Script Engine missing error)

    I'm doing a complete install, will see what happens. Perhaps the upgrade method leaves some bits around - which make it work...
  14. foft

    GemRB 0.8.0 bg1 fails (GUI Script Engine missing error)

    Sorry missed this thread and despite reading ED's posts missed the PM for a month or two! So it works on 1.55, but not on 1.60? I've not updated Super-Zaxxon for ages, I should update and see why it fails...
  15. foft

    Anyone into cars as well? Pandora dashboard?

    One of the guys I used to work with left his full time job to create a programmable car plugin (see link)... I'm impressed at anyone brave enough to go out and build their own hardware. I'm just a wage slave who sits coding C++ all day... for now:-) He is very thorough so I think the device will...
  16. foft

    720p? 1080p? 1440p?

    These ultra high res screens will be helpful for Oculus Rift if nothing else...
  17. foft

    More FPGA spam - dual Arm V9 and Cyclone V

    Just saw that Terasic have released the Sockit board based on Altera's Cyclone V with embedded Arm V9. They are soooo awesome, would love a Pandora 2 with one of these. Shame its not going to happen - very expensive and I guess take too much power. But still would be awesome...
  18. foft

    Release Gemrb 0.8

    For iwd try deleting the cache dir. This fixed it for me. I'll double check the sword and dream sequence bug (on this and x86 build) then report upstream. In August - away from a computer until then...
  19. foft

    iPhone emulation scene - dead?

    An FPGA board for the Pandora case would rock. Guess many parts of the existing layout can be used. I have yet to design a pcb though so not worth asking Ed yet! I've just got a reflow oven and am going to design some pcbs but that would be a little over ambitious for the first!
  20. foft

    iPhone emulation scene - dead?

    Thanks for the tips. I wasn't aware of RetroArch. I've installed it and will give it a try. Perhaps at 2,3,4 or even 5am - baby sleep training - uff:) I'm working on an fpga project at the moment to replicate the Atari800. Reminds me just how much work writing emulators from scratch is!
Back
Top