Skip to content

Commit

Permalink
Rename 2 Hap in 1 (amend ec6d139) (ocornut#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Mar 20, 2023
1 parent ec6d139 commit 53fe531
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meka/compat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
SMS-MD: This version is an MD cartridge using the SMS compatibility mode
-----------------------------------------------------------------------------
128 Hap (KR) - *Ok
2 Hap in 1 - David-2 ~ Moai-ui bomul - *Ok
2 Hap in 1 (Moai-ui bomul, David-2) (KR) - *Ok
20 em 1 (BR) - Ok
3D Gunner [Proto] LP,3D Ok
4 PAK All Action (AU) - Ok
Expand Down
2 changes: 1 addition & 1 deletion meka/meka.nam
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
;-----------------------------------------------------------------------------

SMS ba5ec0e3 0707EB856DC38BC7 128 Hap (KR)/COUNTRY=KR/EMU_MAPPER=19
SMS 1b3e032e 8479DA42A3D4F67A 2 Hap in 1 - David-2 ~ Moai-ui bomul/COUNTRY=KR/EMU_MAPPER=27
SMS 1b3e032e 8479DA42A3D4F67A 2 Hap in 1 (Moai-ui bomul, David-2)/COUNTRY=KR/EMU_MAPPER=27
SMS f0f35c22 02079D9D9AF6B27B 20 em 1/COUNTRY=BR
SMS 56dcb2d4 9FA930C396F93600 3D Gunner [Proto]/EMU_MAPPER=0/EMU_INPUTS=LIGHTPHASER/EMU_3D/EMU_LP_FUNC=2/COMMENT=Prototype version of the unreleased game.
SMS a67f2a5c 4EB5F14E8488C9E9 4 PAK All Action/COUNTRY=AU/EMU_MAPPER=14
Expand Down
2 changes: 1 addition & 1 deletion meka/srcs/mappers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ WRITE_FUNC(Write_Mapper_SMS_Korean_MD_FFFA)
}

// Mapper #27
// 2 Hap in 1 - David-2 ~ Moai-ui bomul
// 2 Hap in 1 (Moai-ui bomul, David-2)
WRITE_FUNC (Write_Mapper_SMS_Korean_MSX_32KB_2000)
{
if (Addr == 0x2000) // Configurable segment -----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion meka/srcs/mappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#define MAPPER_SMS_Korean_MD_FFF0 (24) // Registers at 0xFFF0 and 0xFFFF (Mega Mode Super Game 30 [SMS-MD])
#define MAPPER_SMS_Korean_MD_FFF5 (25) // Registers at 0xFFF5 and 0xFFFF (Jaemiissneun Game Mo-eumjip 42/65 Hap [SMS-MD], Pigu Wang Hap ~ Jaemiiss-neun Game Mo-eumjip [SMS-MD])
#define MAPPER_SMS_Korean_MD_FFFA (26) // Registers at 0xFFFA and 0xFFFF (Game Jiphap 30 Hap [SMS-MD])
#define MAPPER_SMS_Korean_MSX_32KB_2000 (27) // Register at 0x2000 (2 Hap in 1 - David-2 ~ Moai-ui bomul)
#define MAPPER_SMS_Korean_MSX_32KB_2000 (27) // Register at 0x2000 (2 Hap in 1 (Moai-ui bomul, David-2))

#define READ_FUNC(_NAME) u8 _NAME(register u16 Addr)
#define WRITE_FUNC(_NAME) void _NAME(register u16 Addr, register u8 Value)
Expand Down

0 comments on commit 53fe531

Please sign in to comment.