Browsed by
Tag: emulators

Booting Batocera on Dell Optiplex Micro PC

Booting Batocera on Dell Optiplex Micro PC

I had issues with my Dell Optiplex 3050 micro PC not booting via UEFI into Batocera Linux. When trying to boot, I was stuck on a black screen with the message “Booting Batocera.linux” but the system wouldn’t continue to boot. If I switched the Dell Optiplex BIOS to use “Legacy” boot then it worked, but then the PC wouldn’t recognise other OS installations if I swapped out Batocera, and I didn’t want to have to keep fiddling with the BIOS…

Read More Read More

Built-in Emulators on the Raspberry Pi

Built-in Emulators on the Raspberry Pi

Here are a few emulators that I’ve found that are easy to install on a standard installation of Raspberry Pi OS (formerly known as Raspbian). To install them, use the following command: – sudo apt install <package-name> Without further ado, here’s the list: – fuse-emulator-gtk – ZX Spectrum osmose-emulator – Sega Master System / Game Gear stella – Atari 2600 openmsx – MSX nestopia – NES desmume – Nintendo DS dosbox – DOS yabause – Sega Saturn mame – MAME…

Read More Read More

Starting Emulator Development

Starting Emulator Development

Writing an emulator for a CPU or entire system is a great programming project. Some of the old 8-bit CPU’s can be emulated fairly easily and running them at a decent speed isn’t a problem for modern PC’s. In addition to the CPU, code will be needed to emulate any graphics and sound hardware too. Here are some notes on where to start. CHIP-8 Chip 8 is usually the first place to start – its actually an interpreted programming language…

Read More Read More

Emulation for Retro Gaming

Emulation for Retro Gaming

Emulation is hardware or software that allows one computer system to behave like another. In the world of retro gaming this means that a newer more powerful system can pretend to be an older console or computer and old software can be loaded. Emulators for various old games platforms are available to run on different systems – Windows, macOS, even in web browsers. Alternatively, full retro gaming setups containing multiple emulators can be used, such as Batocera for PC’s, or…

Read More Read More

ZX Spectrum Emulator on macOS

ZX Spectrum Emulator on macOS

The best ZX Spectrum emulator that I found for macs is Fuse for macOS. The latest version of Fuse for macOS is 1.5.6 which was released in August 2019. Even though this is a little old, it seems to work fine in 64-bit only macOS Catalina. All of the main ZX spectrum versions are available, from 16K, 48K, 128K, +2, +3, together with some more unusual versions. (Pentagon 1024K anyone?)