alpha_8921: remove empty comment blocks

This commit is contained in:
hap 2020-09-13 10:56:48 +02:00
parent 612bf6546f
commit fbc26283c5
2 changed files with 1 additions and 19 deletions

View file

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

View file

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