Skip to content

Conversation

@stonedDiscord
Copy link
Contributor

Volkswagen Digijet (1990) [stonedDiscord]

@stonedDiscord
Copy link
Contributor Author

stonedDiscord commented Dec 18, 2025

Things I like about this:
image
Things I don't like about this:

  • The inputs (Pedal/Paddle)
  • How the ADC is addressed

uint8_t digijet_state::read_adc(offs_t offset)
{
return m_io_adc[offset & 0x03]->read(); //FIXME this is a hack
// The address lines connected to the ADC are A8-A11 but those can't be accessed externally by this CPU
Copy link
Contributor

@ajrhacker ajrhacker Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P20-P23 outputs are time-multiplexed with A8-A11 on MCS-48 parts executing from external memory.

I thought that the ADC hookup might use the PROG expander protocol, but from other comments that doesn't sound like the case here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants