Cleanup of Markham.cpp documentation (#11299)

This commit is contained in:
ToastmanJack 2023-06-01 19:47:04 +10:00 committed by GitHub
parent ee569aa965
commit 65e7f0a7c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 14 deletions

View file

@ -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
*****************************************************************************/ *****************************************************************************/

View file

@ -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

View file

@ -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
******************************************************************************/ ******************************************************************************/