From fbc26283c5cd332c1056d58726d0900ccf94f797 Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 13 Sep 2020 10:56:48 +0200 Subject: alpha_8921: remove empty comment blocks --- src/devices/machine/alpha_8921.h | 18 ------------------ src/devices/video/pwm.cpp | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/src/devices/machine/alpha_8921.h b/src/devices/machine/alpha_8921.h index 1dd690581cb..88ecd850eb9 100644 --- a/src/devices/machine/alpha_8921.h +++ b/src/devices/machine/alpha_8921.h @@ -12,17 +12,6 @@ #pragma once - -//************************************************************************** -// INTERFACE CONFIGURATION MACROS -//************************************************************************** - - - -//************************************************************************** -// TYPE DEFINITIONS -//************************************************************************** - // ======================> alpha_8921_device class alpha_8921_device : public device_t @@ -75,11 +64,4 @@ private: // device type definition DECLARE_DEVICE_TYPE(ALPHA_8921, alpha_8921_device) - - -//************************************************************************** -// GLOBAL VARIABLES -//************************************************************************** - - #endif // MAME_MACHINE_ALPHA_8921_H diff --git a/src/devices/video/pwm.cpp b/src/devices/video/pwm.cpp index 50b608759ef..d192c93a633 100644 --- a/src/devices/video/pwm.cpp +++ b/src/devices/video/pwm.cpp @@ -6,7 +6,7 @@ This thing is a generic helper for PWM(strobed) display elements, to prevent fli and optionally handle perceived brightness levels. Common usecase is to call matrix(selmask, datamask), a collision between the 2 masks -implies a powered-on display element (eg, a LED, or VFD sprite). The maximum matrix +implies a powered-on display element (eg. a LED, or VFD sprite). The maximum matrix size is 64 by 64, simply due to uint64_t constraints. If a larger size is needed, create an array of pwm_display_device. -- cgit v1.2.3