summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/machine/alpha_8921.h18
-rw-r--r--src/devices/video/pwm.cpp2
2 files changed, 1 insertions, 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.