📄 memmap.inc
字号:
%if 0
SNEeSe, an Open Source Super NES emulator.
Copyright (c) 1998-2004 Charles Bilyue'.
Portions Copyright (c) 2003-2004 Daniel Horchner.
This is free software. See 'LICENSE' for details.
You must read and accept the license prior to use.
%endif
%ifndef SNEeSe_cpu_memmap_inc
%define SNEeSe_cpu_memmap_inc
%include "misc.inc"
; Non-mapped/unsupported read
%macro NON_MAPPED_READ 0
mov al,0xFF
ret
%endmacro
; Non-mapped/unsupported write
%macro NON_MAPPED_WRITE 0
ret
%endmacro
%endif ; !defined(SNEeSe_cpu_memmap_inc)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -