1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 12:32:24 +00:00

AltairZ80: Adds Cromemco DAZZLER and JS1 devices

Adds Cromemco Dazzler and JS1 joystick devices
Adds vid_render_set_logical_size() to sim_video.c
This commit is contained in:
Patrick Linstruth
2024-05-23 15:15:29 -10:00
committed by Mark Pizzolato
parent a79fc59d06
commit 318f44eda5
6 changed files with 836 additions and 9 deletions

View File

@@ -2072,6 +2072,7 @@ ALTAIR_OPT = -I ${ALTAIRD}
ALTAIRZ80D = ${SIMHD}/AltairZ80
ALTAIRZ80 = ${ALTAIRZ80D}/altairz80_cpu.c ${ALTAIRZ80D}/altairz80_cpu_nommu.c \
${ALTAIRZ80D}/s100_dazzler.c \
${ALTAIRZ80D}/s100_tuart.c \
${ALTAIRZ80D}/s100_jair.c \
${ALTAIRZ80D}/sol20.c \