Skip to content

nintendo: Move Plug & Play SoC drivers (mostly VTxx & SH6578) to tvgames directory #13774

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
478 changes: 239 additions & 239 deletions src/mame/mame.lst

Large diffs are not rendered by default.

41 changes: 0 additions & 41 deletions src/mame/nintendo/nes_vt09_soc.cpp

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

***************************************************************************/

#ifndef MAME_NINTENDO_M6502_SWAP_OP_D2_D7_H
#define MAME_NINTENDO_M6502_SWAP_OP_D2_D7_H
#ifndef MAME_TVGAMES_M6502_SWAP_OP_D2_D7_H
#define MAME_TVGAMES_M6502_SWAP_OP_D2_D7_H

#pragma once

Expand Down Expand Up @@ -50,4 +50,4 @@ class m6502_swap_op_d2_d7 : public m6502_device {

DECLARE_DEVICE_TYPE(M6502_SWAP_OP_D2_D7, m6502_swap_op_d2_d7)

#endif // MAME_NINTENDO_M6502_SWAP_OP_D2_D7_H
#endif // MAME_TVGAMES_M6502_SWAP_OP_D2_D7_H
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

***************************************************************************/

#ifndef MAME_NINTENDO_M6502_SWAP_OP_D5_D6_H
#define MAME_NINTENDO_M6502_SWAP_OP_D5_D6_H
#ifndef MAME_TVGAMES_M6502_SWAP_OP_D5_D6_H
#define MAME_TVGAMES_M6502_SWAP_OP_D5_D6_H

#pragma once

Expand Down Expand Up @@ -93,4 +93,4 @@ class rp2a03_core_swap_op_d5_d6 : public rp2a03_core_device {
DECLARE_DEVICE_TYPE(M6502_SWAP_OP_D5_D6, m6502_swap_op_d5_d6)
DECLARE_DEVICE_TYPE(RP2A03_CORE_SWAP_OP_D5_D6, rp2a03_core_swap_op_d5_d6)

#endif // MAME_NINTENDO_M6502_SWAP_OP_D5_D6_H
#endif // MAME_TVGAMES_M6502_SWAP_OP_D5_D6_H
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

***************************************************************************/

#ifndef MAME_NINTENDO_RP2A03_VTSCR_H
#define MAME_NINTENDO_RP2A03_VTSCR_H
#ifndef MAME_TVGAMES_RP2A03_VTSCR_H
#define MAME_TVGAMES_RP2A03_VTSCR_H

#pragma once

Expand Down Expand Up @@ -55,4 +55,4 @@ class rp2a03_vtscr : public rp2a03_core_device {

DECLARE_DEVICE_TYPE(RP2A03_VTSCR, rp2a03_vtscr)

#endif // MAME_NINTENDO_RP2A03_VTSCR_H
#endif // MAME_TVGAMES_RP2A03_VTSCR_H
Loading
Loading