mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
added judge on gc code (nw)
This commit is contained in:
parent
3360feb244
commit
f2317dd119
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:etabeta, Wilbert Pol
|
||||
/***********************************************************************************************************
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:etabeta, Wilbert Pol
|
||||
#ifndef __GB_SLOT_H
|
||||
#define __GB_SLOT_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:etabeta, Wilbert Pol
|
||||
/***********************************************************************************************************
|
||||
|
||||
Game Boy carts with MBC (Memory Bank Controller)
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:etabeta, Wilbert Pol
|
||||
#ifndef __GB_MBC_H
|
||||
#define __GB_MBC_H
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:etabeta, Wilbert Pol
|
||||
/***********************************************************************************************************
|
||||
|
||||
Game Boy cart emulation
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:etabeta, Wilbert Pol
|
||||
#ifndef __GB_ROM_H
|
||||
#define __GB_ROM_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user