Skip to content

Instantly share code, notes, and snippets.

@houmei
Created December 7, 2025 11:44
Show Gist options
  • Select an option

  • Save houmei/368600a26997238116f5b09c78ca3fb2 to your computer and use it in GitHub Desktop.

Select an option

Save houmei/368600a26997238116f5b09c78ca3fb2 to your computer and use it in GitHub Desktop.
FM-11 Z80 CARD DECORDER for Z80
Name FM11ZDEC1;
PartNo FM11Z80;
Revision 01;
Date 25/12/01;
Designer Katunori Takesita;
Company ;
Assembly ;
Location ;
Device G16V8;
/* INPUTS */
Pin 2 = ZA15;
Pin 3 = ZA14;
Pin 4 = ZA13;
Pin 5 = ZA12;
Pin 6 = ZA11;
Pin 7 = ZA10;
Pin 8 = ZA9;
Pin 9 = ZA7;
/* Pin10 GND */
/* Pin20 Vcc */
Pin 19 = ZA8;
Pin 18 = !WAITZ;
/* OUTPUTS */
Pin 12 = !RAMIHB;
RAMIHB = !WAITZ & ZA15 & ZA14 & ZA13 & ZA12 & ZA11 & ZA10 & !ZA9 & (ZA8 # ZA7);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment