Skip to content
Open
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
5 changes: 2 additions & 3 deletions pysnes/cpu/wdc65816/addressing_modes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from .decorator import decorator_mode_8bit
from .read import *
from .write import *
from .modify import *
# read/write/modify families are now code-generated (see opcodes_generated.py);
# only the irregular ops in other.py / pc.py are still called as functions.
from .other import *
from .pc import *

Expand Down
116 changes: 0 additions & 116 deletions pysnes/cpu/wdc65816/addressing_modes/modify.py

This file was deleted.

229 changes: 0 additions & 229 deletions pysnes/cpu/wdc65816/addressing_modes/read.py

This file was deleted.

Loading