diff options
| author | 2017-05-15 15:17:13 -0400 | |
|---|---|---|
| committer | 2017-05-15 15:17:13 -0400 | |
| commit | 2a4132f9e8b076851cc1788b7bc8fa7849cc8679 (patch) | |
| tree | 442e6f8375a7fc914fb7f1329a39f064bdc7558e /src | |
| parent | 9be358832dd20ad7bd8f72ae34a4f03d8bd2abc2 (diff) | |
Fix for cbm4032b "Fatal error: devcb_read: Error performing a late bind of type 9pet_state to 14pet2001b_state (name=pet2001b_state::pia1_pb_r)" (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/pet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pet.cpp b/src/mame/drivers/pet.cpp index c267c7b6172..11c015607c5 100644 --- a/src/mame/drivers/pet.cpp +++ b/src/mame/drivers/pet.cpp @@ -2857,7 +2857,7 @@ COMP( 1980, cbm4016, pet4016, 0, cbm4016, pet, pet_state, COMP( 1980, cbm4032, pet4016, 0, cbm4032, pet, pet_state, 0, "Commodore Business Machines", "CBM 4032", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND_HW ) COMP( 1980, cbm4032f, pet4016, 0, cbm4032f, pet, pet_state, 0, "Commodore Business Machines", "CBM 4032 (Fat 40)", MACHINE_SUPPORTS_SAVE ) COMP( 1980, pet4032b, 0, 0, pet4032b, petb, pet2001b_state, 0, "Commodore Business Machines", "PET 4032B", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND_HW ) -COMP( 1980, cbm4032b, pet4032b, 0, cbm4032b, petb, pet_state, 0, "Commodore Business Machines", "CBM 4032B", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND_HW ) +COMP( 1980, cbm4032b, pet4032b, 0, cbm4032b, petb, pet2001b_state, 0, "Commodore Business Machines", "CBM 4032B", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND_HW ) COMP( 1980, pet8032, 0, 0, pet8032, petb, pet80_state, 0, "Commodore Business Machines", "PET 8032", MACHINE_SUPPORTS_SAVE ) COMP( 1981, cbm8032, pet8032, 0, pet8032, petb, pet80_state, 0, "Commodore Business Machines", "CBM 8032", MACHINE_SUPPORTS_SAVE ) COMP( 1981, cbm8032_de, pet8032, 0, pet8032, petb_de, pet80_state, 0, "Commodore Business Machines", "CBM 8032 (Germany)", MACHINE_SUPPORTS_SAVE ) |
