mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
winclub.cpp: Further narrow down CPU core type
This commit is contained in:
parent
3584ea2627
commit
51e7855d74
@ -12,7 +12,7 @@ https://www.youtube.com/watch?v=k3REoIx7m-I
|
||||
Hardware manufactured by Sammy
|
||||
|
||||
main PCB (Sammy AM3AEE-02):
|
||||
2x big Sammy customs with no other markings (1 believed to be an SH* core)
|
||||
2x big Sammy customs with no other markings (1 believed to be an SH-4 core)
|
||||
1x L14.318 XTAL
|
||||
1x CY37256VP150 CPLD
|
||||
2x 5212325FBPB60 128Mb SDRAMs
|
||||
@ -88,7 +88,7 @@ INPUT_PORTS_END
|
||||
void winclub_state::winclub(machine_config &config)
|
||||
{
|
||||
// basic machine hardware
|
||||
sh3_device &maincpu(SH3LE(config, "maincpu", 14'318'000)); // TODO: SH* based custom, unknown type and clock
|
||||
sh4_device &maincpu(SH4LE(config, "maincpu", 14'318'000)); // TODO: SH-4 based custom, unknown type and clock
|
||||
maincpu.set_addrmap(AS_PROGRAM, &winclub_state::prg_map);
|
||||
// maincpu.set_vblank_int("screen", FUNC(winclub_state::irq2_line_hold));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user