
As I guessed, it is indeed based on a Pi 1.1 A+.

Its performance is better than the original 3DS but worse than the new 3DS.
One thing good though is it has almost exactly 64 MiB of memory to work with, which is a lot more than the 3DS.
The "XSCREEN" command now is used for changing the resolution of the screen. It's by default 640x360. But you can change it to as high as 1280x720. You can even change it to the 3DS's resolution for compatibility.
It isn't just SmileBASIC. The case of the thing is designed to resemble the Sharp MZ-80C, which is a model from the Sharp MZ-80K line of computers made by Sharp in the early 80s of Japan. This computer has a mode called "HAL-MONITOR" that you can emulate MZ-80K games on.
Like the NES mini or the SNES mini or the Genesis mini, this is an MZ-80C mini, and so it can emulate MZ-80K games.
You can also control the emulator through SmileBASIC.

This code will clear the Z80 emulator's memory, inject some code into it, run it, wait until it finishes, then display the results.
There's also a disassembler in here, so you can convert Z80 machine code back into assembly.
Since this is a Pi, there's also new commands to interact with the GPIO pins. This means you could make external hardware for it and program the drivers in SmileBASIC. It has I2C commands as well.
It supports several USB devices, including keyboards, mice, controllers and surprisingly, even drawing tablets, which it has commands for handling all of them.
You also don't need any complex hacks to get files on and off this thing. You can simply copy regular text files with SmileBASIC code onto its SD card and it will recognize them. There's no "SmileBASIC file" with this. It just uses regular text files that you can easily transfer between your computer and the machine.
They also redid the file system. It's now a traditional file system with folders. You have a "CHDIR" command to move in and out of folders and such.
Audio is handled very differently. You now have multiple channels in which you can use to play waveforms. (BGMPLAY and WAVESETA don't work.) It's quite confusing actually, I've not figured it out yet.
Anyways, it's pretty cool! I found it easy to start coding on and quickly ported some software I made to it without too much struggle. Most things will need some modifications to work, but it shouldn't be too hard.
I ported Ringman to it which you can see here:
https://www.youtube.com/watch?v=5DhhRJvg4xQ