Skip to content

Commit

Permalink
Add note about the BIOS and the S-MOS 85G7814
Browse files Browse the repository at this point in the history
  • Loading branch information
clawgrip committed Sep 2, 2024
1 parent 7ee3c16 commit 523133f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mame/ibm/thinkpad8xx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ void thinkpad8xx_state::thinkpad850(machine_config &config)
{
PPC603(config, m_maincpu, 33.333_MHz_XTAL * 3); // IBM PPCI603eFC100BPQ

// All BIOS ROM chip lines are routed through the S-MOS 85G7814

H8325(config, "mcu", XTAL(10'000'000)); // Actually an H8/338 (HD6473388: 48k-byte ROM; 2k-byte RAM), unknown clock

SPEAKER(config, "lspeaker").front_left();
Expand Down

0 comments on commit 523133f

Please sign in to comment.