There may be multiple maps containing the current seek. This indicates only the highest-priority one, which is also the one whose data is visible at the seek address.
25 lines
438 B
Text
25 lines
438 B
Text
NAME=NES: Pong - open
|
|
FILE=bins/nes/Pong.nes
|
|
ARGS=-A
|
|
CMDS=q!
|
|
EXPECT=<<EOF
|
|
EOF
|
|
RUN
|
|
|
|
NAME=NES: Pong - detection
|
|
FILE=bins/nes/Pong.nes
|
|
CMDS=iI~os
|
|
EXPECT=<<EOF
|
|
os nes
|
|
EOF
|
|
RUN
|
|
|
|
NAME=NES: Mapping
|
|
FILE=bins/nes/Pong.nes
|
|
CMDS=oml
|
|
EXPECT=<<EOF
|
|
1 fd: 3 +0x00000010 0x00008000 * 0x0000bfff r-x fmap.ROM
|
|
2 fd: 4 +0x00000000 0x00010000 - 0x00013fff r-x mmap.ROM_MIRROR
|
|
3 fd: 3 +0x00000010 0x0000c000 - 0x0000ffff r-x fmap.ROM_MIRROR
|
|
EOF
|
|
RUN
|