summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n8080.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/n8080.c')
-rw-r--r--src/mame/video/n8080.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/n8080.c b/src/mame/video/n8080.c
index ee22ab5aa1b..ef1dd38c29c 100644
--- a/src/mame/video/n8080.c
+++ b/src/mame/video/n8080.c
@@ -270,8 +270,8 @@ VIDEO_UPDATE( sheriff )
VIDEO_UPDATE( helifire )
{
- int SUN_BRIGHTNESS = input_port_read_indexed(screen->machine, 4);
- int SEA_BRIGHTNESS = input_port_read_indexed(screen->machine, 5);
+ int SUN_BRIGHTNESS = input_port_read(screen->machine, "POT0");
+ int SEA_BRIGHTNESS = input_port_read(screen->machine, "POT1");
static const int wave[8] = { 0, 1, 2, 2, 2, 1, 0, 0 };