Skip to content

Commit

Permalink
AltairZ80: Adds Cromemco DAZZLER and JS1 devices
Browse files Browse the repository at this point in the history
Adds Cromemco Dazzler and JS1 joystick devices
Adds vid_render_set_logical_size() to sim_video.c
  • Loading branch information
deltecent committed May 5, 2024
1 parent ffe537a commit 4384f3d
Show file tree
Hide file tree
Showing 9 changed files with 868 additions and 11 deletions.
1 change: 1 addition & 0 deletions AltairZ80/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ add_simulator(altairz80
SOURCES
altairz80_cpu.c
altairz80_cpu_nommu.c
s100_dazzler.c
s100_jair.c
sol20.c
s100_vdm1.c
Expand Down
5 changes: 5 additions & 0 deletions AltairZ80/altairz80_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ extern DEVICE m2sio0_dev;
extern DEVICE m2sio1_dev;
extern DEVICE pmmi_dev;
extern DEVICE hayes_dev;
extern DEVICE daz_dev;
extern DEVICE js1_dev;
extern DEVICE jair_dev;
extern DEVICE jairs0_dev;
extern DEVICE jairs1_dev;
Expand Down Expand Up @@ -175,6 +177,9 @@ DEVICE *sim_devices[] = {
&pmmi_dev,
/* HAYES MODEM */
&hayes_dev,
/* IDE/CF */
&daz_dev,
&js1_dev,
/* JAIR SBC */
&jair_dev,
&jairs0_dev,
Expand Down
Loading

0 comments on commit 4384f3d

Please sign in to comment.