mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Cleanup of Markham.cpp documentation (#11299)
This commit is contained in:
parent
ee569aa965
commit
65e7f0a7c4
3 changed files with 4 additions and 14 deletions
|
@ -2,8 +2,7 @@
|
||||||
// copyright-holders:Uki
|
// copyright-holders:Uki
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
Markham (c) 1983 Sun Electronics
|
Sun Electronics Markham / Strength & Skill hardware
|
||||||
Strength & Skill (c) 1984 Sun Electronics
|
|
||||||
|
|
||||||
Driver by Uki
|
Driver by Uki
|
||||||
|
|
||||||
|
@ -18,9 +17,9 @@
|
||||||
Pettan Pyuu is a clone of Banbam although with different levels / play fields.
|
Pettan Pyuu is a clone of Banbam although with different levels / play fields.
|
||||||
|
|
||||||
The MCU controls:
|
The MCU controls:
|
||||||
- general protection startup
|
- general protection startup
|
||||||
- the time between when enemies spawn
|
- the time between when enemies spawn
|
||||||
- graphics selection for playfields
|
- graphics selection for playfields
|
||||||
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,5 @@
|
||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Uki
|
// copyright-holders:Uki
|
||||||
/*************************************************************************
|
|
||||||
|
|
||||||
Markham (c) 1983 Sun Electronics
|
|
||||||
Strength & Skill (c) 1984 Sun Electronics
|
|
||||||
|
|
||||||
*************************************************************************/
|
|
||||||
|
|
||||||
#ifndef MAME_SUNELECTRONICS_MARKHAM_H
|
#ifndef MAME_SUNELECTRONICS_MARKHAM_H
|
||||||
#define MAME_SUNELECTRONICS_MARKHAM_H
|
#define MAME_SUNELECTRONICS_MARKHAM_H
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
// copyright-holders:Uki
|
// copyright-holders:Uki
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
Markham (c) 1983 Sun Electronics
|
|
||||||
Strength & Skill (c) 1984 Sun Electronics
|
|
||||||
|
|
||||||
Video hardware driver by Uki
|
Video hardware driver by Uki
|
||||||
|
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
Loading…
Reference in a new issue