1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-26 13:18:31 +00:00

Merge pull request #1509 from mrdudz/rremd

C64 Retro Replay EMD driver
This commit is contained in:
Bob Andrews
2022-08-11 01:11:16 +02:00
committed by GitHub
4 changed files with 370 additions and 0 deletions
+1
View File
@@ -145,6 +145,7 @@ extern void c64_ram_emd[];
extern void c64_ramcart_emd[];
extern void c64_reu_emd[];
extern void c64_vdc_emd[];
extern void c64_rrr_emd[];
extern void dtv_himem_emd[];
extern void c64_hitjoy_joy[];
extern void c64_numpad_joy[];