All Projects → sdima1357 → specci48

sdima1357 / specci48

Licence: AGPL-3.0 license
stm32f103c8t6 spectrum emulator

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to specci48

apultra
Free open-source compressor for apLib with 5-7% better ratios
Stars: ✭ 84 (+110%)
Mutual labels:  zx-spectrum
ZXDB
Open database with historical information about Sinclair machines
Stars: ✭ 48 (+20%)
Mutual labels:  zx-spectrum
pyskool
A remake of Skool Daze and Back to Skool in Python and Pygame.
Stars: ✭ 15 (-62.5%)
Mutual labels:  zx-spectrum
6502.Net
A .Net-based Cross-Assembler for Several 8-Bit Microprocessors
Stars: ✭ 44 (+10%)
Mutual labels:  zx-spectrum
rage1
RAGE1: Retro Adventure Game Engine, release 1
Stars: ✭ 16 (-60%)
Mutual labels:  zx-spectrum
vforth-next
Z80N Forth system suitable to run on the new ZX Spectrum Next
Stars: ✭ 16 (-60%)
Mutual labels:  zx-spectrum
zxtap-to-wav
Converter of .TAP files (a ZX-Spectrum emulator data format) into .WAV sound files
Stars: ✭ 34 (-15%)
Mutual labels:  zx-spectrum
The-Great-Escape-in-C
Classic ZX Spectrum game "The Great Escape" rewritten in portable C
Stars: ✭ 95 (+137.5%)
Mutual labels:  zx-spectrum
The-Great-Escape
Classic ZX Spectrum game "The Great Escape" reverse engineered
Stars: ✭ 69 (+72.5%)
Mutual labels:  zx-spectrum
zx-spectrum-games
Collection of ZX Spectrum annotated game source code dissasemblies as .skool files
Stars: ✭ 35 (-12.5%)
Mutual labels:  zx-spectrum
salvador
A free, open-source compressor for the ZX0 format
Stars: ✭ 35 (-12.5%)
Mutual labels:  zx-spectrum
zx tape player
Just another tape player has been written in Flutter for iOS and Android. The application is able to find tapes and theirs images using https://zxInfo.dk public API and upload them to ZX-Spectrum compatible computers by the audio output of the smartphone. Now it supports TAP and TZX tape images only.
Stars: ✭ 26 (-35%)
Mutual labels:  zx-spectrum
lighthouse-of-doom
A simple text-based adventure game
Stars: ✭ 52 (+30%)
Mutual labels:  zx-spectrum
spectrum128 cpm
zx spectrum 128 emulation on stm32f407 + Grant Searle's CP/M system port ili9341 16 bit display
Stars: ✭ 29 (-27.5%)
Mutual labels:  zx-spectrum
zx-sizif-512
ZX Spectrum CPLD-based clone for rubber case
Stars: ✭ 92 (+130%)
Mutual labels:  zx-spectrum
rom
A disassembly of the ZX Spectrum ROM, created using SkoolKit.
Stars: ✭ 34 (-15%)
Mutual labels:  zx-spectrum
SpecIde
Let's try something with SFML.
Stars: ✭ 27 (-32.5%)
Mutual labels:  zx-spectrum
jetpac-disassembly
JETPAC: annotated source code disassembly of this classic 8-bit game (1983, ZX Spectrum)
Stars: ✭ 36 (-10%)
Mutual labels:  zx-spectrum
zx-spec
A unit testing framework for Sinclair ZX Spectrum assembly
Stars: ✭ 32 (-20%)
Mutual labels:  zx-spectrum
ayfxedit-improved
AYFX Editor (Improved)
Stars: ✭ 24 (-40%)
Mutual labels:  zx-spectrum

Project name: specci48

Description: Sinclair ZX spectrum48 emulator on stm32f103c8t6 & ILI9341 SPI display

Installation on ubuntu:

Status:

Work in progress... Right now only proof of concept https://youtu.be/n4u6VNxCTdA

today i have recieved new blue pill board . Seems that not every board the same , part of them 64K Older board (same price) was have 128K flash

On ili9341 board You must close(short) jumper J1 to 3.3v .Check board documentation... 5 volt can damage your stm32 Touch,Display and SD card use common (3 wire CLK,MISO,MOSI) SPI1 interface. Chip selects are different.

Credits:

  1. Sir Clive Marles Sinclair

  2. started from here: gorien for stm32f4 (last version very simular to fuse,same macros) http://forum.easyelectronics.ru/viewtopic.php?f=35&t=16592&start=150

  3. most tricks from here, but simplified & reduced and added partially instruction decoding: fuse (http://fuse-emulator.sourceforge.net/)

  4. baseline display routines from: fagcinsk (https://github.com/fagcinsk/stm-ILI9341-spi/)

  5. touch from here,completely rewritten calibration by LS 6 points: martnak (https://github.com/martnak/STM32-ILI9341)

  6. stm32 libraries from st (http://www.st.com/content/st_com/en.html)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].