Any way you could send me an SD Card image? I want to do some testing with how SmileBASIC works internally, and since the disk image has an SB interpreter, I want to see if the parser is the same as SB 3DS
I got a Pasocom Mini



Any way you could send me an SD Card image? I want to do some testing with how SmileBASIC works internally, and since the disk image has an SB interpreter, I want to see if the parser is the same as SB 3DSDone. It is encrypted I believe, though, so I'm not sure how you will get anything out of it. Good luck trying, though.
I was thinking about buying one but I couldn't really find out how, plus it was expensive and slower than normal SB. And I doubt it will ever get updates from smileboom.Wasn't that hard, I just bought it off of Japan Yahoo Auctions. I used a package forwarding service called Zenmarket. Yeah, it definitely feels overpriced, cost me quite a bit. It is a cool device, though, I like it not only for the SmileBASIC aspect but I love Z80 assembly and retro computers, so I find the MZ-80K emulator aspect of it to be really fun to play around with. It's very unlikely it'll get updates, but not impossible. There's a folder for you to put your SmileBASIC code and your MZ-80K software in, and right next to those is an "UPDATE" folder. It's possible they have a system to allow you to update it by placing the update in this folder. Doesn't mean they'll actually release any updates for it, though.
Could you please explain your claim about the 3ds' GPU aiding performance? I thought it was all done by the CPU.A very large amount of SB's advanced graphics features (sprites in particular) are quite obviously handled by the GPU to some capacity. Otherwise, the stereo 3D effect would run too slow (and why would you remake it yourself?). Yes, SB runs in an interpreted sandbox, but the sandbox can still just use the GPU do to all the heavy graphics work. Sprites, for example, seem to just be textured quads; the GRP page being a texture atlas that the sprites uv-map their textures from. Not only are sprite transforms extremely efficient, but the internal pixel format of GRPs is one of the pixel formats supported for textures by the 3DS GPU, the DMP PICA200.
Why is the video feed quality so low?Because I don't have a rig or capcard capable of capturing clean HD footage. That's really expensive.
It has a 24 GFLOPS BROADCOM Videocore IV, which is about 5x as powerful as the 3DS's PICA 200.Oh? Well it's likely just not using the GPU then because it is slower when it comes to graphical commands, and all commands in general, than the new3DS.
I believe the CPU is quad-core though.This only matters if SmileBASIC is parallelized. Do we know if it is parallelized or not?
...is the builtin keyboard just for show?Yeah, the screen is just for show, too. It really is just a $25 Raspberry Pi 1.1 with a fancy case. Although, the screen is modular, so it's possible to install a real screen, which a lot of people have done. The keyboard, though, it's so dang tiny you wouldn't want to type on it anyways. It's not modular so there's no hope in replacing it with a working keyboard.