rename of driver files to make names unique (nw)

This commit is contained in:
Miodrag Milanovic 2015-09-30 16:24:18 +02:00
parent 8e4ced4b53
commit 1bb8f5967f
10 changed files with 3 additions and 3 deletions

View file

@ -326,7 +326,7 @@ Stephh's notes (based on the game M68000 code and some tests) :
#include "audio/taitosnd.h"
#include "sound/2203intf.h"
#include "sound/2151intf.h"
#include "includes/rainbow.h"
#include "includes/rbisland.h"

View file

@ -50,7 +50,7 @@
*************************************************************************/
#include "emu.h"
#include "includes/rainbow.h"
#include "includes/rbisland.h"
/*************************************

View file

@ -9,7 +9,7 @@
***************************************************************************/
#include "emu.h"
#include "includes/rainbow.h"
#include "includes/rbisland.h"
/***************************************************************************/