Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Since not any consumer (especially the Raspberry Pi) can act as an SPI slave thi

* WPC95 & WPC -> 128x32
* Data East -> 128x32
* Sega -> 128x32
* Sega -> 128x32 & 192x64
* Stern Whitestar -> 128x32
* Stern SAM -> 128x32
* Stern SPIKE 1 -> 128x32
Expand Down
2 changes: 1 addition & 1 deletion src/dmd_interface_sega_hd.pio
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dotloop:
; Frame detection program runs in parallel to the reader program and signals the start of a new frame using an IRQ.
.program dmd_framedetect_sega_hd
.wrap_target
wait 1 gpio RDATA
wait 0 gpio RDATA
wait 1 gpio RDATA
irq FRAME_START_IRQ
.wrap
Loading