I'm aware of the Front Panel "DSKY" functionality. Boot options and drive activity LEDs.
Is there other functionality built in for other types of DSKYs?
I like the look and feel of a HEX pad and eight 7 segment LEDs. I also see some code in ROMLDR.ASM#if (DSKYENABLE)
ra_ent(str_dsky, 'Y'+$80, KY_GO, BID_IMG0, MON_IMGLOC, MON_LOC, MON_SIZ, MON_DSKY)
#endifLooks like it can launch a DSKY Monitor or something. Does that just re-direct the regular monitor to an LCD module?
Hmmm, sounds like an opportunity to contribute to the project.
What is MON_DSKY?
What functionality would be nice to have with such a keypad/LED DSKY? Or a keypad LCD combo.1) Monitor of some sort. Enter and run programs like an old school CPU trainer?
2) Boot options, mirroring the Boot loader somehow?3) Drive activity like front panel4) System boot progress like front panel5) Suggestions?
The traditional front panel can take over Z80 bus and examine memory and change memory. It can single step or run program. It does not need any existing program in Z80. In fact, Z80 does not know or need to know a front panel is present. The traditional front panel is a row of LEDs displaying addresses and data bits and a row of switches for entering addresses and data bits. It is difficult to use because lots of switches need to be flipped to enter an instruction. A more modern front panel may use PS2 keyboard for data entry and 7-segment display for addresses and data. The logic is more complex, generally requires a CPLD or a microcontroller. It is an interesting hardware problem.

--
You received this message because you are subscribed to the Google Groups "RC2014-Z80" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rc2014-z80+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/b970d844-2495-49a6-bcf7-a641a6618ba6n%40googlegroups.com.