mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
rename of driver files to make names unique (nw)
This commit is contained in:
parent
8e4ced4b53
commit
1bb8f5967f
10 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "includes/rainbow.h"
|
||||
#include "includes/rbisland.h"
|
||||
|
||||
|
||||
/*************************************
|
|
@ -9,7 +9,7 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "includes/rainbow.h"
|
||||
#include "includes/rbisland.h"
|
||||
|
||||
/***************************************************************************/
|
||||
|
Loading…
Reference in a new issue