r/fantasyconsoles

▲ 21 r/fantasyconsoles+2 crossposts

SVC16 - A virtual computer that now runs live in the browser (WASM)

Hello everyone,

it has been a year since I last posted about this project of mine.

I have to remember to advertise if I want to reach people who might be interested in it.

SVC16 is a simple virtual console that is fully specified. It is a good starting point for building compilers, but it is also meant for people who like the idea of optimizing for retro consoles... but are put off by the arbitrary stuff you need to put up with.

With SVC16, programs always run at exactly the same speed; they are completely deterministic, and there is exactly one version of the console.

The reason I am posting about this again is that I finally have a working version of the emulator on the web, and you can just play your ROMs in the browser. Of course, everyone who would have written a compiler for it (and some people actually have) could have compiled the emulator or even built one from the spec.

But I think it is much more motivating to build something if you can easily share it with others.

reddit.com
u/Bowtiestyle — 6 days ago

Project Semi-Fantay-Console Mecha-Tortoise

Hello I'm working on a project to make kind of "Fantasy Console", the main objetive is to target low specs SBC I'm testing a Orange Pi Zero 3 (1.5GB), The idea is have cartridges with a microSD indise and this connect to a reader on the pins or USB reader (the idea is to turn into cartridges), the "consoles" will have armbian as SO with a loader to detect and init the the cartridges (pygame exported projects)

Includes a prebuilt multilanguage, dialogue system and save system

The semi-fantasy-console will have 264 x 198, (4:3 but probably will change to one 16:9 compatible one because probably everyone will connect the sbc using HDMI)

I admit the use of AI to make TortoiseStudio the tool, to manage assets, scenes and compile to "Cartridge", the compilation to ARM uses podman,

The assets of the demo project comes from opengameart.

Advise: this is not related to my another post of a fantasy console for the ESP32 is another project. this one is to learn more to aply to another

u/Lozamded — 6 days ago
▲ 24 r/fantasyconsoles+2 crossposts

40 Column Dot Matrix Printer for HC-77B Emulator

Final release in the HC-77B Single Board Computer project. Adds a 40 column 5x7 dot matrix printer and text editor in ROM.

Text editor loads from address $C000. Supports lines upto 256 characters long. About 3.5K available for document storage. Load/Save documents from/to cassette tape. Single line editing - move cursor along line to remove/add characters from chosen position. Insert/delete lines mid document or append to end of document. Then send output to attached dot matrix printer.

Printer outputs a realistic 5x7 dot pattern at a realistic print speed. paper scrolls up as per real printer. Scroll bar lets you see what's been printed beyond the window view. Menu option to save document as a PDF which can then be printed on your regular printer.

https://github.com/tmcd35/HomeComp

u/HomeComp1977 — 13 days ago