Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a skeleton driver for Cisco CSS11501S-K9 Content Services Switch #13384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clawgrip
Copy link
Contributor

New systems marked not working

CSS11501S-K9 [ArcadeHacker]

…witch

New systems marked not working
------------------------------
CSS11501S-K9 [ArcadeHacker]
Comment on lines +101 to +102
RM7000BE(config, m_maincpu, 400'000'000); // Main CPU
RM7000BE(config, m_subcpu, 400'000'000); // SSL CPU
Copy link
Member

Choose a reason for hiding this comment

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

No idea if it's different, may as well add to the note that both uses RM7000A really.

css11501sk9_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
, m_maincpu(*this, "maincpu")
, m_subcpu(*this, "subcpu")
Copy link
Member

Choose a reason for hiding this comment

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

Given this is coming from a SSL board this may as well be named sslcpu instead.

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