k054321.cpp: added save state support. Also removed unneeded includes from the driver where the generic soundlatches were removed (nw)

This commit is contained in:
Ivan Vangelista 2017-04-26 18:47:19 +02:00
parent bfcac4b2ec
commit 8847532f5c
7 changed files with 5 additions and 6 deletions

View File

@ -69,6 +69,11 @@ void k054321_device::set_gain_devices(const char *_left, const char *_right)
void k054321_device::device_start()
{
save_item(NAME(m_main1));
save_item(NAME(m_main2));
save_item(NAME(m_sound1));
save_item(NAME(m_volume));
save_item(NAME(m_active));
}
READ8_MEMBER( k054321_device::main1_r)

View File

@ -252,7 +252,6 @@ maybe some sprite placement issues
#include "cpu/m6809/m6809.h"
#include "cpu/m6809/hd6309.h"
#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "machine/eepromser.h"
#include "sound/k054539.h"
#include "screen.h"

View File

@ -6,7 +6,6 @@
*************************************************************************/
#include "machine/gen_latch.h"
#include "sound/k054539.h"
#include "video/k053251.h"
#include "video/k054156_k054157_k056832.h"

View File

@ -7,7 +7,6 @@
*************************************************************************/
#include "sound/okim6295.h"
#include "sound/k054539.h"
#include "machine/gen_latch.h"
#include "machine/k053252.h"
#include "video/k053251.h"
#include "video/k054156_k054157_k056832.h"

View File

@ -4,7 +4,6 @@
#include "includes/konamigx.h"
#include "video/k053246_k053247_k055673.h"
#include "machine/gen_latch.h"
#include "sound/k054539.h"
#include "machine/k053252.h"
#include "video/k055555.h"

View File

@ -7,7 +7,6 @@
*************************************************************************/
#include "sound/k054539.h"
#include "machine/gen_latch.h"
#include "machine/k053252.h"
#include "video/k053246_k053247_k055673.h"
#include "video/k053936.h"

View File

@ -9,7 +9,6 @@
#include "video/k053250.h"
#include "sound/flt_vol.h"
#include "sound/k054539.h"
#include "machine/gen_latch.h"
#include "machine/k053252.h"
#include "video/k054156_k054157_k056832.h"
#include "video/k053246_k053247_k055673.h"