mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
atari/skydiver.cpp, atari/sprint4_a.h: a couple more cleanups
This commit is contained in:
parent
397cc6b217
commit
9625e18958
@ -147,14 +147,6 @@ private:
|
|||||||
void wram_w(offs_t offset, uint8_t data);
|
void wram_w(offs_t offset, uint8_t data);
|
||||||
DECLARE_WRITE_LINE_MEMBER(width_w);
|
DECLARE_WRITE_LINE_MEMBER(width_w);
|
||||||
DECLARE_WRITE_LINE_MEMBER(coin_lockout_w);
|
DECLARE_WRITE_LINE_MEMBER(coin_lockout_w);
|
||||||
DECLARE_WRITE_LINE_MEMBER(lamp_s_w);
|
|
||||||
DECLARE_WRITE_LINE_MEMBER(lamp_k_w);
|
|
||||||
DECLARE_WRITE_LINE_MEMBER(lamp_y_w);
|
|
||||||
DECLARE_WRITE_LINE_MEMBER(lamp_d_w);
|
|
||||||
DECLARE_WRITE_LINE_MEMBER(lamp_i_w);
|
|
||||||
DECLARE_WRITE_LINE_MEMBER(lamp_v_w);
|
|
||||||
DECLARE_WRITE_LINE_MEMBER(lamp_e_w);
|
|
||||||
DECLARE_WRITE_LINE_MEMBER(lamp_r_w);
|
|
||||||
void latch3_watchdog_w(offs_t offset, uint8_t data);
|
void latch3_watchdog_w(offs_t offset, uint8_t data);
|
||||||
|
|
||||||
TILE_GET_INFO_MEMBER(get_tile_info);
|
TILE_GET_INFO_MEMBER(get_tile_info);
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Derrick Renaud
|
// copyright-holders:Derrick Renaud
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Atari Sprint 4 + Ultra Tank Audio
|
Atari Sprint 4 + Ultra Tank Audio
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
#ifndef MAME_ATARI_SPRINT4_A_H
|
||||||
|
#define MAME_ATARI_SPRINT4_A_H
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "sound/discrete.h"
|
#include "sound/discrete.h"
|
||||||
|
|
||||||
@ -27,7 +32,7 @@ Atari Sprint 4 + Ultra Tank Audio
|
|||||||
#define ULTRATNK_EXPLOSION_DATA SPRINT4_BANG_DATA
|
#define ULTRATNK_EXPLOSION_DATA SPRINT4_BANG_DATA
|
||||||
#define ULTRATNK_ATTRACT_EN SPRINT4_ATTRACT_EN
|
#define ULTRATNK_ATTRACT_EN SPRINT4_ATTRACT_EN
|
||||||
|
|
||||||
/*----------- defined in audio/sprint4.c -----------*/
|
|
||||||
|
|
||||||
DISCRETE_SOUND_EXTERN( sprint4_discrete );
|
DISCRETE_SOUND_EXTERN( sprint4_discrete );
|
||||||
DISCRETE_SOUND_EXTERN( ultratnk_discrete );
|
DISCRETE_SOUND_EXTERN( ultratnk_discrete );
|
||||||
|
|
||||||
|
#endif // MAME_ATARI_SPRINT4_A_H
|
||||||
|
Loading…
Reference in New Issue
Block a user