whatsnew update

This commit is contained in:
dinkc64 2023-03-22 21:05:28 -04:00
parent 166bddf2f2
commit 59749b2e3d
2 changed files with 33 additions and 35 deletions

View File

@ -62,53 +62,49 @@ STDINPUTINFO(Akazukin)
static struct BurnDIPInfo AkazukinDIPList[]=
{
{0x11, 0xff, 0xff, 0x9d, NULL },
{0x12, 0xff, 0xff, 0xef, NULL },
DIP_OFFSET(0x11)
{0x00, 0xff, 0xff, 0x9d, NULL },
{0x01, 0xff, 0xff, 0xef, NULL },
{0 , 0xfe, 0 , 4, "Lives" },
{0x11, 0x01, 0x03, 0x03, "2" },
{0x11, 0x01, 0x03, 0x01, "3" },
{0x11, 0x01, 0x03, 0x02, "4" },
{0x11, 0x01, 0x03, 0x00, "255" },
{0x00, 0x01, 0x03, 0x03, "2" },
{0x00, 0x01, 0x03, 0x01, "3" },
{0x00, 0x01, 0x03, 0x02, "4" },
{0x00, 0x01, 0x03, 0x00, "255" },
{0 , 0xfe, 0 , 2, "Flip Screen" },
{0x11, 0x01, 0x10, 0x10, "Off" },
{0x11, 0x01, 0x10, 0x00, "On" },
{0x00, 0x01, 0x10, 0x10, "Off" },
{0x00, 0x01, 0x10, 0x00, "On" },
{0 , 0xfe, 0 , 2, "Cabinet" },
{0x11, 0x01, 0x20, 0x00, "Upright" },
{0x11, 0x01, 0x20, 0x20, "Cocktail" },
{0x00, 0x01, 0x20, 0x00, "Upright" },
{0x00, 0x01, 0x20, 0x20, "Cocktail" },
{0 , 0xfe, 0 , 2, "Demo Sounds" },
{0x11, 0x01, 0x40, 0x40, "Off" },
{0x11, 0x01, 0x40, 0x00, "On" },
{0x00, 0x01, 0x40, 0x40, "Off" },
{0x00, 0x01, 0x40, 0x00, "On" },
{0 , 0xfe, 0 , 2, "Skip current level (Cheat)" },
{0x11, 0x01, 0x80, 0x80, "Off" },
{0x11, 0x01, 0x80, 0x00, "On" },
{0x00, 0x01, 0x80, 0x80, "Off" },
{0x00, 0x01, 0x80, 0x00, "On" },
{0 , 0xfe, 0 , 10, "Coinage" },
{0x12, 0x01, 0xf0, 0xb0, "3 Coins 1 Credits" },
{0x12, 0x01, 0xf0, 0xd0, "2 Coins 1 Credits" },
{0x12, 0x01, 0xf0, 0x90, "4 Coins 5 Credits" },
{0x12, 0x01, 0xf0, 0xa0, "2 Coins 3 Credits" },
{0x12, 0x01, 0xf0, 0xe0, "1 Coin 1 Credits" },
{0x12, 0x01, 0xf0, 0xc0, "1 Coin 2 Credits" },
{0x12, 0x01, 0xf0, 0x20, "1 Coin 3 Credits" },
{0x12, 0x01, 0xf0, 0x10, "1 Coin 5 Credits" },
{0x12, 0x01, 0xf0, 0x00, "1 Coin 6 Credits" },
{0x12, 0x01, 0xf0, 0xf0, "Free Play" },
{0x01, 0x01, 0xf0, 0xb0, "3 Coins 1 Credits" },
{0x01, 0x01, 0xf0, 0xd0, "2 Coins 1 Credits" },
{0x01, 0x01, 0xf0, 0x90, "4 Coins 5 Credits" },
{0x01, 0x01, 0xf0, 0xa0, "2 Coins 3 Credits" },
{0x01, 0x01, 0xf0, 0xe0, "1 Coin 1 Credits" },
{0x01, 0x01, 0xf0, 0xc0, "1 Coin 2 Credits" },
{0x01, 0x01, 0xf0, 0x20, "1 Coin 3 Credits" },
{0x01, 0x01, 0xf0, 0x10, "1 Coin 5 Credits" },
{0x01, 0x01, 0xf0, 0x00, "1 Coin 6 Credits" },
{0x01, 0x01, 0xf0, 0xf0, "Free Play" },
};
STDDIPINFO(Akazukin)
static void __fastcall main_write(UINT16 address, UINT8 data)
{
if ((address & 0xfc00) == 0x8c00 || (address & 0xfc00) == 0x9c00 || (address >= 0xac01 && address <= 0xafff)) {
if (data) bprintf (0, _T("MW: %4.4x, %2.2x\n"), address, data);
return;
}
switch (address)
{
case 0x7792:
@ -692,7 +688,7 @@ struct BurnDriver BurnDrvAkazukin = {
"akazukin", NULL, NULL, NULL, "1983",
"Aka Zukin (Japan)\0", NULL, "Sigma", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING, 2, HARDWARE_MISC_PRE90S, GBF_MAZE, 0,
BDF_GAME_WORKING, 2, HARDWARE_MISC_PRE90S, GBF_SHOOT | GBF_ACTION, 0,
NULL, akazukinRomInfo, akazukinRomName, NULL, NULL, NULL, NULL, AkazukinInputInfo, AkazukinDIPInfo,
DrvInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &DrvRecalc, 0x100,
256, 224, 4, 3

View File

@ -156,6 +156,8 @@
<li>Xserd</li>
</ul></li>
<li>Megadrive now has a resize window/screen (dip) option for games that use 32col mode (256x224) [dink]</li>
<li>Heiankyo Alien gets full sound with samples [dink]</li>
<li>AVI recording works with FFWD (toggle: shift-f1) [dink]</li>
<li> []</li>
</ul>
<!-- fixes -->
@ -178,9 +180,9 @@
<li>Fixed sound bugs in Kabuki-Z [dink]</li>
<li>Fixed bug in Battle Bakraid when left in attract mode for a long time [dink]</li>
<li>Fixed a gfx bug in Liquid Kids level 6-1 [dink]</li>
<li> []</li>
<li> []</li>
<li> []</li>
<li>Fixed HOMERUN screen in Baseball Stars Professional on NeoGeo [dink]</li>
<li>Fixed Quinty / Mendel Palace on NES [dink]</li>
<li>Fixed Choplifter and Noboranka on Sega System 1 / 2 [dink]</li>
<li> []</li>
</ul>
<!-- new drivers -->
@ -190,7 +192,7 @@
<li>Added driver for N.Y. Captor [iq_132, dink]</li>
<li>Added driver for Missile Command and Super Missile Attack [iq_132, dink]</li>
<li>Added driver for Zero Hour w/sound [iq_132, dink, Otto_Pylotte]</li>
<li> []</li>
<li>Added driver for Aka Zukin by Sigma [iq_132]</li>
<li> []</li>
<li> []</li>
<li>Added driver for Bally Midway MCR-68K system: Arch Rivals, Blasted, Spy Hunter 2, Tri-Sports, Xenophobe, Pigskin 621AD [iq_132, dink]</li>
@ -220,7 +222,7 @@
<li>Added Mrs. Dynamite by Universal [Marco Kerstens, Sam Grech, Frank Palazzolo]</li>
<li>Added Added Namennayo Cat's to Galaxian driver [dink]</li>
<li>Added Harem to Galaxian driver [dink]</li>
<li> []</li>
<li>Added Shooting Master to Sega System 1 [dink]</li>
<li> []</li>
<li> []</li>
</ul>