mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
alpha_8921: remove empty comment blocks
This commit is contained in:
parent
612bf6546f
commit
fbc26283c5
2 changed files with 1 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue