summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sam.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2022-02-12 05:14:39 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2022-02-12 05:14:39 +1100
commit8ea4b96d6d50328d860bc664953dec6c012cdf5b (patch)
tree1b79f82a01090913b38005e169e35068aa925df5 /src/mame/drivers/sam.cpp
parenta18509185569b8e637c7e129caab5eb75e4adff9 (diff)
whitestar: added inputs, some machines are playable.
Diffstat (limited to 'src/mame/drivers/sam.cpp')
-rw-r--r--src/mame/drivers/sam.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mame/drivers/sam.cpp b/src/mame/drivers/sam.cpp
index a470d3eadae..550cec25626 100644
--- a/src/mame/drivers/sam.cpp
+++ b/src/mame/drivers/sam.cpp
@@ -1,5 +1,18 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
+/********************************************************************************************************************
+PINBALL
+Stern SAM system.
+
+An evolution of the Whitestar system, it has now been superseded by SPIKE.
+
+Status:
+- Skeletons
+
+ToDo:
+- Everything
+
+*********************************************************************************************************************/
#include "emu.h"
#include "cpu/arm7/arm7.h"
#include "cpu/arm7/arm7core.h"