mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
hp80.cpp: mark language variants of HP 86B as clones (nw)
This commit is contained in:
parent
c890ef101d
commit
180d2a5822
@ -2434,6 +2434,6 @@ ROM_START(hp86b_004)
|
||||
ROM_END
|
||||
|
||||
COMP( 1980, hp85, 0, 0, hp85, hp85, hp85_state, empty_init, "HP", "HP 85", 0)
|
||||
COMP( 1983, hp86b,0, 0, hp86, hp86, hp86_state, empty_init, "HP", "HP 86B",0)
|
||||
COMP( 1983, hp86b_001, 0, 0, hp86, hp86_001, hp86_int_state, empty_init, "HP", "HP 86B Opt 001",0)
|
||||
COMP( 1983, hp86b_004, 0, 0, hp86, hp86_004, hp86_int_state, empty_init, "HP", "HP 86B Opt 004",0)
|
||||
COMP( 1983, hp86b, 0, 0, hp86, hp86, hp86_state, empty_init, "HP", "HP 86B",0)
|
||||
COMP( 1983, hp86b_001, hp86b, 0, hp86, hp86_001, hp86_int_state, empty_init, "HP", "HP 86B Opt 001",0)
|
||||
COMP( 1983, hp86b_004, hp86b, 0, hp86, hp86_004, hp86_int_state, empty_init, "HP", "HP 86B Opt 004",0)
|
||||
|
Loading…
Reference in New Issue
Block a user