Closed KMFDManic closed 4 months ago
Seems ok. Pedal works, left, right, jump. Sound works. Not really familiar with it but it seems to work.
Not sure buttons 1 and 3 do anything. Not in the service menu either.
just finishing up with the port degas32 port for km looks like i missed a git add. ill check it in a bit cheers for doing it @arcadez2003 I would eventually done it I think.
Yeah i can save ya some work as i have the inputs all done already so just a case of adding those and the rom hookup i can add two more Racing Hero and Super Monaco GP which will make your code go further, it seems i didn't add GP Rider but there is no bootleg for that one anyhow, Line of fire i think i had it added back in the day and then removed it as i didn't wanna update the segaic machine code.
Seems ok. Pedal works, left, right, jump. Sound works. Not really familiar with it but it seems to work.
Good to hear thanks for taking the time to test it decent wee game Chase HQ knock off
@arcadez2003 I did like chase hq to be honest I haven't played any of the segaxbd games but the abcop sound and inputs are fine. You can add n change what ever you want my target was just thunder blade the more the merrier!
Racing Hero https://github.com/libretro/mame2003-plus-libretro/commit/49596a779786a3563ddfa9b2ad623a279702998f
Super Monaco GP has a fourth CPU for link up comms by looks we might need extra code to handle that but it's not all that good TBH so no real loss if it cant be supported as per the current driver.
EDIT ok added smgp the 4th CPU is just a dummy they added some code circa MAME94 for fake comms but the game doesn't require it here in order to work https://github.com/libretro/mame2003-plus-libretro/commit/c12965bea498a8e60f12f8b8e154e79f3b70c239
Right then both After Burners are in the ole driver i've added all the x-board games barring GP Rider there is no bootleg so we cant support it, Line Of Fire would require some extra input code connected to the video i think you grant already has the divide fixes for the segaic machine.
cpu1 has unmapped reads for rachero (the sound cpu) the bike moves like it turns but doesnt actually move on the road.
cpu1 has unmapped reads for rachero (the sound cpu) the bike moves like it turns but doesnt actually move on the road.
Ok i might have missed something i'll check the driver when it was added
well it turns if let go of accelerate sort the sound maps one I dim down the debugging dont worry about that one unless you want to look at it.
well it turns if let go of accelerate sort the sound maps one I dim down the debugging dont worry about that one unless you want to look at it.
Yeah it's early days just adding in the roms any that dont work can be tagged as such in the driver with a view to fixing em or not down the road, the real bonus is AB Cop that's a good one the best in the driver other than Thunder Blade i'll make a rom for smgp give it whirl if ya dont mind and see how that one functions.
It'll either have a small gfx layer on the bottom of the screen depending on whether your gfx code is 90 or 91
I already got the rom for smpg its a black screen but there is some unmapped reads cpu0 no doubt will be a missing mirror most likely but ill look into that one once I clear the log spamming and can see whats going on. I would have to port all the sega ic and system16 changes on km core quieting down the debugging here will be easier.
TBH as i said im happy draw the line at AB Cop the rest are expendable unless you really wanna work on it :)
ill sort it but i never added divide chip mirror because they are huge. Ill add a special installer for them at some point
//AM_RANGE(0x2e0000, 0x2e0007) AM_MIRROR(0x003ff8) AM_READWRITE(segaic16_multiply_1_r, segaic16_multiply_1_w)
this is just the write
{ 0x2e0000, 0x2e0007, segaic16_multiply_1_w}, },
{ 0x2e0008, 0x2e000f, segaic16_multiply_1_w}, },
{ 0x2e0010, 0x2e0017, segaic16_multiply_1_w}, },
{ 0x2e0018, 0x2e001f, segaic16_multiply_1_w}, },
{ 0x2e0020, 0x2e0027, segaic16_multiply_1_w}, },
{ 0x2e0028, 0x2e002f, segaic16_multiply_1_w}, },
{ 0x2e0030, 0x2e0037, segaic16_multiply_1_w}, },
{ 0x2e0038, 0x2e003f, segaic16_multiply_1_w}, },
{ 0x2e0040, 0x2e0047, segaic16_multiply_1_w}, },
{ 0x2e0048, 0x2e004f, segaic16_multiply_1_w}, },
{ 0x2e0050, 0x2e0057, segaic16_multiply_1_w}, },
{ 0x2e0058, 0x2e005f, segaic16_multiply_1_w}, },
{ 0x2e0060, 0x2e0067, segaic16_multiply_1_w}, },
{ 0x2e0068, 0x2e006f, segaic16_multiply_1_w}, },
{ 0x2e0070, 0x2e0077, segaic16_multiply_1_w}, },
{ 0x2e0078, 0x2e007f, segaic16_multiply_1_w}, },
{ 0x2e0080, 0x2e0087, segaic16_multiply_1_w}, },
{ 0x2e0088, 0x2e008f, segaic16_multiply_1_w}, },
{ 0x2e0090, 0x2e0097, segaic16_multiply_1_w}, },
{ 0x2e0098, 0x2e009f, segaic16_multiply_1_w}, },
{ 0x2e00a0, 0x2e00a7, segaic16_multiply_1_w}, },
{ 0x2e00a8, 0x2e00af, segaic16_multiply_1_w}, },
{ 0x2e00b0, 0x2e00b7, segaic16_multiply_1_w}, },
{ 0x2e00b8, 0x2e00bf, segaic16_multiply_1_w}, },
{ 0x2e00c0, 0x2e00c7, segaic16_multiply_1_w}, },
{ 0x2e00c8, 0x2e00cf, segaic16_multiply_1_w}, },
{ 0x2e00d0, 0x2e00d7, segaic16_multiply_1_w}, },
{ 0x2e00d8, 0x2e00df, segaic16_multiply_1_w}, },
{ 0x2e00e0, 0x2e00e7, segaic16_multiply_1_w}, },
{ 0x2e00e8, 0x2e00ef, segaic16_multiply_1_w}, },
{ 0x2e00f0, 0x2e00f7, segaic16_multiply_1_w}, },
{ 0x2e00f8, 0x2e00ff, segaic16_multiply_1_w}, },
{ 0x2e0100, 0x2e0107, segaic16_multiply_1_w}, },
{ 0x2e0108, 0x2e010f, segaic16_multiply_1_w}, },
{ 0x2e0110, 0x2e0117, segaic16_multiply_1_w}, },
{ 0x2e0118, 0x2e011f, segaic16_multiply_1_w}, },
{ 0x2e0120, 0x2e0127, segaic16_multiply_1_w}, },
{ 0x2e0128, 0x2e012f, segaic16_multiply_1_w}, },
{ 0x2e0130, 0x2e0137, segaic16_multiply_1_w}, },
{ 0x2e0138, 0x2e013f, segaic16_multiply_1_w}, },
{ 0x2e0140, 0x2e0147, segaic16_multiply_1_w}, },
{ 0x2e0148, 0x2e014f, segaic16_multiply_1_w}, },
{ 0x2e0150, 0x2e0157, segaic16_multiply_1_w}, },
{ 0x2e0158, 0x2e015f, segaic16_multiply_1_w}, },
{ 0x2e0160, 0x2e0167, segaic16_multiply_1_w}, },
{ 0x2e0168, 0x2e016f, segaic16_multiply_1_w}, },
{ 0x2e0170, 0x2e0177, segaic16_multiply_1_w}, },
{ 0x2e0178, 0x2e017f, segaic16_multiply_1_w}, },
{ 0x2e0180, 0x2e0187, segaic16_multiply_1_w}, },
{ 0x2e0188, 0x2e018f, segaic16_multiply_1_w}, },
{ 0x2e0190, 0x2e0197, segaic16_multiply_1_w}, },
{ 0x2e0198, 0x2e019f, segaic16_multiply_1_w}, },
{ 0x2e01a0, 0x2e01a7, segaic16_multiply_1_w}, },
{ 0x2e01a8, 0x2e01af, segaic16_multiply_1_w}, },
{ 0x2e01b0, 0x2e01b7, segaic16_multiply_1_w}, },
{ 0x2e01b8, 0x2e01bf, segaic16_multiply_1_w}, },
{ 0x2e01c0, 0x2e01c7, segaic16_multiply_1_w}, },
{ 0x2e01c8, 0x2e01cf, segaic16_multiply_1_w}, },
{ 0x2e01d0, 0x2e01d7, segaic16_multiply_1_w}, },
{ 0x2e01d8, 0x2e01df, segaic16_multiply_1_w}, },
{ 0x2e01e0, 0x2e01e7, segaic16_multiply_1_w}, },
{ 0x2e01e8, 0x2e01ef, segaic16_multiply_1_w}, },
{ 0x2e01f0, 0x2e01f7, segaic16_multiply_1_w}, },
{ 0x2e01f8, 0x2e01ff, segaic16_multiply_1_w}, },
{ 0x2e0200, 0x2e0207, segaic16_multiply_1_w}, },
{ 0x2e0208, 0x2e020f, segaic16_multiply_1_w}, },
{ 0x2e0210, 0x2e0217, segaic16_multiply_1_w}, },
{ 0x2e0218, 0x2e021f, segaic16_multiply_1_w}, },
{ 0x2e0220, 0x2e0227, segaic16_multiply_1_w}, },
{ 0x2e0228, 0x2e022f, segaic16_multiply_1_w}, },
{ 0x2e0230, 0x2e0237, segaic16_multiply_1_w}, },
{ 0x2e0238, 0x2e023f, segaic16_multiply_1_w}, },
{ 0x2e0240, 0x2e0247, segaic16_multiply_1_w}, },
{ 0x2e0248, 0x2e024f, segaic16_multiply_1_w}, },
{ 0x2e0250, 0x2e0257, segaic16_multiply_1_w}, },
{ 0x2e0258, 0x2e025f, segaic16_multiply_1_w}, },
{ 0x2e0260, 0x2e0267, segaic16_multiply_1_w}, },
{ 0x2e0268, 0x2e026f, segaic16_multiply_1_w}, },
{ 0x2e0270, 0x2e0277, segaic16_multiply_1_w}, },
{ 0x2e0278, 0x2e027f, segaic16_multiply_1_w}, },
{ 0x2e0280, 0x2e0287, segaic16_multiply_1_w}, },
{ 0x2e0288, 0x2e028f, segaic16_multiply_1_w}, },
{ 0x2e0290, 0x2e0297, segaic16_multiply_1_w}, },
{ 0x2e0298, 0x2e029f, segaic16_multiply_1_w}, },
{ 0x2e02a0, 0x2e02a7, segaic16_multiply_1_w}, },
{ 0x2e02a8, 0x2e02af, segaic16_multiply_1_w}, },
{ 0x2e02b0, 0x2e02b7, segaic16_multiply_1_w}, },
{ 0x2e02b8, 0x2e02bf, segaic16_multiply_1_w}, },
{ 0x2e02c0, 0x2e02c7, segaic16_multiply_1_w}, },
{ 0x2e02c8, 0x2e02cf, segaic16_multiply_1_w}, },
{ 0x2e02d0, 0x2e02d7, segaic16_multiply_1_w}, },
{ 0x2e02d8, 0x2e02df, segaic16_multiply_1_w}, },
{ 0x2e02e0, 0x2e02e7, segaic16_multiply_1_w}, },
{ 0x2e02e8, 0x2e02ef, segaic16_multiply_1_w}, },
{ 0x2e02f0, 0x2e02f7, segaic16_multiply_1_w}, },
{ 0x2e02f8, 0x2e02ff, segaic16_multiply_1_w}, },
{ 0x2e0300, 0x2e0307, segaic16_multiply_1_w}, },
{ 0x2e0308, 0x2e030f, segaic16_multiply_1_w}, },
{ 0x2e0310, 0x2e0317, segaic16_multiply_1_w}, },
{ 0x2e0318, 0x2e031f, segaic16_multiply_1_w}, },
{ 0x2e0320, 0x2e0327, segaic16_multiply_1_w}, },
{ 0x2e0328, 0x2e032f, segaic16_multiply_1_w}, },
{ 0x2e0330, 0x2e0337, segaic16_multiply_1_w}, },
{ 0x2e0338, 0x2e033f, segaic16_multiply_1_w}, },
{ 0x2e0340, 0x2e0347, segaic16_multiply_1_w}, },
{ 0x2e0348, 0x2e034f, segaic16_multiply_1_w}, },
{ 0x2e0350, 0x2e0357, segaic16_multiply_1_w}, },
{ 0x2e0358, 0x2e035f, segaic16_multiply_1_w}, },
{ 0x2e0360, 0x2e0367, segaic16_multiply_1_w}, },
{ 0x2e0368, 0x2e036f, segaic16_multiply_1_w}, },
{ 0x2e0370, 0x2e0377, segaic16_multiply_1_w}, },
{ 0x2e0378, 0x2e037f, segaic16_multiply_1_w}, },
{ 0x2e0380, 0x2e0387, segaic16_multiply_1_w}, },
{ 0x2e0388, 0x2e038f, segaic16_multiply_1_w}, },
{ 0x2e0390, 0x2e0397, segaic16_multiply_1_w}, },
{ 0x2e0398, 0x2e039f, segaic16_multiply_1_w}, },
{ 0x2e03a0, 0x2e03a7, segaic16_multiply_1_w}, },
{ 0x2e03a8, 0x2e03af, segaic16_multiply_1_w}, },
{ 0x2e03b0, 0x2e03b7, segaic16_multiply_1_w}, },
{ 0x2e03b8, 0x2e03bf, segaic16_multiply_1_w}, },
{ 0x2e03c0, 0x2e03c7, segaic16_multiply_1_w}, },
{ 0x2e03c8, 0x2e03cf, segaic16_multiply_1_w}, },
{ 0x2e03d0, 0x2e03d7, segaic16_multiply_1_w}, },
{ 0x2e03d8, 0x2e03df, segaic16_multiply_1_w}, },
{ 0x2e03e0, 0x2e03e7, segaic16_multiply_1_w}, },
{ 0x2e03e8, 0x2e03ef, segaic16_multiply_1_w}, },
{ 0x2e03f0, 0x2e03f7, segaic16_multiply_1_w}, },
{ 0x2e03f8, 0x2e03ff, segaic16_multiply_1_w}, },
{ 0x2e0400, 0x2e0407, segaic16_multiply_1_w}, },
{ 0x2e0408, 0x2e040f, segaic16_multiply_1_w}, },
{ 0x2e0410, 0x2e0417, segaic16_multiply_1_w}, },
{ 0x2e0418, 0x2e041f, segaic16_multiply_1_w}, },
{ 0x2e0420, 0x2e0427, segaic16_multiply_1_w}, },
{ 0x2e0428, 0x2e042f, segaic16_multiply_1_w}, },
{ 0x2e0430, 0x2e0437, segaic16_multiply_1_w}, },
{ 0x2e0438, 0x2e043f, segaic16_multiply_1_w}, },
{ 0x2e0440, 0x2e0447, segaic16_multiply_1_w}, },
{ 0x2e0448, 0x2e044f, segaic16_multiply_1_w}, },
{ 0x2e0450, 0x2e0457, segaic16_multiply_1_w}, },
{ 0x2e0458, 0x2e045f, segaic16_multiply_1_w}, },
{ 0x2e0460, 0x2e0467, segaic16_multiply_1_w}, },
{ 0x2e0468, 0x2e046f, segaic16_multiply_1_w}, },
{ 0x2e0470, 0x2e0477, segaic16_multiply_1_w}, },
{ 0x2e0478, 0x2e047f, segaic16_multiply_1_w}, },
{ 0x2e0480, 0x2e0487, segaic16_multiply_1_w}, },
{ 0x2e0488, 0x2e048f, segaic16_multiply_1_w}, },
{ 0x2e0490, 0x2e0497, segaic16_multiply_1_w}, },
{ 0x2e0498, 0x2e049f, segaic16_multiply_1_w}, },
{ 0x2e04a0, 0x2e04a7, segaic16_multiply_1_w}, },
{ 0x2e04a8, 0x2e04af, segaic16_multiply_1_w}, },
{ 0x2e04b0, 0x2e04b7, segaic16_multiply_1_w}, },
{ 0x2e04b8, 0x2e04bf, segaic16_multiply_1_w}, },
{ 0x2e04c0, 0x2e04c7, segaic16_multiply_1_w}, },
{ 0x2e04c8, 0x2e04cf, segaic16_multiply_1_w}, },
{ 0x2e04d0, 0x2e04d7, segaic16_multiply_1_w}, },
{ 0x2e04d8, 0x2e04df, segaic16_multiply_1_w}, },
{ 0x2e04e0, 0x2e04e7, segaic16_multiply_1_w}, },
{ 0x2e04e8, 0x2e04ef, segaic16_multiply_1_w}, },
{ 0x2e04f0, 0x2e04f7, segaic16_multiply_1_w}, },
{ 0x2e04f8, 0x2e04ff, segaic16_multiply_1_w}, },
{ 0x2e0500, 0x2e0507, segaic16_multiply_1_w}, },
{ 0x2e0508, 0x2e050f, segaic16_multiply_1_w}, },
{ 0x2e0510, 0x2e0517, segaic16_multiply_1_w}, },
{ 0x2e0518, 0x2e051f, segaic16_multiply_1_w}, },
{ 0x2e0520, 0x2e0527, segaic16_multiply_1_w}, },
{ 0x2e0528, 0x2e052f, segaic16_multiply_1_w}, },
{ 0x2e0530, 0x2e0537, segaic16_multiply_1_w}, },
{ 0x2e0538, 0x2e053f, segaic16_multiply_1_w}, },
{ 0x2e0540, 0x2e0547, segaic16_multiply_1_w}, },
{ 0x2e0548, 0x2e054f, segaic16_multiply_1_w}, },
{ 0x2e0550, 0x2e0557, segaic16_multiply_1_w}, },
{ 0x2e0558, 0x2e055f, segaic16_multiply_1_w}, },
{ 0x2e0560, 0x2e0567, segaic16_multiply_1_w}, },
{ 0x2e0568, 0x2e056f, segaic16_multiply_1_w}, },
{ 0x2e0570, 0x2e0577, segaic16_multiply_1_w}, },
{ 0x2e0578, 0x2e057f, segaic16_multiply_1_w}, },
{ 0x2e0580, 0x2e0587, segaic16_multiply_1_w}, },
{ 0x2e0588, 0x2e058f, segaic16_multiply_1_w}, },
{ 0x2e0590, 0x2e0597, segaic16_multiply_1_w}, },
{ 0x2e0598, 0x2e059f, segaic16_multiply_1_w}, },
{ 0x2e05a0, 0x2e05a7, segaic16_multiply_1_w}, },
{ 0x2e05a8, 0x2e05af, segaic16_multiply_1_w}, },
{ 0x2e05b0, 0x2e05b7, segaic16_multiply_1_w}, },
{ 0x2e05b8, 0x2e05bf, segaic16_multiply_1_w}, },
{ 0x2e05c0, 0x2e05c7, segaic16_multiply_1_w}, },
{ 0x2e05c8, 0x2e05cf, segaic16_multiply_1_w}, },
{ 0x2e05d0, 0x2e05d7, segaic16_multiply_1_w}, },
{ 0x2e05d8, 0x2e05df, segaic16_multiply_1_w}, },
{ 0x2e05e0, 0x2e05e7, segaic16_multiply_1_w}, },
{ 0x2e05e8, 0x2e05ef, segaic16_multiply_1_w}, },
{ 0x2e05f0, 0x2e05f7, segaic16_multiply_1_w}, },
{ 0x2e05f8, 0x2e05ff, segaic16_multiply_1_w}, },
{ 0x2e0600, 0x2e0607, segaic16_multiply_1_w}, },
{ 0x2e0608, 0x2e060f, segaic16_multiply_1_w}, },
{ 0x2e0610, 0x2e0617, segaic16_multiply_1_w}, },
{ 0x2e0618, 0x2e061f, segaic16_multiply_1_w}, },
{ 0x2e0620, 0x2e0627, segaic16_multiply_1_w}, },
{ 0x2e0628, 0x2e062f, segaic16_multiply_1_w}, },
{ 0x2e0630, 0x2e0637, segaic16_multiply_1_w}, },
{ 0x2e0638, 0x2e063f, segaic16_multiply_1_w}, },
{ 0x2e0640, 0x2e0647, segaic16_multiply_1_w}, },
{ 0x2e0648, 0x2e064f, segaic16_multiply_1_w}, },
{ 0x2e0650, 0x2e0657, segaic16_multiply_1_w}, },
{ 0x2e0658, 0x2e065f, segaic16_multiply_1_w}, },
{ 0x2e0660, 0x2e0667, segaic16_multiply_1_w}, },
{ 0x2e0668, 0x2e066f, segaic16_multiply_1_w}, },
{ 0x2e0670, 0x2e0677, segaic16_multiply_1_w}, },
{ 0x2e0678, 0x2e067f, segaic16_multiply_1_w}, },
{ 0x2e0680, 0x2e0687, segaic16_multiply_1_w}, },
{ 0x2e0688, 0x2e068f, segaic16_multiply_1_w}, },
{ 0x2e0690, 0x2e0697, segaic16_multiply_1_w}, },
{ 0x2e0698, 0x2e069f, segaic16_multiply_1_w}, },
{ 0x2e06a0, 0x2e06a7, segaic16_multiply_1_w}, },
{ 0x2e06a8, 0x2e06af, segaic16_multiply_1_w}, },
{ 0x2e06b0, 0x2e06b7, segaic16_multiply_1_w}, },
{ 0x2e06b8, 0x2e06bf, segaic16_multiply_1_w}, },
{ 0x2e06c0, 0x2e06c7, segaic16_multiply_1_w}, },
{ 0x2e06c8, 0x2e06cf, segaic16_multiply_1_w}, },
{ 0x2e06d0, 0x2e06d7, segaic16_multiply_1_w}, },
{ 0x2e06d8, 0x2e06df, segaic16_multiply_1_w}, },
{ 0x2e06e0, 0x2e06e7, segaic16_multiply_1_w}, },
{ 0x2e06e8, 0x2e06ef, segaic16_multiply_1_w}, },
{ 0x2e06f0, 0x2e06f7, segaic16_multiply_1_w}, },
{ 0x2e06f8, 0x2e06ff, segaic16_multiply_1_w}, },
{ 0x2e0700, 0x2e0707, segaic16_multiply_1_w}, },
{ 0x2e0708, 0x2e070f, segaic16_multiply_1_w}, },
{ 0x2e0710, 0x2e0717, segaic16_multiply_1_w}, },
{ 0x2e0718, 0x2e071f, segaic16_multiply_1_w}, },
{ 0x2e0720, 0x2e0727, segaic16_multiply_1_w}, },
{ 0x2e0728, 0x2e072f, segaic16_multiply_1_w}, },
{ 0x2e0730, 0x2e0737, segaic16_multiply_1_w}, },
{ 0x2e0738, 0x2e073f, segaic16_multiply_1_w}, },
{ 0x2e0740, 0x2e0747, segaic16_multiply_1_w}, },
{ 0x2e0748, 0x2e074f, segaic16_multiply_1_w}, },
{ 0x2e0750, 0x2e0757, segaic16_multiply_1_w}, },
{ 0x2e0758, 0x2e075f, segaic16_multiply_1_w}, },
{ 0x2e0760, 0x2e0767, segaic16_multiply_1_w}, },
{ 0x2e0768, 0x2e076f, segaic16_multiply_1_w}, },
{ 0x2e0770, 0x2e0777, segaic16_multiply_1_w}, },
{ 0x2e0778, 0x2e077f, segaic16_multiply_1_w}, },
{ 0x2e0780, 0x2e0787, segaic16_multiply_1_w}, },
{ 0x2e0788, 0x2e078f, segaic16_multiply_1_w}, },
{ 0x2e0790, 0x2e0797, segaic16_multiply_1_w}, },
{ 0x2e0798, 0x2e079f, segaic16_multiply_1_w}, },
{ 0x2e07a0, 0x2e07a7, segaic16_multiply_1_w}, },
{ 0x2e07a8, 0x2e07af, segaic16_multiply_1_w}, },
{ 0x2e07b0, 0x2e07b7, segaic16_multiply_1_w}, },
{ 0x2e07b8, 0x2e07bf, segaic16_multiply_1_w}, },
{ 0x2e07c0, 0x2e07c7, segaic16_multiply_1_w}, },
{ 0x2e07c8, 0x2e07cf, segaic16_multiply_1_w}, },
{ 0x2e07d0, 0x2e07d7, segaic16_multiply_1_w}, },
{ 0x2e07d8, 0x2e07df, segaic16_multiply_1_w}, },
{ 0x2e07e0, 0x2e07e7, segaic16_multiply_1_w}, },
{ 0x2e07e8, 0x2e07ef, segaic16_multiply_1_w}, },
{ 0x2e07f0, 0x2e07f7, segaic16_multiply_1_w}, },
{ 0x2e07f8, 0x2e07ff, segaic16_multiply_1_w}, },
{ 0x2e0800, 0x2e0807, segaic16_multiply_1_w}, },
{ 0x2e0808, 0x2e080f, segaic16_multiply_1_w}, },
{ 0x2e0810, 0x2e0817, segaic16_multiply_1_w}, },
{ 0x2e0818, 0x2e081f, segaic16_multiply_1_w}, },
{ 0x2e0820, 0x2e0827, segaic16_multiply_1_w}, },
{ 0x2e0828, 0x2e082f, segaic16_multiply_1_w}, },
{ 0x2e0830, 0x2e0837, segaic16_multiply_1_w}, },
{ 0x2e0838, 0x2e083f, segaic16_multiply_1_w}, },
{ 0x2e0840, 0x2e0847, segaic16_multiply_1_w}, },
{ 0x2e0848, 0x2e084f, segaic16_multiply_1_w}, },
{ 0x2e0850, 0x2e0857, segaic16_multiply_1_w}, },
{ 0x2e0858, 0x2e085f, segaic16_multiply_1_w}, },
{ 0x2e0860, 0x2e0867, segaic16_multiply_1_w}, },
{ 0x2e0868, 0x2e086f, segaic16_multiply_1_w}, },
{ 0x2e0870, 0x2e0877, segaic16_multiply_1_w}, },
{ 0x2e0878, 0x2e087f, segaic16_multiply_1_w}, },
{ 0x2e0880, 0x2e0887, segaic16_multiply_1_w}, },
{ 0x2e0888, 0x2e088f, segaic16_multiply_1_w}, },
{ 0x2e0890, 0x2e0897, segaic16_multiply_1_w}, },
{ 0x2e0898, 0x2e089f, segaic16_multiply_1_w}, },
{ 0x2e08a0, 0x2e08a7, segaic16_multiply_1_w}, },
{ 0x2e08a8, 0x2e08af, segaic16_multiply_1_w}, },
{ 0x2e08b0, 0x2e08b7, segaic16_multiply_1_w}, },
{ 0x2e08b8, 0x2e08bf, segaic16_multiply_1_w}, },
{ 0x2e08c0, 0x2e08c7, segaic16_multiply_1_w}, },
{ 0x2e08c8, 0x2e08cf, segaic16_multiply_1_w}, },
{ 0x2e08d0, 0x2e08d7, segaic16_multiply_1_w}, },
{ 0x2e08d8, 0x2e08df, segaic16_multiply_1_w}, },
{ 0x2e08e0, 0x2e08e7, segaic16_multiply_1_w}, },
{ 0x2e08e8, 0x2e08ef, segaic16_multiply_1_w}, },
{ 0x2e08f0, 0x2e08f7, segaic16_multiply_1_w}, },
{ 0x2e08f8, 0x2e08ff, segaic16_multiply_1_w}, },
{ 0x2e0900, 0x2e0907, segaic16_multiply_1_w}, },
{ 0x2e0908, 0x2e090f, segaic16_multiply_1_w}, },
{ 0x2e0910, 0x2e0917, segaic16_multiply_1_w}, },
{ 0x2e0918, 0x2e091f, segaic16_multiply_1_w}, },
{ 0x2e0920, 0x2e0927, segaic16_multiply_1_w}, },
{ 0x2e0928, 0x2e092f, segaic16_multiply_1_w}, },
{ 0x2e0930, 0x2e0937, segaic16_multiply_1_w}, },
{ 0x2e0938, 0x2e093f, segaic16_multiply_1_w}, },
{ 0x2e0940, 0x2e0947, segaic16_multiply_1_w}, },
{ 0x2e0948, 0x2e094f, segaic16_multiply_1_w}, },
{ 0x2e0950, 0x2e0957, segaic16_multiply_1_w}, },
{ 0x2e0958, 0x2e095f, segaic16_multiply_1_w}, },
{ 0x2e0960, 0x2e0967, segaic16_multiply_1_w}, },
{ 0x2e0968, 0x2e096f, segaic16_multiply_1_w}, },
{ 0x2e0970, 0x2e0977, segaic16_multiply_1_w}, },
{ 0x2e0978, 0x2e097f, segaic16_multiply_1_w}, },
{ 0x2e0980, 0x2e0987, segaic16_multiply_1_w}, },
{ 0x2e0988, 0x2e098f, segaic16_multiply_1_w}, },
{ 0x2e0990, 0x2e0997, segaic16_multiply_1_w}, },
{ 0x2e0998, 0x2e099f, segaic16_multiply_1_w}, },
{ 0x2e09a0, 0x2e09a7, segaic16_multiply_1_w}, },
{ 0x2e09a8, 0x2e09af, segaic16_multiply_1_w}, },
{ 0x2e09b0, 0x2e09b7, segaic16_multiply_1_w}, },
{ 0x2e09b8, 0x2e09bf, segaic16_multiply_1_w}, },
{ 0x2e09c0, 0x2e09c7, segaic16_multiply_1_w}, },
{ 0x2e09c8, 0x2e09cf, segaic16_multiply_1_w}, },
{ 0x2e09d0, 0x2e09d7, segaic16_multiply_1_w}, },
{ 0x2e09d8, 0x2e09df, segaic16_multiply_1_w}, },
{ 0x2e09e0, 0x2e09e7, segaic16_multiply_1_w}, },
{ 0x2e09e8, 0x2e09ef, segaic16_multiply_1_w}, },
{ 0x2e09f0, 0x2e09f7, segaic16_multiply_1_w}, },
{ 0x2e09f8, 0x2e09ff, segaic16_multiply_1_w}, },
{ 0x2e0a00, 0x2e0a07, segaic16_multiply_1_w}, },
{ 0x2e0a08, 0x2e0a0f, segaic16_multiply_1_w}, },
{ 0x2e0a10, 0x2e0a17, segaic16_multiply_1_w}, },
{ 0x2e0a18, 0x2e0a1f, segaic16_multiply_1_w}, },
{ 0x2e0a20, 0x2e0a27, segaic16_multiply_1_w}, },
{ 0x2e0a28, 0x2e0a2f, segaic16_multiply_1_w}, },
{ 0x2e0a30, 0x2e0a37, segaic16_multiply_1_w}, },
{ 0x2e0a38, 0x2e0a3f, segaic16_multiply_1_w}, },
{ 0x2e0a40, 0x2e0a47, segaic16_multiply_1_w}, },
{ 0x2e0a48, 0x2e0a4f, segaic16_multiply_1_w}, },
{ 0x2e0a50, 0x2e0a57, segaic16_multiply_1_w}, },
{ 0x2e0a58, 0x2e0a5f, segaic16_multiply_1_w}, },
{ 0x2e0a60, 0x2e0a67, segaic16_multiply_1_w}, },
{ 0x2e0a68, 0x2e0a6f, segaic16_multiply_1_w}, },
{ 0x2e0a70, 0x2e0a77, segaic16_multiply_1_w}, },
{ 0x2e0a78, 0x2e0a7f, segaic16_multiply_1_w}, },
{ 0x2e0a80, 0x2e0a87, segaic16_multiply_1_w}, },
{ 0x2e0a88, 0x2e0a8f, segaic16_multiply_1_w}, },
{ 0x2e0a90, 0x2e0a97, segaic16_multiply_1_w}, },
{ 0x2e0a98, 0x2e0a9f, segaic16_multiply_1_w}, },
{ 0x2e0aa0, 0x2e0aa7, segaic16_multiply_1_w}, },
{ 0x2e0aa8, 0x2e0aaf, segaic16_multiply_1_w}, },
{ 0x2e0ab0, 0x2e0ab7, segaic16_multiply_1_w}, },
{ 0x2e0ab8, 0x2e0abf, segaic16_multiply_1_w}, },
{ 0x2e0ac0, 0x2e0ac7, segaic16_multiply_1_w}, },
{ 0x2e0ac8, 0x2e0acf, segaic16_multiply_1_w}, },
{ 0x2e0ad0, 0x2e0ad7, segaic16_multiply_1_w}, },
{ 0x2e0ad8, 0x2e0adf, segaic16_multiply_1_w}, },
{ 0x2e0ae0, 0x2e0ae7, segaic16_multiply_1_w}, },
{ 0x2e0ae8, 0x2e0aef, segaic16_multiply_1_w}, },
{ 0x2e0af0, 0x2e0af7, segaic16_multiply_1_w}, },
{ 0x2e0af8, 0x2e0aff, segaic16_multiply_1_w}, },
{ 0x2e0b00, 0x2e0b07, segaic16_multiply_1_w}, },
{ 0x2e0b08, 0x2e0b0f, segaic16_multiply_1_w}, },
{ 0x2e0b10, 0x2e0b17, segaic16_multiply_1_w}, },
{ 0x2e0b18, 0x2e0b1f, segaic16_multiply_1_w}, },
{ 0x2e0b20, 0x2e0b27, segaic16_multiply_1_w}, },
{ 0x2e0b28, 0x2e0b2f, segaic16_multiply_1_w}, },
{ 0x2e0b30, 0x2e0b37, segaic16_multiply_1_w}, },
{ 0x2e0b38, 0x2e0b3f, segaic16_multiply_1_w}, },
{ 0x2e0b40, 0x2e0b47, segaic16_multiply_1_w}, },
{ 0x2e0b48, 0x2e0b4f, segaic16_multiply_1_w}, },
{ 0x2e0b50, 0x2e0b57, segaic16_multiply_1_w}, },
{ 0x2e0b58, 0x2e0b5f, segaic16_multiply_1_w}, },
{ 0x2e0b60, 0x2e0b67, segaic16_multiply_1_w}, },
{ 0x2e0b68, 0x2e0b6f, segaic16_multiply_1_w}, },
{ 0x2e0b70, 0x2e0b77, segaic16_multiply_1_w}, },
{ 0x2e0b78, 0x2e0b7f, segaic16_multiply_1_w}, },
{ 0x2e0b80, 0x2e0b87, segaic16_multiply_1_w}, },
{ 0x2e0b88, 0x2e0b8f, segaic16_multiply_1_w}, },
{ 0x2e0b90, 0x2e0b97, segaic16_multiply_1_w}, },
{ 0x2e0b98, 0x2e0b9f, segaic16_multiply_1_w}, },
{ 0x2e0ba0, 0x2e0ba7, segaic16_multiply_1_w}, },
{ 0x2e0ba8, 0x2e0baf, segaic16_multiply_1_w}, },
{ 0x2e0bb0, 0x2e0bb7, segaic16_multiply_1_w}, },
{ 0x2e0bb8, 0x2e0bbf, segaic16_multiply_1_w}, },
{ 0x2e0bc0, 0x2e0bc7, segaic16_multiply_1_w}, },
{ 0x2e0bc8, 0x2e0bcf, segaic16_multiply_1_w}, },
{ 0x2e0bd0, 0x2e0bd7, segaic16_multiply_1_w}, },
{ 0x2e0bd8, 0x2e0bdf, segaic16_multiply_1_w}, },
{ 0x2e0be0, 0x2e0be7, segaic16_multiply_1_w}, },
{ 0x2e0be8, 0x2e0bef, segaic16_multiply_1_w}, },
{ 0x2e0bf0, 0x2e0bf7, segaic16_multiply_1_w}, },
{ 0x2e0bf8, 0x2e0bff, segaic16_multiply_1_w}, },
{ 0x2e0c00, 0x2e0c07, segaic16_multiply_1_w}, },
{ 0x2e0c08, 0x2e0c0f, segaic16_multiply_1_w}, },
{ 0x2e0c10, 0x2e0c17, segaic16_multiply_1_w}, },
{ 0x2e0c18, 0x2e0c1f, segaic16_multiply_1_w}, },
{ 0x2e0c20, 0x2e0c27, segaic16_multiply_1_w}, },
{ 0x2e0c28, 0x2e0c2f, segaic16_multiply_1_w}, },
{ 0x2e0c30, 0x2e0c37, segaic16_multiply_1_w}, },
{ 0x2e0c38, 0x2e0c3f, segaic16_multiply_1_w}, },
{ 0x2e0c40, 0x2e0c47, segaic16_multiply_1_w}, },
{ 0x2e0c48, 0x2e0c4f, segaic16_multiply_1_w}, },
{ 0x2e0c50, 0x2e0c57, segaic16_multiply_1_w}, },
{ 0x2e0c58, 0x2e0c5f, segaic16_multiply_1_w}, },
{ 0x2e0c60, 0x2e0c67, segaic16_multiply_1_w}, },
{ 0x2e0c68, 0x2e0c6f, segaic16_multiply_1_w}, },
{ 0x2e0c70, 0x2e0c77, segaic16_multiply_1_w}, },
{ 0x2e0c78, 0x2e0c7f, segaic16_multiply_1_w}, },
{ 0x2e0c80, 0x2e0c87, segaic16_multiply_1_w}, },
{ 0x2e0c88, 0x2e0c8f, segaic16_multiply_1_w}, },
{ 0x2e0c90, 0x2e0c97, segaic16_multiply_1_w}, },
{ 0x2e0c98, 0x2e0c9f, segaic16_multiply_1_w}, },
{ 0x2e0ca0, 0x2e0ca7, segaic16_multiply_1_w}, },
{ 0x2e0ca8, 0x2e0caf, segaic16_multiply_1_w}, },
{ 0x2e0cb0, 0x2e0cb7, segaic16_multiply_1_w}, },
{ 0x2e0cb8, 0x2e0cbf, segaic16_multiply_1_w}, },
{ 0x2e0cc0, 0x2e0cc7, segaic16_multiply_1_w}, },
{ 0x2e0cc8, 0x2e0ccf, segaic16_multiply_1_w}, },
{ 0x2e0cd0, 0x2e0cd7, segaic16_multiply_1_w}, },
{ 0x2e0cd8, 0x2e0cdf, segaic16_multiply_1_w}, },
{ 0x2e0ce0, 0x2e0ce7, segaic16_multiply_1_w}, },
{ 0x2e0ce8, 0x2e0cef, segaic16_multiply_1_w}, },
{ 0x2e0cf0, 0x2e0cf7, segaic16_multiply_1_w}, },
{ 0x2e0cf8, 0x2e0cff, segaic16_multiply_1_w}, },
{ 0x2e0d00, 0x2e0d07, segaic16_multiply_1_w}, },
{ 0x2e0d08, 0x2e0d0f, segaic16_multiply_1_w}, },
{ 0x2e0d10, 0x2e0d17, segaic16_multiply_1_w}, },
{ 0x2e0d18, 0x2e0d1f, segaic16_multiply_1_w}, },
{ 0x2e0d20, 0x2e0d27, segaic16_multiply_1_w}, },
{ 0x2e0d28, 0x2e0d2f, segaic16_multiply_1_w}, },
{ 0x2e0d30, 0x2e0d37, segaic16_multiply_1_w}, },
{ 0x2e0d38, 0x2e0d3f, segaic16_multiply_1_w}, },
{ 0x2e0d40, 0x2e0d47, segaic16_multiply_1_w}, },
{ 0x2e0d48, 0x2e0d4f, segaic16_multiply_1_w}, },
{ 0x2e0d50, 0x2e0d57, segaic16_multiply_1_w}, },
{ 0x2e0d58, 0x2e0d5f, segaic16_multiply_1_w}, },
{ 0x2e0d60, 0x2e0d67, segaic16_multiply_1_w}, },
{ 0x2e0d68, 0x2e0d6f, segaic16_multiply_1_w}, },
{ 0x2e0d70, 0x2e0d77, segaic16_multiply_1_w}, },
{ 0x2e0d78, 0x2e0d7f, segaic16_multiply_1_w}, },
{ 0x2e0d80, 0x2e0d87, segaic16_multiply_1_w}, },
{ 0x2e0d88, 0x2e0d8f, segaic16_multiply_1_w}, },
{ 0x2e0d90, 0x2e0d97, segaic16_multiply_1_w}, },
{ 0x2e0d98, 0x2e0d9f, segaic16_multiply_1_w}, },
{ 0x2e0da0, 0x2e0da7, segaic16_multiply_1_w}, },
{ 0x2e0da8, 0x2e0daf, segaic16_multiply_1_w}, },
{ 0x2e0db0, 0x2e0db7, segaic16_multiply_1_w}, },
{ 0x2e0db8, 0x2e0dbf, segaic16_multiply_1_w}, },
{ 0x2e0dc0, 0x2e0dc7, segaic16_multiply_1_w}, },
{ 0x2e0dc8, 0x2e0dcf, segaic16_multiply_1_w}, },
{ 0x2e0dd0, 0x2e0dd7, segaic16_multiply_1_w}, },
{ 0x2e0dd8, 0x2e0ddf, segaic16_multiply_1_w}, },
{ 0x2e0de0, 0x2e0de7, segaic16_multiply_1_w}, },
{ 0x2e0de8, 0x2e0def, segaic16_multiply_1_w}, },
{ 0x2e0df0, 0x2e0df7, segaic16_multiply_1_w}, },
{ 0x2e0df8, 0x2e0dff, segaic16_multiply_1_w}, },
{ 0x2e0e00, 0x2e0e07, segaic16_multiply_1_w}, },
{ 0x2e0e08, 0x2e0e0f, segaic16_multiply_1_w}, },
{ 0x2e0e10, 0x2e0e17, segaic16_multiply_1_w}, },
{ 0x2e0e18, 0x2e0e1f, segaic16_multiply_1_w}, },
{ 0x2e0e20, 0x2e0e27, segaic16_multiply_1_w}, },
{ 0x2e0e28, 0x2e0e2f, segaic16_multiply_1_w}, },
{ 0x2e0e30, 0x2e0e37, segaic16_multiply_1_w}, },
{ 0x2e0e38, 0x2e0e3f, segaic16_multiply_1_w}, },
{ 0x2e0e40, 0x2e0e47, segaic16_multiply_1_w}, },
{ 0x2e0e48, 0x2e0e4f, segaic16_multiply_1_w}, },
{ 0x2e0e50, 0x2e0e57, segaic16_multiply_1_w}, },
{ 0x2e0e58, 0x2e0e5f, segaic16_multiply_1_w}, },
{ 0x2e0e60, 0x2e0e67, segaic16_multiply_1_w}, },
{ 0x2e0e68, 0x2e0e6f, segaic16_multiply_1_w}, },
{ 0x2e0e70, 0x2e0e77, segaic16_multiply_1_w}, },
{ 0x2e0e78, 0x2e0e7f, segaic16_multiply_1_w}, },
{ 0x2e0e80, 0x2e0e87, segaic16_multiply_1_w}, },
{ 0x2e0e88, 0x2e0e8f, segaic16_multiply_1_w}, },
{ 0x2e0e90, 0x2e0e97, segaic16_multiply_1_w}, },
{ 0x2e0e98, 0x2e0e9f, segaic16_multiply_1_w}, },
{ 0x2e0ea0, 0x2e0ea7, segaic16_multiply_1_w}, },
{ 0x2e0ea8, 0x2e0eaf, segaic16_multiply_1_w}, },
{ 0x2e0eb0, 0x2e0eb7, segaic16_multiply_1_w}, },
{ 0x2e0eb8, 0x2e0ebf, segaic16_multiply_1_w}, },
{ 0x2e0ec0, 0x2e0ec7, segaic16_multiply_1_w}, },
{ 0x2e0ec8, 0x2e0ecf, segaic16_multiply_1_w}, },
{ 0x2e0ed0, 0x2e0ed7, segaic16_multiply_1_w}, },
{ 0x2e0ed8, 0x2e0edf, segaic16_multiply_1_w}, },
{ 0x2e0ee0, 0x2e0ee7, segaic16_multiply_1_w}, },
{ 0x2e0ee8, 0x2e0eef, segaic16_multiply_1_w}, },
{ 0x2e0ef0, 0x2e0ef7, segaic16_multiply_1_w}, },
{ 0x2e0ef8, 0x2e0eff, segaic16_multiply_1_w}, },
{ 0x2e0f00, 0x2e0f07, segaic16_multiply_1_w}, },
{ 0x2e0f08, 0x2e0f0f, segaic16_multiply_1_w}, },
{ 0x2e0f10, 0x2e0f17, segaic16_multiply_1_w}, },
{ 0x2e0f18, 0x2e0f1f, segaic16_multiply_1_w}, },
{ 0x2e0f20, 0x2e0f27, segaic16_multiply_1_w}, },
{ 0x2e0f28, 0x2e0f2f, segaic16_multiply_1_w}, },
{ 0x2e0f30, 0x2e0f37, segaic16_multiply_1_w}, },
{ 0x2e0f38, 0x2e0f3f, segaic16_multiply_1_w}, },
{ 0x2e0f40, 0x2e0f47, segaic16_multiply_1_w}, },
{ 0x2e0f48, 0x2e0f4f, segaic16_multiply_1_w}, },
{ 0x2e0f50, 0x2e0f57, segaic16_multiply_1_w}, },
{ 0x2e0f58, 0x2e0f5f, segaic16_multiply_1_w}, },
{ 0x2e0f60, 0x2e0f67, segaic16_multiply_1_w}, },
{ 0x2e0f68, 0x2e0f6f, segaic16_multiply_1_w}, },
{ 0x2e0f70, 0x2e0f77, segaic16_multiply_1_w}, },
{ 0x2e0f78, 0x2e0f7f, segaic16_multiply_1_w}, },
{ 0x2e0f80, 0x2e0f87, segaic16_multiply_1_w}, },
{ 0x2e0f88, 0x2e0f8f, segaic16_multiply_1_w}, },
{ 0x2e0f90, 0x2e0f97, segaic16_multiply_1_w}, },
{ 0x2e0f98, 0x2e0f9f, segaic16_multiply_1_w}, },
{ 0x2e0fa0, 0x2e0fa7, segaic16_multiply_1_w}, },
{ 0x2e0fa8, 0x2e0faf, segaic16_multiply_1_w}, },
{ 0x2e0fb0, 0x2e0fb7, segaic16_multiply_1_w}, },
{ 0x2e0fb8, 0x2e0fbf, segaic16_multiply_1_w}, },
{ 0x2e0fc0, 0x2e0fc7, segaic16_multiply_1_w}, },
{ 0x2e0fc8, 0x2e0fcf, segaic16_multiply_1_w}, },
{ 0x2e0fd0, 0x2e0fd7, segaic16_multiply_1_w}, },
{ 0x2e0fd8, 0x2e0fdf, segaic16_multiply_1_w}, },
{ 0x2e0fe0, 0x2e0fe7, segaic16_multiply_1_w}, },
{ 0x2e0fe8, 0x2e0fef, segaic16_multiply_1_w}, },
{ 0x2e0ff0, 0x2e0ff7, segaic16_multiply_1_w}, },
{ 0x2e0ff8, 0x2e0fff, segaic16_multiply_1_w}, },
{ 0x2e1000, 0x2e1007, segaic16_multiply_1_w}, },
{ 0x2e1008, 0x2e100f, segaic16_multiply_1_w}, },
{ 0x2e1010, 0x2e1017, segaic16_multiply_1_w}, },
{ 0x2e1018, 0x2e101f, segaic16_multiply_1_w}, },
{ 0x2e1020, 0x2e1027, segaic16_multiply_1_w}, },
{ 0x2e1028, 0x2e102f, segaic16_multiply_1_w}, },
{ 0x2e1030, 0x2e1037, segaic16_multiply_1_w}, },
{ 0x2e1038, 0x2e103f, segaic16_multiply_1_w}, },
{ 0x2e1040, 0x2e1047, segaic16_multiply_1_w}, },
{ 0x2e1048, 0x2e104f, segaic16_multiply_1_w}, },
{ 0x2e1050, 0x2e1057, segaic16_multiply_1_w}, },
{ 0x2e1058, 0x2e105f, segaic16_multiply_1_w}, },
{ 0x2e1060, 0x2e1067, segaic16_multiply_1_w}, },
{ 0x2e1068, 0x2e106f, segaic16_multiply_1_w}, },
{ 0x2e1070, 0x2e1077, segaic16_multiply_1_w}, },
{ 0x2e1078, 0x2e107f, segaic16_multiply_1_w}, },
{ 0x2e1080, 0x2e1087, segaic16_multiply_1_w}, },
{ 0x2e1088, 0x2e108f, segaic16_multiply_1_w}, },
{ 0x2e1090, 0x2e1097, segaic16_multiply_1_w}, },
{ 0x2e1098, 0x2e109f, segaic16_multiply_1_w}, },
{ 0x2e10a0, 0x2e10a7, segaic16_multiply_1_w}, },
{ 0x2e10a8, 0x2e10af, segaic16_multiply_1_w}, },
{ 0x2e10b0, 0x2e10b7, segaic16_multiply_1_w}, },
{ 0x2e10b8, 0x2e10bf, segaic16_multiply_1_w}, },
{ 0x2e10c0, 0x2e10c7, segaic16_multiply_1_w}, },
{ 0x2e10c8, 0x2e10cf, segaic16_multiply_1_w}, },
{ 0x2e10d0, 0x2e10d7, segaic16_multiply_1_w}, },
{ 0x2e10d8, 0x2e10df, segaic16_multiply_1_w}, },
{ 0x2e10e0, 0x2e10e7, segaic16_multiply_1_w}, },
{ 0x2e10e8, 0x2e10ef, segaic16_multiply_1_w}, },
{ 0x2e10f0, 0x2e10f7, segaic16_multiply_1_w}, },
{ 0x2e10f8, 0x2e10ff, segaic16_multiply_1_w}, },
{ 0x2e1100, 0x2e1107, segaic16_multiply_1_w}, },
{ 0x2e1108, 0x2e110f, segaic16_multiply_1_w}, },
{ 0x2e1110, 0x2e1117, segaic16_multiply_1_w}, },
{ 0x2e1118, 0x2e111f, segaic16_multiply_1_w}, },
{ 0x2e1120, 0x2e1127, segaic16_multiply_1_w}, },
{ 0x2e1128, 0x2e112f, segaic16_multiply_1_w}, },
{ 0x2e1130, 0x2e1137, segaic16_multiply_1_w}, },
{ 0x2e1138, 0x2e113f, segaic16_multiply_1_w}, },
{ 0x2e1140, 0x2e1147, segaic16_multiply_1_w}, },
{ 0x2e1148, 0x2e114f, segaic16_multiply_1_w}, },
{ 0x2e1150, 0x2e1157, segaic16_multiply_1_w}, },
{ 0x2e1158, 0x2e115f, segaic16_multiply_1_w}, },
{ 0x2e1160, 0x2e1167, segaic16_multiply_1_w}, },
{ 0x2e1168, 0x2e116f, segaic16_multiply_1_w}, },
{ 0x2e1170, 0x2e1177, segaic16_multiply_1_w}, },
{ 0x2e1178, 0x2e117f, segaic16_multiply_1_w}, },
{ 0x2e1180, 0x2e1187, segaic16_multiply_1_w}, },
{ 0x2e1188, 0x2e118f, segaic16_multiply_1_w}, },
{ 0x2e1190, 0x2e1197, segaic16_multiply_1_w}, },
{ 0x2e1198, 0x2e119f, segaic16_multiply_1_w}, },
{ 0x2e11a0, 0x2e11a7, segaic16_multiply_1_w}, },
{ 0x2e11a8, 0x2e11af, segaic16_multiply_1_w}, },
{ 0x2e11b0, 0x2e11b7, segaic16_multiply_1_w}, },
{ 0x2e11b8, 0x2e11bf, segaic16_multiply_1_w}, },
{ 0x2e11c0, 0x2e11c7, segaic16_multiply_1_w}, },
{ 0x2e11c8, 0x2e11cf, segaic16_multiply_1_w}, },
{ 0x2e11d0, 0x2e11d7, segaic16_multiply_1_w}, },
{ 0x2e11d8, 0x2e11df, segaic16_multiply_1_w}, },
{ 0x2e11e0, 0x2e11e7, segaic16_multiply_1_w}, },
{ 0x2e11e8, 0x2e11ef, segaic16_multiply_1_w}, },
{ 0x2e11f0, 0x2e11f7, segaic16_multiply_1_w}, },
{ 0x2e11f8, 0x2e11ff, segaic16_multiply_1_w}, },
{ 0x2e1200, 0x2e1207, segaic16_multiply_1_w}, },
{ 0x2e1208, 0x2e120f, segaic16_multiply_1_w}, },
{ 0x2e1210, 0x2e1217, segaic16_multiply_1_w}, },
{ 0x2e1218, 0x2e121f, segaic16_multiply_1_w}, },
{ 0x2e1220, 0x2e1227, segaic16_multiply_1_w}, },
{ 0x2e1228, 0x2e122f, segaic16_multiply_1_w}, },
{ 0x2e1230, 0x2e1237, segaic16_multiply_1_w}, },
{ 0x2e1238, 0x2e123f, segaic16_multiply_1_w}, },
{ 0x2e1240, 0x2e1247, segaic16_multiply_1_w}, },
{ 0x2e1248, 0x2e124f, segaic16_multiply_1_w}, },
{ 0x2e1250, 0x2e1257, segaic16_multiply_1_w}, },
{ 0x2e1258, 0x2e125f, segaic16_multiply_1_w}, },
{ 0x2e1260, 0x2e1267, segaic16_multiply_1_w}, },
{ 0x2e1268, 0x2e126f, segaic16_multiply_1_w}, },
{ 0x2e1270, 0x2e1277, segaic16_multiply_1_w}, },
{ 0x2e1278, 0x2e127f, segaic16_multiply_1_w}, },
{ 0x2e1280, 0x2e1287, segaic16_multiply_1_w}, },
{ 0x2e1288, 0x2e128f, segaic16_multiply_1_w}, },
{ 0x2e1290, 0x2e1297, segaic16_multiply_1_w}, },
{ 0x2e1298, 0x2e129f, segaic16_multiply_1_w}, },
{ 0x2e12a0, 0x2e12a7, segaic16_multiply_1_w}, },
{ 0x2e12a8, 0x2e12af, segaic16_multiply_1_w}, },
{ 0x2e12b0, 0x2e12b7, segaic16_multiply_1_w}, },
{ 0x2e12b8, 0x2e12bf, segaic16_multiply_1_w}, },
{ 0x2e12c0, 0x2e12c7, segaic16_multiply_1_w}, },
{ 0x2e12c8, 0x2e12cf, segaic16_multiply_1_w}, },
{ 0x2e12d0, 0x2e12d7, segaic16_multiply_1_w}, },
{ 0x2e12d8, 0x2e12df, segaic16_multiply_1_w}, },
{ 0x2e12e0, 0x2e12e7, segaic16_multiply_1_w}, },
{ 0x2e12e8, 0x2e12ef, segaic16_multiply_1_w}, },
{ 0x2e12f0, 0x2e12f7, segaic16_multiply_1_w}, },
{ 0x2e12f8, 0x2e12ff, segaic16_multiply_1_w}, },
{ 0x2e1300, 0x2e1307, segaic16_multiply_1_w}, },
{ 0x2e1308, 0x2e130f, segaic16_multiply_1_w}, },
{ 0x2e1310, 0x2e1317, segaic16_multiply_1_w}, },
{ 0x2e1318, 0x2e131f, segaic16_multiply_1_w}, },
{ 0x2e1320, 0x2e1327, segaic16_multiply_1_w}, },
{ 0x2e1328, 0x2e132f, segaic16_multiply_1_w}, },
{ 0x2e1330, 0x2e1337, segaic16_multiply_1_w}, },
{ 0x2e1338, 0x2e133f, segaic16_multiply_1_w}, },
{ 0x2e1340, 0x2e1347, segaic16_multiply_1_w}, },
{ 0x2e1348, 0x2e134f, segaic16_multiply_1_w}, },
{ 0x2e1350, 0x2e1357, segaic16_multiply_1_w}, },
{ 0x2e1358, 0x2e135f, segaic16_multiply_1_w}, },
{ 0x2e1360, 0x2e1367, segaic16_multiply_1_w}, },
{ 0x2e1368, 0x2e136f, segaic16_multiply_1_w}, },
{ 0x2e1370, 0x2e1377, segaic16_multiply_1_w}, },
{ 0x2e1378, 0x2e137f, segaic16_multiply_1_w}, },
{ 0x2e1380, 0x2e1387, segaic16_multiply_1_w}, },
{ 0x2e1388, 0x2e138f, segaic16_multiply_1_w}, },
{ 0x2e1390, 0x2e1397, segaic16_multiply_1_w}, },
{ 0x2e1398, 0x2e139f, segaic16_multiply_1_w}, },
{ 0x2e13a0, 0x2e13a7, segaic16_multiply_1_w}, },
{ 0x2e13a8, 0x2e13af, segaic16_multiply_1_w}, },
{ 0x2e13b0, 0x2e13b7, segaic16_multiply_1_w}, },
{ 0x2e13b8, 0x2e13bf, segaic16_multiply_1_w}, },
{ 0x2e13c0, 0x2e13c7, segaic16_multiply_1_w}, },
{ 0x2e13c8, 0x2e13cf, segaic16_multiply_1_w}, },
{ 0x2e13d0, 0x2e13d7, segaic16_multiply_1_w}, },
{ 0x2e13d8, 0x2e13df, segaic16_multiply_1_w}, },
{ 0x2e13e0, 0x2e13e7, segaic16_multiply_1_w}, },
{ 0x2e13e8, 0x2e13ef, segaic16_multiply_1_w}, },
{ 0x2e13f0, 0x2e13f7, segaic16_multiply_1_w}, },
{ 0x2e13f8, 0x2e13ff, segaic16_multiply_1_w}, },
{ 0x2e1400, 0x2e1407, segaic16_multiply_1_w}, },
{ 0x2e1408, 0x2e140f, segaic16_multiply_1_w}, },
{ 0x2e1410, 0x2e1417, segaic16_multiply_1_w}, },
{ 0x2e1418, 0x2e141f, segaic16_multiply_1_w}, },
{ 0x2e1420, 0x2e1427, segaic16_multiply_1_w}, },
{ 0x2e1428, 0x2e142f, segaic16_multiply_1_w}, },
{ 0x2e1430, 0x2e1437, segaic16_multiply_1_w}, },
{ 0x2e1438, 0x2e143f, segaic16_multiply_1_w}, },
{ 0x2e1440, 0x2e1447, segaic16_multiply_1_w}, },
{ 0x2e1448, 0x2e144f, segaic16_multiply_1_w}, },
{ 0x2e1450, 0x2e1457, segaic16_multiply_1_w}, },
{ 0x2e1458, 0x2e145f, segaic16_multiply_1_w}, },
{ 0x2e1460, 0x2e1467, segaic16_multiply_1_w}, },
{ 0x2e1468, 0x2e146f, segaic16_multiply_1_w}, },
{ 0x2e1470, 0x2e1477, segaic16_multiply_1_w}, },
{ 0x2e1478, 0x2e147f, segaic16_multiply_1_w}, },
{ 0x2e1480, 0x2e1487, segaic16_multiply_1_w}, },
{ 0x2e1488, 0x2e148f, segaic16_multiply_1_w}, },
{ 0x2e1490, 0x2e1497, segaic16_multiply_1_w}, },
{ 0x2e1498, 0x2e149f, segaic16_multiply_1_w}, },
{ 0x2e14a0, 0x2e14a7, segaic16_multiply_1_w}, },
{ 0x2e14a8, 0x2e14af, segaic16_multiply_1_w}, },
{ 0x2e14b0, 0x2e14b7, segaic16_multiply_1_w}, },
{ 0x2e14b8, 0x2e14bf, segaic16_multiply_1_w}, },
{ 0x2e14c0, 0x2e14c7, segaic16_multiply_1_w}, },
{ 0x2e14c8, 0x2e14cf, segaic16_multiply_1_w}, },
{ 0x2e14d0, 0x2e14d7, segaic16_multiply_1_w}, },
{ 0x2e14d8, 0x2e14df, segaic16_multiply_1_w}, },
{ 0x2e14e0, 0x2e14e7, segaic16_multiply_1_w}, },
{ 0x2e14e8, 0x2e14ef, segaic16_multiply_1_w}, },
{ 0x2e14f0, 0x2e14f7, segaic16_multiply_1_w}, },
{ 0x2e14f8, 0x2e14ff, segaic16_multiply_1_w}, },
{ 0x2e1500, 0x2e1507, segaic16_multiply_1_w}, },
{ 0x2e1508, 0x2e150f, segaic16_multiply_1_w}, },
{ 0x2e1510, 0x2e1517, segaic16_multiply_1_w}, },
{ 0x2e1518, 0x2e151f, segaic16_multiply_1_w}, },
{ 0x2e1520, 0x2e1527, segaic16_multiply_1_w}, },
{ 0x2e1528, 0x2e152f, segaic16_multiply_1_w}, },
{ 0x2e1530, 0x2e1537, segaic16_multiply_1_w}, },
{ 0x2e1538, 0x2e153f, segaic16_multiply_1_w}, },
{ 0x2e1540, 0x2e1547, segaic16_multiply_1_w}, },
{ 0x2e1548, 0x2e154f, segaic16_multiply_1_w}, },
{ 0x2e1550, 0x2e1557, segaic16_multiply_1_w}, },
{ 0x2e1558, 0x2e155f, segaic16_multiply_1_w}, },
{ 0x2e1560, 0x2e1567, segaic16_multiply_1_w}, },
{ 0x2e1568, 0x2e156f, segaic16_multiply_1_w}, },
{ 0x2e1570, 0x2e1577, segaic16_multiply_1_w}, },
{ 0x2e1578, 0x2e157f, segaic16_multiply_1_w}, },
{ 0x2e1580, 0x2e1587, segaic16_multiply_1_w}, },
{ 0x2e1588, 0x2e158f, segaic16_multiply_1_w}, },
{ 0x2e1590, 0x2e1597, segaic16_multiply_1_w}, },
{ 0x2e1598, 0x2e159f, segaic16_multiply_1_w}, },
{ 0x2e15a0, 0x2e15a7, segaic16_multiply_1_w}, },
{ 0x2e15a8, 0x2e15af, segaic16_multiply_1_w}, },
{ 0x2e15b0, 0x2e15b7, segaic16_multiply_1_w}, },
{ 0x2e15b8, 0x2e15bf, segaic16_multiply_1_w}, },
{ 0x2e15c0, 0x2e15c7, segaic16_multiply_1_w}, },
{ 0x2e15c8, 0x2e15cf, segaic16_multiply_1_w}, },
{ 0x2e15d0, 0x2e15d7, segaic16_multiply_1_w}, },
{ 0x2e15d8, 0x2e15df, segaic16_multiply_1_w}, },
{ 0x2e15e0, 0x2e15e7, segaic16_multiply_1_w}, },
{ 0x2e15e8, 0x2e15ef, segaic16_multiply_1_w}, },
{ 0x2e15f0, 0x2e15f7, segaic16_multiply_1_w}, },
{ 0x2e15f8, 0x2e15ff, segaic16_multiply_1_w}, },
{ 0x2e1600, 0x2e1607, segaic16_multiply_1_w}, },
{ 0x2e1608, 0x2e160f, segaic16_multiply_1_w}, },
{ 0x2e1610, 0x2e1617, segaic16_multiply_1_w}, },
{ 0x2e1618, 0x2e161f, segaic16_multiply_1_w}, },
{ 0x2e1620, 0x2e1627, segaic16_multiply_1_w}, },
{ 0x2e1628, 0x2e162f, segaic16_multiply_1_w}, },
{ 0x2e1630, 0x2e1637, segaic16_multiply_1_w}, },
{ 0x2e1638, 0x2e163f, segaic16_multiply_1_w}, },
{ 0x2e1640, 0x2e1647, segaic16_multiply_1_w}, },
{ 0x2e1648, 0x2e164f, segaic16_multiply_1_w}, },
{ 0x2e1650, 0x2e1657, segaic16_multiply_1_w}, },
{ 0x2e1658, 0x2e165f, segaic16_multiply_1_w}, },
{ 0x2e1660, 0x2e1667, segaic16_multiply_1_w}, },
{ 0x2e1668, 0x2e166f, segaic16_multiply_1_w}, },
{ 0x2e1670, 0x2e1677, segaic16_multiply_1_w}, },
{ 0x2e1678, 0x2e167f, segaic16_multiply_1_w}, },
{ 0x2e1680, 0x2e1687, segaic16_multiply_1_w}, },
{ 0x2e1688, 0x2e168f, segaic16_multiply_1_w}, },
{ 0x2e1690, 0x2e1697, segaic16_multiply_1_w}, },
{ 0x2e1698, 0x2e169f, segaic16_multiply_1_w}, },
{ 0x2e16a0, 0x2e16a7, segaic16_multiply_1_w}, },
{ 0x2e16a8, 0x2e16af, segaic16_multiply_1_w}, },
{ 0x2e16b0, 0x2e16b7, segaic16_multiply_1_w}, },
{ 0x2e16b8, 0x2e16bf, segaic16_multiply_1_w}, },
{ 0x2e16c0, 0x2e16c7, segaic16_multiply_1_w}, },
{ 0x2e16c8, 0x2e16cf, segaic16_multiply_1_w}, },
{ 0x2e16d0, 0x2e16d7, segaic16_multiply_1_w}, },
{ 0x2e16d8, 0x2e16df, segaic16_multiply_1_w}, },
{ 0x2e16e0, 0x2e16e7, segaic16_multiply_1_w}, },
{ 0x2e16e8, 0x2e16ef, segaic16_multiply_1_w}, },
{ 0x2e16f0, 0x2e16f7, segaic16_multiply_1_w}, },
{ 0x2e16f8, 0x2e16ff, segaic16_multiply_1_w}, },
{ 0x2e1700, 0x2e1707, segaic16_multiply_1_w}, },
{ 0x2e1708, 0x2e170f, segaic16_multiply_1_w}, },
{ 0x2e1710, 0x2e1717, segaic16_multiply_1_w}, },
{ 0x2e1718, 0x2e171f, segaic16_multiply_1_w}, },
{ 0x2e1720, 0x2e1727, segaic16_multiply_1_w}, },
{ 0x2e1728, 0x2e172f, segaic16_multiply_1_w}, },
{ 0x2e1730, 0x2e1737, segaic16_multiply_1_w}, },
{ 0x2e1738, 0x2e173f, segaic16_multiply_1_w}, },
{ 0x2e1740, 0x2e1747, segaic16_multiply_1_w}, },
{ 0x2e1748, 0x2e174f, segaic16_multiply_1_w}, },
{ 0x2e1750, 0x2e1757, segaic16_multiply_1_w}, },
{ 0x2e1758, 0x2e175f, segaic16_multiply_1_w}, },
{ 0x2e1760, 0x2e1767, segaic16_multiply_1_w}, },
{ 0x2e1768, 0x2e176f, segaic16_multiply_1_w}, },
{ 0x2e1770, 0x2e1777, segaic16_multiply_1_w}, },
{ 0x2e1778, 0x2e177f, segaic16_multiply_1_w}, },
{ 0x2e1780, 0x2e1787, segaic16_multiply_1_w}, },
{ 0x2e1788, 0x2e178f, segaic16_multiply_1_w}, },
{ 0x2e1790, 0x2e1797, segaic16_multiply_1_w}, },
{ 0x2e1798, 0x2e179f, segaic16_multiply_1_w}, },
{ 0x2e17a0, 0x2e17a7, segaic16_multiply_1_w}, },
{ 0x2e17a8, 0x2e17af, segaic16_multiply_1_w}, },
{ 0x2e17b0, 0x2e17b7, segaic16_multiply_1_w}, },
{ 0x2e17b8, 0x2e17bf, segaic16_multiply_1_w}, },
{ 0x2e17c0, 0x2e17c7, segaic16_multiply_1_w}, },
{ 0x2e17c8, 0x2e17cf, segaic16_multiply_1_w}, },
{ 0x2e17d0, 0x2e17d7, segaic16_multiply_1_w}, },
{ 0x2e17d8, 0x2e17df, segaic16_multiply_1_w}, },
{ 0x2e17e0, 0x2e17e7, segaic16_multiply_1_w}, },
{ 0x2e17e8, 0x2e17ef, segaic16_multiply_1_w}, },
{ 0x2e17f0, 0x2e17f7, segaic16_multiply_1_w}, },
{ 0x2e17f8, 0x2e17ff, segaic16_multiply_1_w}, },
{ 0x2e1800, 0x2e1807, segaic16_multiply_1_w}, },
{ 0x2e1808, 0x2e180f, segaic16_multiply_1_w}, },
{ 0x2e1810, 0x2e1817, segaic16_multiply_1_w}, },
{ 0x2e1818, 0x2e181f, segaic16_multiply_1_w}, },
{ 0x2e1820, 0x2e1827, segaic16_multiply_1_w}, },
{ 0x2e1828, 0x2e182f, segaic16_multiply_1_w}, },
{ 0x2e1830, 0x2e1837, segaic16_multiply_1_w}, },
{ 0x2e1838, 0x2e183f, segaic16_multiply_1_w}, },
{ 0x2e1840, 0x2e1847, segaic16_multiply_1_w}, },
{ 0x2e1848, 0x2e184f, segaic16_multiply_1_w}, },
{ 0x2e1850, 0x2e1857, segaic16_multiply_1_w}, },
{ 0x2e1858, 0x2e185f, segaic16_multiply_1_w}, },
{ 0x2e1860, 0x2e1867, segaic16_multiply_1_w}, },
{ 0x2e1868, 0x2e186f, segaic16_multiply_1_w}, },
{ 0x2e1870, 0x2e1877, segaic16_multiply_1_w}, },
{ 0x2e1878, 0x2e187f, segaic16_multiply_1_w}, },
{ 0x2e1880, 0x2e1887, segaic16_multiply_1_w}, },
{ 0x2e1888, 0x2e188f, segaic16_multiply_1_w}, },
{ 0x2e1890, 0x2e1897, segaic16_multiply_1_w}, },
{ 0x2e1898, 0x2e189f, segaic16_multiply_1_w}, },
{ 0x2e18a0, 0x2e18a7, segaic16_multiply_1_w}, },
{ 0x2e18a8, 0x2e18af, segaic16_multiply_1_w}, },
{ 0x2e18b0, 0x2e18b7, segaic16_multiply_1_w}, },
{ 0x2e18b8, 0x2e18bf, segaic16_multiply_1_w}, },
{ 0x2e18c0, 0x2e18c7, segaic16_multiply_1_w}, },
{ 0x2e18c8, 0x2e18cf, segaic16_multiply_1_w}, },
{ 0x2e18d0, 0x2e18d7, segaic16_multiply_1_w}, },
{ 0x2e18d8, 0x2e18df, segaic16_multiply_1_w}, },
{ 0x2e18e0, 0x2e18e7, segaic16_multiply_1_w}, },
{ 0x2e18e8, 0x2e18ef, segaic16_multiply_1_w}, },
{ 0x2e18f0, 0x2e18f7, segaic16_multiply_1_w}, },
{ 0x2e18f8, 0x2e18ff, segaic16_multiply_1_w}, },
{ 0x2e1900, 0x2e1907, segaic16_multiply_1_w}, },
{ 0x2e1908, 0x2e190f, segaic16_multiply_1_w}, },
{ 0x2e1910, 0x2e1917, segaic16_multiply_1_w}, },
{ 0x2e1918, 0x2e191f, segaic16_multiply_1_w}, },
{ 0x2e1920, 0x2e1927, segaic16_multiply_1_w}, },
{ 0x2e1928, 0x2e192f, segaic16_multiply_1_w}, },
{ 0x2e1930, 0x2e1937, segaic16_multiply_1_w}, },
{ 0x2e1938, 0x2e193f, segaic16_multiply_1_w}, },
{ 0x2e1940, 0x2e1947, segaic16_multiply_1_w}, },
{ 0x2e1948, 0x2e194f, segaic16_multiply_1_w}, },
{ 0x2e1950, 0x2e1957, segaic16_multiply_1_w}, },
{ 0x2e1958, 0x2e195f, segaic16_multiply_1_w}, },
{ 0x2e1960, 0x2e1967, segaic16_multiply_1_w}, },
{ 0x2e1968, 0x2e196f, segaic16_multiply_1_w}, },
{ 0x2e1970, 0x2e1977, segaic16_multiply_1_w}, },
{ 0x2e1978, 0x2e197f, segaic16_multiply_1_w}, },
{ 0x2e1980, 0x2e1987, segaic16_multiply_1_w}, },
{ 0x2e1988, 0x2e198f, segaic16_multiply_1_w}, },
{ 0x2e1990, 0x2e1997, segaic16_multiply_1_w}, },
{ 0x2e1998, 0x2e199f, segaic16_multiply_1_w}, },
{ 0x2e19a0, 0x2e19a7, segaic16_multiply_1_w}, },
{ 0x2e19a8, 0x2e19af, segaic16_multiply_1_w}, },
{ 0x2e19b0, 0x2e19b7, segaic16_multiply_1_w}, },
{ 0x2e19b8, 0x2e19bf, segaic16_multiply_1_w}, },
{ 0x2e19c0, 0x2e19c7, segaic16_multiply_1_w}, },
{ 0x2e19c8, 0x2e19cf, segaic16_multiply_1_w}, },
{ 0x2e19d0, 0x2e19d7, segaic16_multiply_1_w}, },
{ 0x2e19d8, 0x2e19df, segaic16_multiply_1_w}, },
{ 0x2e19e0, 0x2e19e7, segaic16_multiply_1_w}, },
{ 0x2e19e8, 0x2e19ef, segaic16_multiply_1_w}, },
{ 0x2e19f0, 0x2e19f7, segaic16_multiply_1_w}, },
{ 0x2e19f8, 0x2e19ff, segaic16_multiply_1_w}, },
{ 0x2e1a00, 0x2e1a07, segaic16_multiply_1_w}, },
{ 0x2e1a08, 0x2e1a0f, segaic16_multiply_1_w}, },
{ 0x2e1a10, 0x2e1a17, segaic16_multiply_1_w}, },
{ 0x2e1a18, 0x2e1a1f, segaic16_multiply_1_w}, },
{ 0x2e1a20, 0x2e1a27, segaic16_multiply_1_w}, },
{ 0x2e1a28, 0x2e1a2f, segaic16_multiply_1_w}, },
{ 0x2e1a30, 0x2e1a37, segaic16_multiply_1_w}, },
{ 0x2e1a38, 0x2e1a3f, segaic16_multiply_1_w}, },
{ 0x2e1a40, 0x2e1a47, segaic16_multiply_1_w}, },
{ 0x2e1a48, 0x2e1a4f, segaic16_multiply_1_w}, },
{ 0x2e1a50, 0x2e1a57, segaic16_multiply_1_w}, },
{ 0x2e1a58, 0x2e1a5f, segaic16_multiply_1_w}, },
{ 0x2e1a60, 0x2e1a67, segaic16_multiply_1_w}, },
{ 0x2e1a68, 0x2e1a6f, segaic16_multiply_1_w}, },
{ 0x2e1a70, 0x2e1a77, segaic16_multiply_1_w}, },
{ 0x2e1a78, 0x2e1a7f, segaic16_multiply_1_w}, },
{ 0x2e1a80, 0x2e1a87, segaic16_multiply_1_w}, },
{ 0x2e1a88, 0x2e1a8f, segaic16_multiply_1_w}, },
{ 0x2e1a90, 0x2e1a97, segaic16_multiply_1_w}, },
{ 0x2e1a98, 0x2e1a9f, segaic16_multiply_1_w}, },
{ 0x2e1aa0, 0x2e1aa7, segaic16_multiply_1_w}, },
{ 0x2e1aa8, 0x2e1aaf, segaic16_multiply_1_w}, },
{ 0x2e1ab0, 0x2e1ab7, segaic16_multiply_1_w}, },
{ 0x2e1ab8, 0x2e1abf, segaic16_multiply_1_w}, },
{ 0x2e1ac0, 0x2e1ac7, segaic16_multiply_1_w}, },
{ 0x2e1ac8, 0x2e1acf, segaic16_multiply_1_w}, },
{ 0x2e1ad0, 0x2e1ad7, segaic16_multiply_1_w}, },
{ 0x2e1ad8, 0x2e1adf, segaic16_multiply_1_w}, },
{ 0x2e1ae0, 0x2e1ae7, segaic16_multiply_1_w}, },
{ 0x2e1ae8, 0x2e1aef, segaic16_multiply_1_w}, },
{ 0x2e1af0, 0x2e1af7, segaic16_multiply_1_w}, },
{ 0x2e1af8, 0x2e1aff, segaic16_multiply_1_w}, },
{ 0x2e1b00, 0x2e1b07, segaic16_multiply_1_w}, },
{ 0x2e1b08, 0x2e1b0f, segaic16_multiply_1_w}, },
{ 0x2e1b10, 0x2e1b17, segaic16_multiply_1_w}, },
{ 0x2e1b18, 0x2e1b1f, segaic16_multiply_1_w}, },
{ 0x2e1b20, 0x2e1b27, segaic16_multiply_1_w}, },
{ 0x2e1b28, 0x2e1b2f, segaic16_multiply_1_w}, },
{ 0x2e1b30, 0x2e1b37, segaic16_multiply_1_w}, },
{ 0x2e1b38, 0x2e1b3f, segaic16_multiply_1_w}, },
{ 0x2e1b40, 0x2e1b47, segaic16_multiply_1_w}, },
{ 0x2e1b48, 0x2e1b4f, segaic16_multiply_1_w}, },
{ 0x2e1b50, 0x2e1b57, segaic16_multiply_1_w}, },
{ 0x2e1b58, 0x2e1b5f, segaic16_multiply_1_w}, },
{ 0x2e1b60, 0x2e1b67, segaic16_multiply_1_w}, },
{ 0x2e1b68, 0x2e1b6f, segaic16_multiply_1_w}, },
{ 0x2e1b70, 0x2e1b77, segaic16_multiply_1_w}, },
{ 0x2e1b78, 0x2e1b7f, segaic16_multiply_1_w}, },
{ 0x2e1b80, 0x2e1b87, segaic16_multiply_1_w}, },
{ 0x2e1b88, 0x2e1b8f, segaic16_multiply_1_w}, },
{ 0x2e1b90, 0x2e1b97, segaic16_multiply_1_w}, },
{ 0x2e1b98, 0x2e1b9f, segaic16_multiply_1_w}, },
{ 0x2e1ba0, 0x2e1ba7, segaic16_multiply_1_w}, },
{ 0x2e1ba8, 0x2e1baf, segaic16_multiply_1_w}, },
{ 0x2e1bb0, 0x2e1bb7, segaic16_multiply_1_w}, },
{ 0x2e1bb8, 0x2e1bbf, segaic16_multiply_1_w}, },
{ 0x2e1bc0, 0x2e1bc7, segaic16_multiply_1_w}, },
{ 0x2e1bc8, 0x2e1bcf, segaic16_multiply_1_w}, },
{ 0x2e1bd0, 0x2e1bd7, segaic16_multiply_1_w}, },
{ 0x2e1bd8, 0x2e1bdf, segaic16_multiply_1_w}, },
{ 0x2e1be0, 0x2e1be7, segaic16_multiply_1_w}, },
{ 0x2e1be8, 0x2e1bef, segaic16_multiply_1_w}, },
{ 0x2e1bf0, 0x2e1bf7, segaic16_multiply_1_w}, },
{ 0x2e1bf8, 0x2e1bff, segaic16_multiply_1_w}, },
{ 0x2e1c00, 0x2e1c07, segaic16_multiply_1_w}, },
{ 0x2e1c08, 0x2e1c0f, segaic16_multiply_1_w}, },
{ 0x2e1c10, 0x2e1c17, segaic16_multiply_1_w}, },
{ 0x2e1c18, 0x2e1c1f, segaic16_multiply_1_w}, },
{ 0x2e1c20, 0x2e1c27, segaic16_multiply_1_w}, },
{ 0x2e1c28, 0x2e1c2f, segaic16_multiply_1_w}, },
{ 0x2e1c30, 0x2e1c37, segaic16_multiply_1_w}, },
{ 0x2e1c38, 0x2e1c3f, segaic16_multiply_1_w}, },
{ 0x2e1c40, 0x2e1c47, segaic16_multiply_1_w}, },
{ 0x2e1c48, 0x2e1c4f, segaic16_multiply_1_w}, },
{ 0x2e1c50, 0x2e1c57, segaic16_multiply_1_w}, },
{ 0x2e1c58, 0x2e1c5f, segaic16_multiply_1_w}, },
{ 0x2e1c60, 0x2e1c67, segaic16_multiply_1_w}, },
{ 0x2e1c68, 0x2e1c6f, segaic16_multiply_1_w}, },
{ 0x2e1c70, 0x2e1c77, segaic16_multiply_1_w}, },
{ 0x2e1c78, 0x2e1c7f, segaic16_multiply_1_w}, },
{ 0x2e1c80, 0x2e1c87, segaic16_multiply_1_w}, },
{ 0x2e1c88, 0x2e1c8f, segaic16_multiply_1_w}, },
{ 0x2e1c90, 0x2e1c97, segaic16_multiply_1_w}, },
{ 0x2e1c98, 0x2e1c9f, segaic16_multiply_1_w}, },
{ 0x2e1ca0, 0x2e1ca7, segaic16_multiply_1_w}, },
{ 0x2e1ca8, 0x2e1caf, segaic16_multiply_1_w}, },
{ 0x2e1cb0, 0x2e1cb7, segaic16_multiply_1_w}, },
{ 0x2e1cb8, 0x2e1cbf, segaic16_multiply_1_w}, },
{ 0x2e1cc0, 0x2e1cc7, segaic16_multiply_1_w}, },
{ 0x2e1cc8, 0x2e1ccf, segaic16_multiply_1_w}, },
{ 0x2e1cd0, 0x2e1cd7, segaic16_multiply_1_w}, },
{ 0x2e1cd8, 0x2e1cdf, segaic16_multiply_1_w}, },
{ 0x2e1ce0, 0x2e1ce7, segaic16_multiply_1_w}, },
{ 0x2e1ce8, 0x2e1cef, segaic16_multiply_1_w}, },
{ 0x2e1cf0, 0x2e1cf7, segaic16_multiply_1_w}, },
{ 0x2e1cf8, 0x2e1cff, segaic16_multiply_1_w}, },
{ 0x2e1d00, 0x2e1d07, segaic16_multiply_1_w}, },
{ 0x2e1d08, 0x2e1d0f, segaic16_multiply_1_w}, },
{ 0x2e1d10, 0x2e1d17, segaic16_multiply_1_w}, },
{ 0x2e1d18, 0x2e1d1f, segaic16_multiply_1_w}, },
{ 0x2e1d20, 0x2e1d27, segaic16_multiply_1_w}, },
{ 0x2e1d28, 0x2e1d2f, segaic16_multiply_1_w}, },
{ 0x2e1d30, 0x2e1d37, segaic16_multiply_1_w}, },
{ 0x2e1d38, 0x2e1d3f, segaic16_multiply_1_w}, },
{ 0x2e1d40, 0x2e1d47, segaic16_multiply_1_w}, },
{ 0x2e1d48, 0x2e1d4f, segaic16_multiply_1_w}, },
{ 0x2e1d50, 0x2e1d57, segaic16_multiply_1_w}, },
{ 0x2e1d58, 0x2e1d5f, segaic16_multiply_1_w}, },
{ 0x2e1d60, 0x2e1d67, segaic16_multiply_1_w}, },
{ 0x2e1d68, 0x2e1d6f, segaic16_multiply_1_w}, },
{ 0x2e1d70, 0x2e1d77, segaic16_multiply_1_w}, },
{ 0x2e1d78, 0x2e1d7f, segaic16_multiply_1_w}, },
{ 0x2e1d80, 0x2e1d87, segaic16_multiply_1_w}, },
{ 0x2e1d88, 0x2e1d8f, segaic16_multiply_1_w}, },
{ 0x2e1d90, 0x2e1d97, segaic16_multiply_1_w}, },
{ 0x2e1d98, 0x2e1d9f, segaic16_multiply_1_w}, },
{ 0x2e1da0, 0x2e1da7, segaic16_multiply_1_w}, },
{ 0x2e1da8, 0x2e1daf, segaic16_multiply_1_w}, },
{ 0x2e1db0, 0x2e1db7, segaic16_multiply_1_w}, },
{ 0x2e1db8, 0x2e1dbf, segaic16_multiply_1_w}, },
{ 0x2e1dc0, 0x2e1dc7, segaic16_multiply_1_w}, },
{ 0x2e1dc8, 0x2e1dcf, segaic16_multiply_1_w}, },
{ 0x2e1dd0, 0x2e1dd7, segaic16_multiply_1_w}, },
{ 0x2e1dd8, 0x2e1ddf, segaic16_multiply_1_w}, },
{ 0x2e1de0, 0x2e1de7, segaic16_multiply_1_w}, },
{ 0x2e1de8, 0x2e1def, segaic16_multiply_1_w}, },
{ 0x2e1df0, 0x2e1df7, segaic16_multiply_1_w}, },
{ 0x2e1df8, 0x2e1dff, segaic16_multiply_1_w}, },
{ 0x2e1e00, 0x2e1e07, segaic16_multiply_1_w}, },
{ 0x2e1e08, 0x2e1e0f, segaic16_multiply_1_w}, },
{ 0x2e1e10, 0x2e1e17, segaic16_multiply_1_w}, },
{ 0x2e1e18, 0x2e1e1f, segaic16_multiply_1_w}, },
{ 0x2e1e20, 0x2e1e27, segaic16_multiply_1_w}, },
{ 0x2e1e28, 0x2e1e2f, segaic16_multiply_1_w}, },
{ 0x2e1e30, 0x2e1e37, segaic16_multiply_1_w}, },
{ 0x2e1e38, 0x2e1e3f, segaic16_multiply_1_w}, },
{ 0x2e1e40, 0x2e1e47, segaic16_multiply_1_w}, },
{ 0x2e1e48, 0x2e1e4f, segaic16_multiply_1_w}, },
{ 0x2e1e50, 0x2e1e57, segaic16_multiply_1_w}, },
{ 0x2e1e58, 0x2e1e5f, segaic16_multiply_1_w}, },
{ 0x2e1e60, 0x2e1e67, segaic16_multiply_1_w}, },
{ 0x2e1e68, 0x2e1e6f, segaic16_multiply_1_w}, },
{ 0x2e1e70, 0x2e1e77, segaic16_multiply_1_w}, },
{ 0x2e1e78, 0x2e1e7f, segaic16_multiply_1_w}, },
{ 0x2e1e80, 0x2e1e87, segaic16_multiply_1_w}, },
{ 0x2e1e88, 0x2e1e8f, segaic16_multiply_1_w}, },
{ 0x2e1e90, 0x2e1e97, segaic16_multiply_1_w}, },
{ 0x2e1e98, 0x2e1e9f, segaic16_multiply_1_w}, },
{ 0x2e1ea0, 0x2e1ea7, segaic16_multiply_1_w}, },
{ 0x2e1ea8, 0x2e1eaf, segaic16_multiply_1_w}, },
{ 0x2e1eb0, 0x2e1eb7, segaic16_multiply_1_w}, },
{ 0x2e1eb8, 0x2e1ebf, segaic16_multiply_1_w}, },
{ 0x2e1ec0, 0x2e1ec7, segaic16_multiply_1_w}, },
{ 0x2e1ec8, 0x2e1ecf, segaic16_multiply_1_w}, },
{ 0x2e1ed0, 0x2e1ed7, segaic16_multiply_1_w}, },
{ 0x2e1ed8, 0x2e1edf, segaic16_multiply_1_w}, },
{ 0x2e1ee0, 0x2e1ee7, segaic16_multiply_1_w}, },
{ 0x2e1ee8, 0x2e1eef, segaic16_multiply_1_w}, },
{ 0x2e1ef0, 0x2e1ef7, segaic16_multiply_1_w}, },
{ 0x2e1ef8, 0x2e1eff, segaic16_multiply_1_w}, },
{ 0x2e1f00, 0x2e1f07, segaic16_multiply_1_w}, },
{ 0x2e1f08, 0x2e1f0f, segaic16_multiply_1_w}, },
{ 0x2e1f10, 0x2e1f17, segaic16_multiply_1_w}, },
{ 0x2e1f18, 0x2e1f1f, segaic16_multiply_1_w}, },
{ 0x2e1f20, 0x2e1f27, segaic16_multiply_1_w}, },
{ 0x2e1f28, 0x2e1f2f, segaic16_multiply_1_w}, },
{ 0x2e1f30, 0x2e1f37, segaic16_multiply_1_w}, },
{ 0x2e1f38, 0x2e1f3f, segaic16_multiply_1_w}, },
{ 0x2e1f40, 0x2e1f47, segaic16_multiply_1_w}, },
{ 0x2e1f48, 0x2e1f4f, segaic16_multiply_1_w}, },
{ 0x2e1f50, 0x2e1f57, segaic16_multiply_1_w}, },
{ 0x2e1f58, 0x2e1f5f, segaic16_multiply_1_w}, },
{ 0x2e1f60, 0x2e1f67, segaic16_multiply_1_w}, },
{ 0x2e1f68, 0x2e1f6f, segaic16_multiply_1_w}, },
{ 0x2e1f70, 0x2e1f77, segaic16_multiply_1_w}, },
{ 0x2e1f78, 0x2e1f7f, segaic16_multiply_1_w}, },
{ 0x2e1f80, 0x2e1f87, segaic16_multiply_1_w}, },
{ 0x2e1f88, 0x2e1f8f, segaic16_multiply_1_w}, },
{ 0x2e1f90, 0x2e1f97, segaic16_multiply_1_w}, },
{ 0x2e1f98, 0x2e1f9f, segaic16_multiply_1_w}, },
{ 0x2e1fa0, 0x2e1fa7, segaic16_multiply_1_w}, },
{ 0x2e1fa8, 0x2e1faf, segaic16_multiply_1_w}, },
{ 0x2e1fb0, 0x2e1fb7, segaic16_multiply_1_w}, },
{ 0x2e1fb8, 0x2e1fbf, segaic16_multiply_1_w}, },
{ 0x2e1fc0, 0x2e1fc7, segaic16_multiply_1_w}, },
{ 0x2e1fc8, 0x2e1fcf, segaic16_multiply_1_w}, },
{ 0x2e1fd0, 0x2e1fd7, segaic16_multiply_1_w}, },
{ 0x2e1fd8, 0x2e1fdf, segaic16_multiply_1_w}, },
{ 0x2e1fe0, 0x2e1fe7, segaic16_multiply_1_w}, },
{ 0x2e1fe8, 0x2e1fef, segaic16_multiply_1_w}, },
{ 0x2e1ff0, 0x2e1ff7, segaic16_multiply_1_w}, },
{ 0x2e1ff8, 0x2e1fff, segaic16_multiply_1_w}, },
{ 0x2e2000, 0x2e2007, segaic16_multiply_1_w}, },
{ 0x2e2008, 0x2e200f, segaic16_multiply_1_w}, },
{ 0x2e2010, 0x2e2017, segaic16_multiply_1_w}, },
{ 0x2e2018, 0x2e201f, segaic16_multiply_1_w}, },
{ 0x2e2020, 0x2e2027, segaic16_multiply_1_w}, },
{ 0x2e2028, 0x2e202f, segaic16_multiply_1_w}, },
{ 0x2e2030, 0x2e2037, segaic16_multiply_1_w}, },
{ 0x2e2038, 0x2e203f, segaic16_multiply_1_w}, },
{ 0x2e2040, 0x2e2047, segaic16_multiply_1_w}, },
{ 0x2e2048, 0x2e204f, segaic16_multiply_1_w}, },
{ 0x2e2050, 0x2e2057, segaic16_multiply_1_w}, },
{ 0x2e2058, 0x2e205f, segaic16_multiply_1_w}, },
{ 0x2e2060, 0x2e2067, segaic16_multiply_1_w}, },
{ 0x2e2068, 0x2e206f, segaic16_multiply_1_w}, },
{ 0x2e2070, 0x2e2077, segaic16_multiply_1_w}, },
{ 0x2e2078, 0x2e207f, segaic16_multiply_1_w}, },
{ 0x2e2080, 0x2e2087, segaic16_multiply_1_w}, },
{ 0x2e2088, 0x2e208f, segaic16_multiply_1_w}, },
{ 0x2e2090, 0x2e2097, segaic16_multiply_1_w}, },
{ 0x2e2098, 0x2e209f, segaic16_multiply_1_w}, },
{ 0x2e20a0, 0x2e20a7, segaic16_multiply_1_w}, },
{ 0x2e20a8, 0x2e20af, segaic16_multiply_1_w}, },
{ 0x2e20b0, 0x2e20b7, segaic16_multiply_1_w}, },
{ 0x2e20b8, 0x2e20bf, segaic16_multiply_1_w}, },
{ 0x2e20c0, 0x2e20c7, segaic16_multiply_1_w}, },
{ 0x2e20c8, 0x2e20cf, segaic16_multiply_1_w}, },
{ 0x2e20d0, 0x2e20d7, segaic16_multiply_1_w}, },
{ 0x2e20d8, 0x2e20df, segaic16_multiply_1_w}, },
{ 0x2e20e0, 0x2e20e7, segaic16_multiply_1_w}, },
{ 0x2e20e8, 0x2e20ef, segaic16_multiply_1_w}, },
{ 0x2e20f0, 0x2e20f7, segaic16_multiply_1_w}, },
{ 0x2e20f8, 0x2e20ff, segaic16_multiply_1_w}, },
{ 0x2e2100, 0x2e2107, segaic16_multiply_1_w}, },
{ 0x2e2108, 0x2e210f, segaic16_multiply_1_w}, },
{ 0x2e2110, 0x2e2117, segaic16_multiply_1_w}, },
{ 0x2e2118, 0x2e211f, segaic16_multiply_1_w}, },
{ 0x2e2120, 0x2e2127, segaic16_multiply_1_w}, },
{ 0x2e2128, 0x2e212f, segaic16_multiply_1_w}, },
{ 0x2e2130, 0x2e2137, segaic16_multiply_1_w}, },
{ 0x2e2138, 0x2e213f, segaic16_multiply_1_w}, },
{ 0x2e2140, 0x2e2147, segaic16_multiply_1_w}, },
{ 0x2e2148, 0x2e214f, segaic16_multiply_1_w}, },
{ 0x2e2150, 0x2e2157, segaic16_multiply_1_w}, },
{ 0x2e2158, 0x2e215f, segaic16_multiply_1_w}, },
{ 0x2e2160, 0x2e2167, segaic16_multiply_1_w}, },
{ 0x2e2168, 0x2e216f, segaic16_multiply_1_w}, },
{ 0x2e2170, 0x2e2177, segaic16_multiply_1_w}, },
{ 0x2e2178, 0x2e217f, segaic16_multiply_1_w}, },
{ 0x2e2180, 0x2e2187, segaic16_multiply_1_w}, },
{ 0x2e2188, 0x2e218f, segaic16_multiply_1_w}, },
{ 0x2e2190, 0x2e2197, segaic16_multiply_1_w}, },
{ 0x2e2198, 0x2e219f, segaic16_multiply_1_w}, },
{ 0x2e21a0, 0x2e21a7, segaic16_multiply_1_w}, },
{ 0x2e21a8, 0x2e21af, segaic16_multiply_1_w}, },
{ 0x2e21b0, 0x2e21b7, segaic16_multiply_1_w}, },
{ 0x2e21b8, 0x2e21bf, segaic16_multiply_1_w}, },
{ 0x2e21c0, 0x2e21c7, segaic16_multiply_1_w}, },
{ 0x2e21c8, 0x2e21cf, segaic16_multiply_1_w}, },
{ 0x2e21d0, 0x2e21d7, segaic16_multiply_1_w}, },
{ 0x2e21d8, 0x2e21df, segaic16_multiply_1_w}, },
{ 0x2e21e0, 0x2e21e7, segaic16_multiply_1_w}, },
{ 0x2e21e8, 0x2e21ef, segaic16_multiply_1_w}, },
{ 0x2e21f0, 0x2e21f7, segaic16_multiply_1_w}, },
{ 0x2e21f8, 0x2e21ff, segaic16_multiply_1_w}, },
{ 0x2e2200, 0x2e2207, segaic16_multiply_1_w}, },
{ 0x2e2208, 0x2e220f, segaic16_multiply_1_w}, },
{ 0x2e2210, 0x2e2217, segaic16_multiply_1_w}, },
{ 0x2e2218, 0x2e221f, segaic16_multiply_1_w}, },
{ 0x2e2220, 0x2e2227, segaic16_multiply_1_w}, },
{ 0x2e2228, 0x2e222f, segaic16_multiply_1_w}, },
{ 0x2e2230, 0x2e2237, segaic16_multiply_1_w}, },
{ 0x2e2238, 0x2e223f, segaic16_multiply_1_w}, },
{ 0x2e2240, 0x2e2247, segaic16_multiply_1_w}, },
{ 0x2e2248, 0x2e224f, segaic16_multiply_1_w}, },
{ 0x2e2250, 0x2e2257, segaic16_multiply_1_w}, },
{ 0x2e2258, 0x2e225f, segaic16_multiply_1_w}, },
{ 0x2e2260, 0x2e2267, segaic16_multiply_1_w}, },
{ 0x2e2268, 0x2e226f, segaic16_multiply_1_w}, },
{ 0x2e2270, 0x2e2277, segaic16_multiply_1_w}, },
{ 0x2e2278, 0x2e227f, segaic16_multiply_1_w}, },
{ 0x2e2280, 0x2e2287, segaic16_multiply_1_w}, },
{ 0x2e2288, 0x2e228f, segaic16_multiply_1_w}, },
{ 0x2e2290, 0x2e2297, segaic16_multiply_1_w}, },
{ 0x2e2298, 0x2e229f, segaic16_multiply_1_w}, },
{ 0x2e22a0, 0x2e22a7, segaic16_multiply_1_w}, },
{ 0x2e22a8, 0x2e22af, segaic16_multiply_1_w}, },
{ 0x2e22b0, 0x2e22b7, segaic16_multiply_1_w}, },
{ 0x2e22b8, 0x2e22bf, segaic16_multiply_1_w}, },
{ 0x2e22c0, 0x2e22c7, segaic16_multiply_1_w}, },
{ 0x2e22c8, 0x2e22cf, segaic16_multiply_1_w}, },
{ 0x2e22d0, 0x2e22d7, segaic16_multiply_1_w}, },
{ 0x2e22d8, 0x2e22df, segaic16_multiply_1_w}, },
{ 0x2e22e0, 0x2e22e7, segaic16_multiply_1_w}, },
{ 0x2e22e8, 0x2e22ef, segaic16_multiply_1_w}, },
{ 0x2e22f0, 0x2e22f7, segaic16_multiply_1_w}, },
{ 0x2e22f8, 0x2e22ff, segaic16_multiply_1_w}, },
{ 0x2e2300, 0x2e2307, segaic16_multiply_1_w}, },
{ 0x2e2308, 0x2e230f, segaic16_multiply_1_w}, },
{ 0x2e2310, 0x2e2317, segaic16_multiply_1_w}, },
{ 0x2e2318, 0x2e231f, segaic16_multiply_1_w}, },
{ 0x2e2320, 0x2e2327, segaic16_multiply_1_w}, },
{ 0x2e2328, 0x2e232f, segaic16_multiply_1_w}, },
{ 0x2e2330, 0x2e2337, segaic16_multiply_1_w}, },
{ 0x2e2338, 0x2e233f, segaic16_multiply_1_w}, },
{ 0x2e2340, 0x2e2347, segaic16_multiply_1_w}, },
{ 0x2e2348, 0x2e234f, segaic16_multiply_1_w}, },
{ 0x2e2350, 0x2e2357, segaic16_multiply_1_w}, },
{ 0x2e2358, 0x2e235f, segaic16_multiply_1_w}, },
{ 0x2e2360, 0x2e2367, segaic16_multiply_1_w}, },
{ 0x2e2368, 0x2e236f, segaic16_multiply_1_w}, },
{ 0x2e2370, 0x2e2377, segaic16_multiply_1_w}, },
{ 0x2e2378, 0x2e237f, segaic16_multiply_1_w}, },
{ 0x2e2380, 0x2e2387, segaic16_multiply_1_w}, },
{ 0x2e2388, 0x2e238f, segaic16_multiply_1_w}, },
{ 0x2e2390, 0x2e2397, segaic16_multiply_1_w}, },
{ 0x2e2398, 0x2e239f, segaic16_multiply_1_w}, },
{ 0x2e23a0, 0x2e23a7, segaic16_multiply_1_w}, },
{ 0x2e23a8, 0x2e23af, segaic16_multiply_1_w}, },
{ 0x2e23b0, 0x2e23b7, segaic16_multiply_1_w}, },
{ 0x2e23b8, 0x2e23bf, segaic16_multiply_1_w}, },
{ 0x2e23c0, 0x2e23c7, segaic16_multiply_1_w}, },
{ 0x2e23c8, 0x2e23cf, segaic16_multiply_1_w}, },
{ 0x2e23d0, 0x2e23d7, segaic16_multiply_1_w}, },
{ 0x2e23d8, 0x2e23df, segaic16_multiply_1_w}, },
{ 0x2e23e0, 0x2e23e7, segaic16_multiply_1_w}, },
{ 0x2e23e8, 0x2e23ef, segaic16_multiply_1_w}, },
{ 0x2e23f0, 0x2e23f7, segaic16_multiply_1_w}, },
{ 0x2e23f8, 0x2e23ff, segaic16_multiply_1_w}, },
{ 0x2e2400, 0x2e2407, segaic16_multiply_1_w}, },
{ 0x2e2408, 0x2e240f, segaic16_multiply_1_w}, },
{ 0x2e2410, 0x2e2417, segaic16_multiply_1_w}, },
{ 0x2e2418, 0x2e241f, segaic16_multiply_1_w}, },
{ 0x2e2420, 0x2e2427, segaic16_multiply_1_w}, },
{ 0x2e2428, 0x2e242f, segaic16_multiply_1_w}, },
{ 0x2e2430, 0x2e2437, segaic16_multiply_1_w}, },
{ 0x2e2438, 0x2e243f, segaic16_multiply_1_w}, },
{ 0x2e2440, 0x2e2447, segaic16_multiply_1_w}, },
{ 0x2e2448, 0x2e244f, segaic16_multiply_1_w}, },
{ 0x2e2450, 0x2e2457, segaic16_multiply_1_w}, },
{ 0x2e2458, 0x2e245f, segaic16_multiply_1_w}, },
{ 0x2e2460, 0x2e2467, segaic16_multiply_1_w}, },
{ 0x2e2468, 0x2e246f, segaic16_multiply_1_w}, },
{ 0x2e2470, 0x2e2477, segaic16_multiply_1_w}, },
{ 0x2e2478, 0x2e247f, segaic16_multiply_1_w}, },
{ 0x2e2480, 0x2e2487, segaic16_multiply_1_w}, },
{ 0x2e2488, 0x2e248f, segaic16_multiply_1_w}, },
{ 0x2e2490, 0x2e2497, segaic16_multiply_1_w}, },
{ 0x2e2498, 0x2e249f, segaic16_multiply_1_w}, },
{ 0x2e24a0, 0x2e24a7, segaic16_multiply_1_w}, },
{ 0x2e24a8, 0x2e24af, segaic16_multiply_1_w}, },
{ 0x2e24b0, 0x2e24b7, segaic16_multiply_1_w}, },
{ 0x2e24b8, 0x2e24bf, segaic16_multiply_1_w}, },
{ 0x2e24c0, 0x2e24c7, segaic16_multiply_1_w}, },
{ 0x2e24c8, 0x2e24cf, segaic16_multiply_1_w}, },
{ 0x2e24d0, 0x2e24d7, segaic16_multiply_1_w}, },
{ 0x2e24d8, 0x2e24df, segaic16_multiply_1_w}, },
{ 0x2e24e0, 0x2e24e7, segaic16_multiply_1_w}, },
{ 0x2e24e8, 0x2e24ef, segaic16_multiply_1_w}, },
{ 0x2e24f0, 0x2e24f7, segaic16_multiply_1_w}, },
{ 0x2e24f8, 0x2e24ff, segaic16_multiply_1_w}, },
{ 0x2e2500, 0x2e2507, segaic16_multiply_1_w}, },
{ 0x2e2508, 0x2e250f, segaic16_multiply_1_w}, },
{ 0x2e2510, 0x2e2517, segaic16_multiply_1_w}, },
{ 0x2e2518, 0x2e251f, segaic16_multiply_1_w}, },
{ 0x2e2520, 0x2e2527, segaic16_multiply_1_w}, },
{ 0x2e2528, 0x2e252f, segaic16_multiply_1_w}, },
{ 0x2e2530, 0x2e2537, segaic16_multiply_1_w}, },
{ 0x2e2538, 0x2e253f, segaic16_multiply_1_w}, },
{ 0x2e2540, 0x2e2547, segaic16_multiply_1_w}, },
{ 0x2e2548, 0x2e254f, segaic16_multiply_1_w}, },
{ 0x2e2550, 0x2e2557, segaic16_multiply_1_w}, },
{ 0x2e2558, 0x2e255f, segaic16_multiply_1_w}, },
{ 0x2e2560, 0x2e2567, segaic16_multiply_1_w}, },
{ 0x2e2568, 0x2e256f, segaic16_multiply_1_w}, },
{ 0x2e2570, 0x2e2577, segaic16_multiply_1_w}, },
{ 0x2e2578, 0x2e257f, segaic16_multiply_1_w}, },
{ 0x2e2580, 0x2e2587, segaic16_multiply_1_w}, },
{ 0x2e2588, 0x2e258f, segaic16_multiply_1_w}, },
{ 0x2e2590, 0x2e2597, segaic16_multiply_1_w}, },
{ 0x2e2598, 0x2e259f, segaic16_multiply_1_w}, },
{ 0x2e25a0, 0x2e25a7, segaic16_multiply_1_w}, },
{ 0x2e25a8, 0x2e25af, segaic16_multiply_1_w}, },
{ 0x2e25b0, 0x2e25b7, segaic16_multiply_1_w}, },
{ 0x2e25b8, 0x2e25bf, segaic16_multiply_1_w}, },
{ 0x2e25c0, 0x2e25c7, segaic16_multiply_1_w}, },
{ 0x2e25c8, 0x2e25cf, segaic16_multiply_1_w}, },
{ 0x2e25d0, 0x2e25d7, segaic16_multiply_1_w}, },
{ 0x2e25d8, 0x2e25df, segaic16_multiply_1_w}, },
{ 0x2e25e0, 0x2e25e7, segaic16_multiply_1_w}, },
{ 0x2e25e8, 0x2e25ef, segaic16_multiply_1_w}, },
{ 0x2e25f0, 0x2e25f7, segaic16_multiply_1_w}, },
{ 0x2e25f8, 0x2e25ff, segaic16_multiply_1_w}, },
{ 0x2e2600, 0x2e2607, segaic16_multiply_1_w}, },
{ 0x2e2608, 0x2e260f, segaic16_multiply_1_w}, },
{ 0x2e2610, 0x2e2617, segaic16_multiply_1_w}, },
{ 0x2e2618, 0x2e261f, segaic16_multiply_1_w}, },
{ 0x2e2620, 0x2e2627, segaic16_multiply_1_w}, },
{ 0x2e2628, 0x2e262f, segaic16_multiply_1_w}, },
{ 0x2e2630, 0x2e2637, segaic16_multiply_1_w}, },
{ 0x2e2638, 0x2e263f, segaic16_multiply_1_w}, },
{ 0x2e2640, 0x2e2647, segaic16_multiply_1_w}, },
{ 0x2e2648, 0x2e264f, segaic16_multiply_1_w}, },
{ 0x2e2650, 0x2e2657, segaic16_multiply_1_w}, },
{ 0x2e2658, 0x2e265f, segaic16_multiply_1_w}, },
{ 0x2e2660, 0x2e2667, segaic16_multiply_1_w}, },
{ 0x2e2668, 0x2e266f, segaic16_multiply_1_w}, },
{ 0x2e2670, 0x2e2677, segaic16_multiply_1_w}, },
{ 0x2e2678, 0x2e267f, segaic16_multiply_1_w}, },
{ 0x2e2680, 0x2e2687, segaic16_multiply_1_w}, },
{ 0x2e2688, 0x2e268f, segaic16_multiply_1_w}, },
{ 0x2e2690, 0x2e2697, segaic16_multiply_1_w}, },
{ 0x2e2698, 0x2e269f, segaic16_multiply_1_w}, },
{ 0x2e26a0, 0x2e26a7, segaic16_multiply_1_w}, },
{ 0x2e26a8, 0x2e26af, segaic16_multiply_1_w}, },
{ 0x2e26b0, 0x2e26b7, segaic16_multiply_1_w}, },
{ 0x2e26b8, 0x2e26bf, segaic16_multiply_1_w}, },
{ 0x2e26c0, 0x2e26c7, segaic16_multiply_1_w}, },
{ 0x2e26c8, 0x2e26cf, segaic16_multiply_1_w}, },
{ 0x2e26d0, 0x2e26d7, segaic16_multiply_1_w}, },
{ 0x2e26d8, 0x2e26df, segaic16_multiply_1_w}, },
{ 0x2e26e0, 0x2e26e7, segaic16_multiply_1_w}, },
{ 0x2e26e8, 0x2e26ef, segaic16_multiply_1_w}, },
{ 0x2e26f0, 0x2e26f7, segaic16_multiply_1_w}, },
{ 0x2e26f8, 0x2e26ff, segaic16_multiply_1_w}, },
{ 0x2e2700, 0x2e2707, segaic16_multiply_1_w}, },
{ 0x2e2708, 0x2e270f, segaic16_multiply_1_w}, },
{ 0x2e2710, 0x2e2717, segaic16_multiply_1_w}, },
{ 0x2e2718, 0x2e271f, segaic16_multiply_1_w}, },
{ 0x2e2720, 0x2e2727, segaic16_multiply_1_w}, },
{ 0x2e2728, 0x2e272f, segaic16_multiply_1_w}, },
{ 0x2e2730, 0x2e2737, segaic16_multiply_1_w}, },
{ 0x2e2738, 0x2e273f, segaic16_multiply_1_w}, },
{ 0x2e2740, 0x2e2747, segaic16_multiply_1_w}, },
{ 0x2e2748, 0x2e274f, segaic16_multiply_1_w}, },
{ 0x2e2750, 0x2e2757, segaic16_multiply_1_w}, },
{ 0x2e2758, 0x2e275f, segaic16_multiply_1_w}, },
{ 0x2e2760, 0x2e2767, segaic16_multiply_1_w}, },
{ 0x2e2768, 0x2e276f, segaic16_multiply_1_w}, },
{ 0x2e2770, 0x2e2777, segaic16_multiply_1_w}, },
{ 0x2e2778, 0x2e277f, segaic16_multiply_1_w}, },
{ 0x2e2780, 0x2e2787, segaic16_multiply_1_w}, },
{ 0x2e2788, 0x2e278f, segaic16_multiply_1_w}, },
{ 0x2e2790, 0x2e2797, segaic16_multiply_1_w}, },
{ 0x2e2798, 0x2e279f, segaic16_multiply_1_w}, },
{ 0x2e27a0, 0x2e27a7, segaic16_multiply_1_w}, },
{ 0x2e27a8, 0x2e27af, segaic16_multiply_1_w}, },
{ 0x2e27b0, 0x2e27b7, segaic16_multiply_1_w}, },
{ 0x2e27b8, 0x2e27bf, segaic16_multiply_1_w}, },
{ 0x2e27c0, 0x2e27c7, segaic16_multiply_1_w}, },
{ 0x2e27c8, 0x2e27cf, segaic16_multiply_1_w}, },
{ 0x2e27d0, 0x2e27d7, segaic16_multiply_1_w}, },
{ 0x2e27d8, 0x2e27df, segaic16_multiply_1_w}, },
{ 0x2e27e0, 0x2e27e7, segaic16_multiply_1_w}, },
{ 0x2e27e8, 0x2e27ef, segaic16_multiply_1_w}, },
{ 0x2e27f0, 0x2e27f7, segaic16_multiply_1_w}, },
{ 0x2e27f8, 0x2e27ff, segaic16_multiply_1_w}, },
{ 0x2e2800, 0x2e2807, segaic16_multiply_1_w}, },
{ 0x2e2808, 0x2e280f, segaic16_multiply_1_w}, },
{ 0x2e2810, 0x2e2817, segaic16_multiply_1_w}, },
{ 0x2e2818, 0x2e281f, segaic16_multiply_1_w}, },
{ 0x2e2820, 0x2e2827, segaic16_multiply_1_w}, },
{ 0x2e2828, 0x2e282f, segaic16_multiply_1_w}, },
{ 0x2e2830, 0x2e2837, segaic16_multiply_1_w}, },
{ 0x2e2838, 0x2e283f, segaic16_multiply_1_w}, },
{ 0x2e2840, 0x2e2847, segaic16_multiply_1_w}, },
{ 0x2e2848, 0x2e284f, segaic16_multiply_1_w}, },
{ 0x2e2850, 0x2e2857, segaic16_multiply_1_w}, },
{ 0x2e2858, 0x2e285f, segaic16_multiply_1_w}, },
{ 0x2e2860, 0x2e2867, segaic16_multiply_1_w}, },
{ 0x2e2868, 0x2e286f, segaic16_multiply_1_w}, },
{ 0x2e2870, 0x2e2877, segaic16_multiply_1_w}, },
{ 0x2e2878, 0x2e287f, segaic16_multiply_1_w}, },
{ 0x2e2880, 0x2e2887, segaic16_multiply_1_w}, },
{ 0x2e2888, 0x2e288f, segaic16_multiply_1_w}, },
{ 0x2e2890, 0x2e2897, segaic16_multiply_1_w}, },
{ 0x2e2898, 0x2e289f, segaic16_multiply_1_w}, },
{ 0x2e28a0, 0x2e28a7, segaic16_multiply_1_w}, },
{ 0x2e28a8, 0x2e28af, segaic16_multiply_1_w}, },
{ 0x2e28b0, 0x2e28b7, segaic16_multiply_1_w}, },
{ 0x2e28b8, 0x2e28bf, segaic16_multiply_1_w}, },
{ 0x2e28c0, 0x2e28c7, segaic16_multiply_1_w}, },
{ 0x2e28c8, 0x2e28cf, segaic16_multiply_1_w}, },
{ 0x2e28d0, 0x2e28d7, segaic16_multiply_1_w}, },
{ 0x2e28d8, 0x2e28df, segaic16_multiply_1_w}, },
{ 0x2e28e0, 0x2e28e7, segaic16_multiply_1_w}, },
{ 0x2e28e8, 0x2e28ef, segaic16_multiply_1_w}, },
{ 0x2e28f0, 0x2e28f7, segaic16_multiply_1_w}, },
{ 0x2e28f8, 0x2e28ff, segaic16_multiply_1_w}, },
{ 0x2e2900, 0x2e2907, segaic16_multiply_1_w}, },
{ 0x2e2908, 0x2e290f, segaic16_multiply_1_w}, },
{ 0x2e2910, 0x2e2917, segaic16_multiply_1_w}, },
{ 0x2e2918, 0x2e291f, segaic16_multiply_1_w}, },
{ 0x2e2920, 0x2e2927, segaic16_multiply_1_w}, },
{ 0x2e2928, 0x2e292f, segaic16_multiply_1_w}, },
{ 0x2e2930, 0x2e2937, segaic16_multiply_1_w}, },
{ 0x2e2938, 0x2e293f, segaic16_multiply_1_w}, },
{ 0x2e2940, 0x2e2947, segaic16_multiply_1_w}, },
{ 0x2e2948, 0x2e294f, segaic16_multiply_1_w}, },
{ 0x2e2950, 0x2e2957, segaic16_multiply_1_w}, },
{ 0x2e2958, 0x2e295f, segaic16_multiply_1_w}, },
{ 0x2e2960, 0x2e2967, segaic16_multiply_1_w}, },
{ 0x2e2968, 0x2e296f, segaic16_multiply_1_w}, },
{ 0x2e2970, 0x2e2977, segaic16_multiply_1_w}, },
{ 0x2e2978, 0x2e297f, segaic16_multiply_1_w}, },
{ 0x2e2980, 0x2e2987, segaic16_multiply_1_w}, },
{ 0x2e2988, 0x2e298f, segaic16_multiply_1_w}, },
{ 0x2e2990, 0x2e2997, segaic16_multiply_1_w}, },
{ 0x2e2998, 0x2e299f, segaic16_multiply_1_w}, },
{ 0x2e29a0, 0x2e29a7, segaic16_multiply_1_w}, },
{ 0x2e29a8, 0x2e29af, segaic16_multiply_1_w}, },
{ 0x2e29b0, 0x2e29b7, segaic16_multiply_1_w}, },
{ 0x2e29b8, 0x2e29bf, segaic16_multiply_1_w}, },
{ 0x2e29c0, 0x2e29c7, segaic16_multiply_1_w}, },
{ 0x2e29c8, 0x2e29cf, segaic16_multiply_1_w}, },
{ 0x2e29d0, 0x2e29d7, segaic16_multiply_1_w}, },
{ 0x2e29d8, 0x2e29df, segaic16_multiply_1_w}, },
{ 0x2e29e0, 0x2e29e7, segaic16_multiply_1_w}, },
{ 0x2e29e8, 0x2e29ef, segaic16_multiply_1_w}, },
{ 0x2e29f0, 0x2e29f7, segaic16_multiply_1_w}, },
{ 0x2e29f8, 0x2e29ff, segaic16_multiply_1_w}, },
{ 0x2e2a00, 0x2e2a07, segaic16_multiply_1_w}, },
{ 0x2e2a08, 0x2e2a0f, segaic16_multiply_1_w}, },
{ 0x2e2a10, 0x2e2a17, segaic16_multiply_1_w}, },
{ 0x2e2a18, 0x2e2a1f, segaic16_multiply_1_w}, },
{ 0x2e2a20, 0x2e2a27, segaic16_multiply_1_w}, },
{ 0x2e2a28, 0x2e2a2f, segaic16_multiply_1_w}, },
{ 0x2e2a30, 0x2e2a37, segaic16_multiply_1_w}, },
{ 0x2e2a38, 0x2e2a3f, segaic16_multiply_1_w}, },
{ 0x2e2a40, 0x2e2a47, segaic16_multiply_1_w}, },
{ 0x2e2a48, 0x2e2a4f, segaic16_multiply_1_w}, },
{ 0x2e2a50, 0x2e2a57, segaic16_multiply_1_w}, },
{ 0x2e2a58, 0x2e2a5f, segaic16_multiply_1_w}, },
{ 0x2e2a60, 0x2e2a67, segaic16_multiply_1_w}, },
{ 0x2e2a68, 0x2e2a6f, segaic16_multiply_1_w}, },
{ 0x2e2a70, 0x2e2a77, segaic16_multiply_1_w}, },
{ 0x2e2a78, 0x2e2a7f, segaic16_multiply_1_w}, },
{ 0x2e2a80, 0x2e2a87, segaic16_multiply_1_w}, },
{ 0x2e2a88, 0x2e2a8f, segaic16_multiply_1_w}, },
{ 0x2e2a90, 0x2e2a97, segaic16_multiply_1_w}, },
{ 0x2e2a98, 0x2e2a9f, segaic16_multiply_1_w}, },
{ 0x2e2aa0, 0x2e2aa7, segaic16_multiply_1_w}, },
{ 0x2e2aa8, 0x2e2aaf, segaic16_multiply_1_w}, },
{ 0x2e2ab0, 0x2e2ab7, segaic16_multiply_1_w}, },
{ 0x2e2ab8, 0x2e2abf, segaic16_multiply_1_w}, },
{ 0x2e2ac0, 0x2e2ac7, segaic16_multiply_1_w}, },
{ 0x2e2ac8, 0x2e2acf, segaic16_multiply_1_w}, },
{ 0x2e2ad0, 0x2e2ad7, segaic16_multiply_1_w}, },
{ 0x2e2ad8, 0x2e2adf, segaic16_multiply_1_w}, },
{ 0x2e2ae0, 0x2e2ae7, segaic16_multiply_1_w}, },
{ 0x2e2ae8, 0x2e2aef, segaic16_multiply_1_w}, },
{ 0x2e2af0, 0x2e2af7, segaic16_multiply_1_w}, },
{ 0x2e2af8, 0x2e2aff, segaic16_multiply_1_w}, },
{ 0x2e2b00, 0x2e2b07, segaic16_multiply_1_w}, },
{ 0x2e2b08, 0x2e2b0f, segaic16_multiply_1_w}, },
{ 0x2e2b10, 0x2e2b17, segaic16_multiply_1_w}, },
{ 0x2e2b18, 0x2e2b1f, segaic16_multiply_1_w}, },
{ 0x2e2b20, 0x2e2b27, segaic16_multiply_1_w}, },
{ 0x2e2b28, 0x2e2b2f, segaic16_multiply_1_w}, },
{ 0x2e2b30, 0x2e2b37, segaic16_multiply_1_w}, },
{ 0x2e2b38, 0x2e2b3f, segaic16_multiply_1_w}, },
{ 0x2e2b40, 0x2e2b47, segaic16_multiply_1_w}, },
{ 0x2e2b48, 0x2e2b4f, segaic16_multiply_1_w}, },
{ 0x2e2b50, 0x2e2b57, segaic16_multiply_1_w}, },
{ 0x2e2b58, 0x2e2b5f, segaic16_multiply_1_w}, },
{ 0x2e2b60, 0x2e2b67, segaic16_multiply_1_w}, },
{ 0x2e2b68, 0x2e2b6f, segaic16_multiply_1_w}, },
{ 0x2e2b70, 0x2e2b77, segaic16_multiply_1_w}, },
{ 0x2e2b78, 0x2e2b7f, segaic16_multiply_1_w}, },
{ 0x2e2b80, 0x2e2b87, segaic16_multiply_1_w}, },
{ 0x2e2b88, 0x2e2b8f, segaic16_multiply_1_w}, },
{ 0x2e2b90, 0x2e2b97, segaic16_multiply_1_w}, },
{ 0x2e2b98, 0x2e2b9f, segaic16_multiply_1_w}, },
{ 0x2e2ba0, 0x2e2ba7, segaic16_multiply_1_w}, },
{ 0x2e2ba8, 0x2e2baf, segaic16_multiply_1_w}, },
{ 0x2e2bb0, 0x2e2bb7, segaic16_multiply_1_w}, },
{ 0x2e2bb8, 0x2e2bbf, segaic16_multiply_1_w}, },
{ 0x2e2bc0, 0x2e2bc7, segaic16_multiply_1_w}, },
{ 0x2e2bc8, 0x2e2bcf, segaic16_multiply_1_w}, },
{ 0x2e2bd0, 0x2e2bd7, segaic16_multiply_1_w}, },
{ 0x2e2bd8, 0x2e2bdf, segaic16_multiply_1_w}, },
{ 0x2e2be0, 0x2e2be7, segaic16_multiply_1_w}, },
{ 0x2e2be8, 0x2e2bef, segaic16_multiply_1_w}, },
{ 0x2e2bf0, 0x2e2bf7, segaic16_multiply_1_w}, },
{ 0x2e2bf8, 0x2e2bff, segaic16_multiply_1_w}, },
{ 0x2e2c00, 0x2e2c07, segaic16_multiply_1_w}, },
{ 0x2e2c08, 0x2e2c0f, segaic16_multiply_1_w}, },
{ 0x2e2c10, 0x2e2c17, segaic16_multiply_1_w}, },
{ 0x2e2c18, 0x2e2c1f, segaic16_multiply_1_w}, },
{ 0x2e2c20, 0x2e2c27, segaic16_multiply_1_w}, },
{ 0x2e2c28, 0x2e2c2f, segaic16_multiply_1_w}, },
{ 0x2e2c30, 0x2e2c37, segaic16_multiply_1_w}, },
{ 0x2e2c38, 0x2e2c3f, segaic16_multiply_1_w}, },
{ 0x2e2c40, 0x2e2c47, segaic16_multiply_1_w}, },
{ 0x2e2c48, 0x2e2c4f, segaic16_multiply_1_w}, },
{ 0x2e2c50, 0x2e2c57, segaic16_multiply_1_w}, },
{ 0x2e2c58, 0x2e2c5f, segaic16_multiply_1_w}, },
{ 0x2e2c60, 0x2e2c67, segaic16_multiply_1_w}, },
{ 0x2e2c68, 0x2e2c6f, segaic16_multiply_1_w}, },
{ 0x2e2c70, 0x2e2c77, segaic16_multiply_1_w}, },
{ 0x2e2c78, 0x2e2c7f, segaic16_multiply_1_w}, },
{ 0x2e2c80, 0x2e2c87, segaic16_multiply_1_w}, },
{ 0x2e2c88, 0x2e2c8f, segaic16_multiply_1_w}, },
{ 0x2e2c90, 0x2e2c97, segaic16_multiply_1_w}, },
{ 0x2e2c98, 0x2e2c9f, segaic16_multiply_1_w}, },
{ 0x2e2ca0, 0x2e2ca7, segaic16_multiply_1_w}, },
{ 0x2e2ca8, 0x2e2caf, segaic16_multiply_1_w}, },
{ 0x2e2cb0, 0x2e2cb7, segaic16_multiply_1_w}, },
{ 0x2e2cb8, 0x2e2cbf, segaic16_multiply_1_w}, },
{ 0x2e2cc0, 0x2e2cc7, segaic16_multiply_1_w}, },
{ 0x2e2cc8, 0x2e2ccf, segaic16_multiply_1_w}, },
{ 0x2e2cd0, 0x2e2cd7, segaic16_multiply_1_w}, },
{ 0x2e2cd8, 0x2e2cdf, segaic16_multiply_1_w}, },
{ 0x2e2ce0, 0x2e2ce7, segaic16_multiply_1_w}, },
{ 0x2e2ce8, 0x2e2cef, segaic16_multiply_1_w}, },
{ 0x2e2cf0, 0x2e2cf7, segaic16_multiply_1_w}, },
{ 0x2e2cf8, 0x2e2cff, segaic16_multiply_1_w}, },
{ 0x2e2d00, 0x2e2d07, segaic16_multiply_1_w}, },
{ 0x2e2d08, 0x2e2d0f, segaic16_multiply_1_w}, },
{ 0x2e2d10, 0x2e2d17, segaic16_multiply_1_w}, },
{ 0x2e2d18, 0x2e2d1f, segaic16_multiply_1_w}, },
{ 0x2e2d20, 0x2e2d27, segaic16_multiply_1_w}, },
{ 0x2e2d28, 0x2e2d2f, segaic16_multiply_1_w}, },
{ 0x2e2d30, 0x2e2d37, segaic16_multiply_1_w}, },
{ 0x2e2d38, 0x2e2d3f, segaic16_multiply_1_w}, },
{ 0x2e2d40, 0x2e2d47, segaic16_multiply_1_w}, },
{ 0x2e2d48, 0x2e2d4f, segaic16_multiply_1_w}, },
{ 0x2e2d50, 0x2e2d57, segaic16_multiply_1_w}, },
{ 0x2e2d58, 0x2e2d5f, segaic16_multiply_1_w}, },
{ 0x2e2d60, 0x2e2d67, segaic16_multiply_1_w}, },
{ 0x2e2d68, 0x2e2d6f, segaic16_multiply_1_w}, },
{ 0x2e2d70, 0x2e2d77, segaic16_multiply_1_w}, },
{ 0x2e2d78, 0x2e2d7f, segaic16_multiply_1_w}, },
{ 0x2e2d80, 0x2e2d87, segaic16_multiply_1_w}, },
{ 0x2e2d88, 0x2e2d8f, segaic16_multiply_1_w}, },
{ 0x2e2d90, 0x2e2d97, segaic16_multiply_1_w}, },
{ 0x2e2d98, 0x2e2d9f, segaic16_multiply_1_w}, },
{ 0x2e2da0, 0x2e2da7, segaic16_multiply_1_w}, },
{ 0x2e2da8, 0x2e2daf, segaic16_multiply_1_w}, },
{ 0x2e2db0, 0x2e2db7, segaic16_multiply_1_w}, },
{ 0x2e2db8, 0x2e2dbf, segaic16_multiply_1_w}, },
{ 0x2e2dc0, 0x2e2dc7, segaic16_multiply_1_w}, },
{ 0x2e2dc8, 0x2e2dcf, segaic16_multiply_1_w}, },
{ 0x2e2dd0, 0x2e2dd7, segaic16_multiply_1_w}, },
{ 0x2e2dd8, 0x2e2ddf, segaic16_multiply_1_w}, },
{ 0x2e2de0, 0x2e2de7, segaic16_multiply_1_w}, },
{ 0x2e2de8, 0x2e2def, segaic16_multiply_1_w}, },
{ 0x2e2df0, 0x2e2df7, segaic16_multiply_1_w}, },
{ 0x2e2df8, 0x2e2dff, segaic16_multiply_1_w}, },
{ 0x2e2e00, 0x2e2e07, segaic16_multiply_1_w}, },
{ 0x2e2e08, 0x2e2e0f, segaic16_multiply_1_w}, },
{ 0x2e2e10, 0x2e2e17, segaic16_multiply_1_w}, },
{ 0x2e2e18, 0x2e2e1f, segaic16_multiply_1_w}, },
{ 0x2e2e20, 0x2e2e27, segaic16_multiply_1_w}, },
{ 0x2e2e28, 0x2e2e2f, segaic16_multiply_1_w}, },
{ 0x2e2e30, 0x2e2e37, segaic16_multiply_1_w}, },
{ 0x2e2e38, 0x2e2e3f, segaic16_multiply_1_w}, },
{ 0x2e2e40, 0x2e2e47, segaic16_multiply_1_w}, },
{ 0x2e2e48, 0x2e2e4f, segaic16_multiply_1_w}, },
{ 0x2e2e50, 0x2e2e57, segaic16_multiply_1_w}, },
{ 0x2e2e58, 0x2e2e5f, segaic16_multiply_1_w}, },
{ 0x2e2e60, 0x2e2e67, segaic16_multiply_1_w}, },
{ 0x2e2e68, 0x2e2e6f, segaic16_multiply_1_w}, },
{ 0x2e2e70, 0x2e2e77, segaic16_multiply_1_w}, },
{ 0x2e2e78, 0x2e2e7f, segaic16_multiply_1_w}, },
{ 0x2e2e80, 0x2e2e87, segaic16_multiply_1_w}, },
{ 0x2e2e88, 0x2e2e8f, segaic16_multiply_1_w}, },
{ 0x2e2e90, 0x2e2e97, segaic16_multiply_1_w}, },
{ 0x2e2e98, 0x2e2e9f, segaic16_multiply_1_w}, },
{ 0x2e2ea0, 0x2e2ea7, segaic16_multiply_1_w}, },
{ 0x2e2ea8, 0x2e2eaf, segaic16_multiply_1_w}, },
{ 0x2e2eb0, 0x2e2eb7, segaic16_multiply_1_w}, },
{ 0x2e2eb8, 0x2e2ebf, segaic16_multiply_1_w}, },
{ 0x2e2ec0, 0x2e2ec7, segaic16_multiply_1_w}, },
{ 0x2e2ec8, 0x2e2ecf, segaic16_multiply_1_w}, },
{ 0x2e2ed0, 0x2e2ed7, segaic16_multiply_1_w}, },
{ 0x2e2ed8, 0x2e2edf, segaic16_multiply_1_w}, },
{ 0x2e2ee0, 0x2e2ee7, segaic16_multiply_1_w}, },
{ 0x2e2ee8, 0x2e2eef, segaic16_multiply_1_w}, },
{ 0x2e2ef0, 0x2e2ef7, segaic16_multiply_1_w}, },
{ 0x2e2ef8, 0x2e2eff, segaic16_multiply_1_w}, },
{ 0x2e2f00, 0x2e2f07, segaic16_multiply_1_w}, },
{ 0x2e2f08, 0x2e2f0f, segaic16_multiply_1_w}, },
{ 0x2e2f10, 0x2e2f17, segaic16_multiply_1_w}, },
{ 0x2e2f18, 0x2e2f1f, segaic16_multiply_1_w}, },
{ 0x2e2f20, 0x2e2f27, segaic16_multiply_1_w}, },
{ 0x2e2f28, 0x2e2f2f, segaic16_multiply_1_w}, },
{ 0x2e2f30, 0x2e2f37, segaic16_multiply_1_w}, },
{ 0x2e2f38, 0x2e2f3f, segaic16_multiply_1_w}, },
{ 0x2e2f40, 0x2e2f47, segaic16_multiply_1_w}, },
{ 0x2e2f48, 0x2e2f4f, segaic16_multiply_1_w}, },
{ 0x2e2f50, 0x2e2f57, segaic16_multiply_1_w}, },
{ 0x2e2f58, 0x2e2f5f, segaic16_multiply_1_w}, },
{ 0x2e2f60, 0x2e2f67, segaic16_multiply_1_w}, },
{ 0x2e2f68, 0x2e2f6f, segaic16_multiply_1_w}, },
{ 0x2e2f70, 0x2e2f77, segaic16_multiply_1_w}, },
{ 0x2e2f78, 0x2e2f7f, segaic16_multiply_1_w}, },
{ 0x2e2f80, 0x2e2f87, segaic16_multiply_1_w}, },
{ 0x2e2f88, 0x2e2f8f, segaic16_multiply_1_w}, },
{ 0x2e2f90, 0x2e2f97, segaic16_multiply_1_w}, },
{ 0x2e2f98, 0x2e2f9f, segaic16_multiply_1_w}, },
{ 0x2e2fa0, 0x2e2fa7, segaic16_multiply_1_w}, },
{ 0x2e2fa8, 0x2e2faf, segaic16_multiply_1_w}, },
{ 0x2e2fb0, 0x2e2fb7, segaic16_multiply_1_w}, },
{ 0x2e2fb8, 0x2e2fbf, segaic16_multiply_1_w}, },
{ 0x2e2fc0, 0x2e2fc7, segaic16_multiply_1_w}, },
{ 0x2e2fc8, 0x2e2fcf, segaic16_multiply_1_w}, },
{ 0x2e2fd0, 0x2e2fd7, segaic16_multiply_1_w}, },
{ 0x2e2fd8, 0x2e2fdf, segaic16_multiply_1_w}, },
{ 0x2e2fe0, 0x2e2fe7, segaic16_multiply_1_w}, },
{ 0x2e2fe8, 0x2e2fef, segaic16_multiply_1_w}, },
{ 0x2e2ff0, 0x2e2ff7, segaic16_multiply_1_w}, },
{ 0x2e2ff8, 0x2e2fff, segaic16_multiply_1_w}, },
{ 0x2e3000, 0x2e3007, segaic16_multiply_1_w}, },
{ 0x2e3008, 0x2e300f, segaic16_multiply_1_w}, },
{ 0x2e3010, 0x2e3017, segaic16_multiply_1_w}, },
{ 0x2e3018, 0x2e301f, segaic16_multiply_1_w}, },
{ 0x2e3020, 0x2e3027, segaic16_multiply_1_w}, },
{ 0x2e3028, 0x2e302f, segaic16_multiply_1_w}, },
{ 0x2e3030, 0x2e3037, segaic16_multiply_1_w}, },
{ 0x2e3038, 0x2e303f, segaic16_multiply_1_w}, },
{ 0x2e3040, 0x2e3047, segaic16_multiply_1_w}, },
{ 0x2e3048, 0x2e304f, segaic16_multiply_1_w}, },
{ 0x2e3050, 0x2e3057, segaic16_multiply_1_w}, },
{ 0x2e3058, 0x2e305f, segaic16_multiply_1_w}, },
{ 0x2e3060, 0x2e3067, segaic16_multiply_1_w}, },
{ 0x2e3068, 0x2e306f, segaic16_multiply_1_w}, },
{ 0x2e3070, 0x2e3077, segaic16_multiply_1_w}, },
{ 0x2e3078, 0x2e307f, segaic16_multiply_1_w}, },
{ 0x2e3080, 0x2e3087, segaic16_multiply_1_w}, },
{ 0x2e3088, 0x2e308f, segaic16_multiply_1_w}, },
{ 0x2e3090, 0x2e3097, segaic16_multiply_1_w}, },
{ 0x2e3098, 0x2e309f, segaic16_multiply_1_w}, },
{ 0x2e30a0, 0x2e30a7, segaic16_multiply_1_w}, },
{ 0x2e30a8, 0x2e30af, segaic16_multiply_1_w}, },
{ 0x2e30b0, 0x2e30b7, segaic16_multiply_1_w}, },
{ 0x2e30b8, 0x2e30bf, segaic16_multiply_1_w}, },
{ 0x2e30c0, 0x2e30c7, segaic16_multiply_1_w}, },
{ 0x2e30c8, 0x2e30cf, segaic16_multiply_1_w}, },
{ 0x2e30d0, 0x2e30d7, segaic16_multiply_1_w}, },
{ 0x2e30d8, 0x2e30df, segaic16_multiply_1_w}, },
{ 0x2e30e0, 0x2e30e7, segaic16_multiply_1_w}, },
{ 0x2e30e8, 0x2e30ef, segaic16_multiply_1_w}, },
{ 0x2e30f0, 0x2e30f7, segaic16_multiply_1_w}, },
{ 0x2e30f8, 0x2e30ff, segaic16_multiply_1_w}, },
{ 0x2e3100, 0x2e3107, segaic16_multiply_1_w}, },
{ 0x2e3108, 0x2e310f, segaic16_multiply_1_w}, },
{ 0x2e3110, 0x2e3117, segaic16_multiply_1_w}, },
{ 0x2e3118, 0x2e311f, segaic16_multiply_1_w}, },
{ 0x2e3120, 0x2e3127, segaic16_multiply_1_w}, },
{ 0x2e3128, 0x2e312f, segaic16_multiply_1_w}, },
{ 0x2e3130, 0x2e3137, segaic16_multiply_1_w}, },
{ 0x2e3138, 0x2e313f, segaic16_multiply_1_w}, },
{ 0x2e3140, 0x2e3147, segaic16_multiply_1_w}, },
{ 0x2e3148, 0x2e314f, segaic16_multiply_1_w}, },
{ 0x2e3150, 0x2e3157, segaic16_multiply_1_w}, },
{ 0x2e3158, 0x2e315f, segaic16_multiply_1_w}, },
{ 0x2e3160, 0x2e3167, segaic16_multiply_1_w}, },
{ 0x2e3168, 0x2e316f, segaic16_multiply_1_w}, },
{ 0x2e3170, 0x2e3177, segaic16_multiply_1_w}, },
{ 0x2e3178, 0x2e317f, segaic16_multiply_1_w}, },
{ 0x2e3180, 0x2e3187, segaic16_multiply_1_w}, },
{ 0x2e3188, 0x2e318f, segaic16_multiply_1_w}, },
{ 0x2e3190, 0x2e3197, segaic16_multiply_1_w}, },
{ 0x2e3198, 0x2e319f, segaic16_multiply_1_w}, },
{ 0x2e31a0, 0x2e31a7, segaic16_multiply_1_w}, },
{ 0x2e31a8, 0x2e31af, segaic16_multiply_1_w}, },
{ 0x2e31b0, 0x2e31b7, segaic16_multiply_1_w}, },
{ 0x2e31b8, 0x2e31bf, segaic16_multiply_1_w}, },
{ 0x2e31c0, 0x2e31c7, segaic16_multiply_1_w}, },
{ 0x2e31c8, 0x2e31cf, segaic16_multiply_1_w}, },
{ 0x2e31d0, 0x2e31d7, segaic16_multiply_1_w}, },
{ 0x2e31d8, 0x2e31df, segaic16_multiply_1_w}, },
{ 0x2e31e0, 0x2e31e7, segaic16_multiply_1_w}, },
{ 0x2e31e8, 0x2e31ef, segaic16_multiply_1_w}, },
{ 0x2e31f0, 0x2e31f7, segaic16_multiply_1_w}, },
{ 0x2e31f8, 0x2e31ff, segaic16_multiply_1_w}, },
{ 0x2e3200, 0x2e3207, segaic16_multiply_1_w}, },
{ 0x2e3208, 0x2e320f, segaic16_multiply_1_w}, },
{ 0x2e3210, 0x2e3217, segaic16_multiply_1_w}, },
{ 0x2e3218, 0x2e321f, segaic16_multiply_1_w}, },
{ 0x2e3220, 0x2e3227, segaic16_multiply_1_w}, },
{ 0x2e3228, 0x2e322f, segaic16_multiply_1_w}, },
{ 0x2e3230, 0x2e3237, segaic16_multiply_1_w}, },
{ 0x2e3238, 0x2e323f, segaic16_multiply_1_w}, },
{ 0x2e3240, 0x2e3247, segaic16_multiply_1_w}, },
{ 0x2e3248, 0x2e324f, segaic16_multiply_1_w}, },
{ 0x2e3250, 0x2e3257, segaic16_multiply_1_w}, },
{ 0x2e3258, 0x2e325f, segaic16_multiply_1_w}, },
{ 0x2e3260, 0x2e3267, segaic16_multiply_1_w}, },
{ 0x2e3268, 0x2e326f, segaic16_multiply_1_w}, },
{ 0x2e3270, 0x2e3277, segaic16_multiply_1_w}, },
{ 0x2e3278, 0x2e327f, segaic16_multiply_1_w}, },
{ 0x2e3280, 0x2e3287, segaic16_multiply_1_w}, },
{ 0x2e3288, 0x2e328f, segaic16_multiply_1_w}, },
{ 0x2e3290, 0x2e3297, segaic16_multiply_1_w}, },
{ 0x2e3298, 0x2e329f, segaic16_multiply_1_w}, },
{ 0x2e32a0, 0x2e32a7, segaic16_multiply_1_w}, },
{ 0x2e32a8, 0x2e32af, segaic16_multiply_1_w}, },
{ 0x2e32b0, 0x2e32b7, segaic16_multiply_1_w}, },
{ 0x2e32b8, 0x2e32bf, segaic16_multiply_1_w}, },
{ 0x2e32c0, 0x2e32c7, segaic16_multiply_1_w}, },
{ 0x2e32c8, 0x2e32cf, segaic16_multiply_1_w}, },
{ 0x2e32d0, 0x2e32d7, segaic16_multiply_1_w}, },
{ 0x2e32d8, 0x2e32df, segaic16_multiply_1_w}, },
{ 0x2e32e0, 0x2e32e7, segaic16_multiply_1_w}, },
{ 0x2e32e8, 0x2e32ef, segaic16_multiply_1_w}, },
{ 0x2e32f0, 0x2e32f7, segaic16_multiply_1_w}, },
{ 0x2e32f8, 0x2e32ff, segaic16_multiply_1_w}, },
{ 0x2e3300, 0x2e3307, segaic16_multiply_1_w}, },
{ 0x2e3308, 0x2e330f, segaic16_multiply_1_w}, },
{ 0x2e3310, 0x2e3317, segaic16_multiply_1_w}, },
{ 0x2e3318, 0x2e331f, segaic16_multiply_1_w}, },
{ 0x2e3320, 0x2e3327, segaic16_multiply_1_w}, },
{ 0x2e3328, 0x2e332f, segaic16_multiply_1_w}, },
{ 0x2e3330, 0x2e3337, segaic16_multiply_1_w}, },
{ 0x2e3338, 0x2e333f, segaic16_multiply_1_w}, },
{ 0x2e3340, 0x2e3347, segaic16_multiply_1_w}, },
{ 0x2e3348, 0x2e334f, segaic16_multiply_1_w}, },
{ 0x2e3350, 0x2e3357, segaic16_multiply_1_w}, },
{ 0x2e3358, 0x2e335f, segaic16_multiply_1_w}, },
{ 0x2e3360, 0x2e3367, segaic16_multiply_1_w}, },
{ 0x2e3368, 0x2e336f, segaic16_multiply_1_w}, },
{ 0x2e3370, 0x2e3377, segaic16_multiply_1_w}, },
{ 0x2e3378, 0x2e337f, segaic16_multiply_1_w}, },
{ 0x2e3380, 0x2e3387, segaic16_multiply_1_w}, },
{ 0x2e3388, 0x2e338f, segaic16_multiply_1_w}, },
{ 0x2e3390, 0x2e3397, segaic16_multiply_1_w}, },
{ 0x2e3398, 0x2e339f, segaic16_multiply_1_w}, },
{ 0x2e33a0, 0x2e33a7, segaic16_multiply_1_w}, },
{ 0x2e33a8, 0x2e33af, segaic16_multiply_1_w}, },
{ 0x2e33b0, 0x2e33b7, segaic16_multiply_1_w}, },
{ 0x2e33b8, 0x2e33bf, segaic16_multiply_1_w}, },
{ 0x2e33c0, 0x2e33c7, segaic16_multiply_1_w}, },
{ 0x2e33c8, 0x2e33cf, segaic16_multiply_1_w}, },
{ 0x2e33d0, 0x2e33d7, segaic16_multiply_1_w}, },
{ 0x2e33d8, 0x2e33df, segaic16_multiply_1_w}, },
{ 0x2e33e0, 0x2e33e7, segaic16_multiply_1_w}, },
{ 0x2e33e8, 0x2e33ef, segaic16_multiply_1_w}, },
{ 0x2e33f0, 0x2e33f7, segaic16_multiply_1_w}, },
{ 0x2e33f8, 0x2e33ff, segaic16_multiply_1_w}, },
{ 0x2e3400, 0x2e3407, segaic16_multiply_1_w}, },
{ 0x2e3408, 0x2e340f, segaic16_multiply_1_w}, },
{ 0x2e3410, 0x2e3417, segaic16_multiply_1_w}, },
{ 0x2e3418, 0x2e341f, segaic16_multiply_1_w}, },
{ 0x2e3420, 0x2e3427, segaic16_multiply_1_w}, },
{ 0x2e3428, 0x2e342f, segaic16_multiply_1_w}, },
{ 0x2e3430, 0x2e3437, segaic16_multiply_1_w}, },
{ 0x2e3438, 0x2e343f, segaic16_multiply_1_w}, },
{ 0x2e3440, 0x2e3447, segaic16_multiply_1_w}, },
{ 0x2e3448, 0x2e344f, segaic16_multiply_1_w}, },
{ 0x2e3450, 0x2e3457, segaic16_multiply_1_w}, },
{ 0x2e3458, 0x2e345f, segaic16_multiply_1_w}, },
{ 0x2e3460, 0x2e3467, segaic16_multiply_1_w}, },
{ 0x2e3468, 0x2e346f, segaic16_multiply_1_w}, },
{ 0x2e3470, 0x2e3477, segaic16_multiply_1_w}, },
{ 0x2e3478, 0x2e347f, segaic16_multiply_1_w}, },
{ 0x2e3480, 0x2e3487, segaic16_multiply_1_w}, },
{ 0x2e3488, 0x2e348f, segaic16_multiply_1_w}, },
{ 0x2e3490, 0x2e3497, segaic16_multiply_1_w}, },
{ 0x2e3498, 0x2e349f, segaic16_multiply_1_w}, },
{ 0x2e34a0, 0x2e34a7, segaic16_multiply_1_w}, },
{ 0x2e34a8, 0x2e34af, segaic16_multiply_1_w}, },
{ 0x2e34b0, 0x2e34b7, segaic16_multiply_1_w}, },
{ 0x2e34b8, 0x2e34bf, segaic16_multiply_1_w}, },
{ 0x2e34c0, 0x2e34c7, segaic16_multiply_1_w}, },
{ 0x2e34c8, 0x2e34cf, segaic16_multiply_1_w}, },
{ 0x2e34d0, 0x2e34d7, segaic16_multiply_1_w}, },
{ 0x2e34d8, 0x2e34df, segaic16_multiply_1_w}, },
{ 0x2e34e0, 0x2e34e7, segaic16_multiply_1_w}, },
{ 0x2e34e8, 0x2e34ef, segaic16_multiply_1_w}, },
{ 0x2e34f0, 0x2e34f7, segaic16_multiply_1_w}, },
{ 0x2e34f8, 0x2e34ff, segaic16_multiply_1_w}, },
{ 0x2e3500, 0x2e3507, segaic16_multiply_1_w}, },
{ 0x2e3508, 0x2e350f, segaic16_multiply_1_w}, },
{ 0x2e3510, 0x2e3517, segaic16_multiply_1_w}, },
{ 0x2e3518, 0x2e351f, segaic16_multiply_1_w}, },
{ 0x2e3520, 0x2e3527, segaic16_multiply_1_w}, },
{ 0x2e3528, 0x2e352f, segaic16_multiply_1_w}, },
{ 0x2e3530, 0x2e3537, segaic16_multiply_1_w}, },
{ 0x2e3538, 0x2e353f, segaic16_multiply_1_w}, },
{ 0x2e3540, 0x2e3547, segaic16_multiply_1_w}, },
{ 0x2e3548, 0x2e354f, segaic16_multiply_1_w}, },
{ 0x2e3550, 0x2e3557, segaic16_multiply_1_w}, },
{ 0x2e3558, 0x2e355f, segaic16_multiply_1_w}, },
{ 0x2e3560, 0x2e3567, segaic16_multiply_1_w}, },
{ 0x2e3568, 0x2e356f, segaic16_multiply_1_w}, },
{ 0x2e3570, 0x2e3577, segaic16_multiply_1_w}, },
{ 0x2e3578, 0x2e357f, segaic16_multiply_1_w}, },
{ 0x2e3580, 0x2e3587, segaic16_multiply_1_w}, },
{ 0x2e3588, 0x2e358f, segaic16_multiply_1_w}, },
{ 0x2e3590, 0x2e3597, segaic16_multiply_1_w}, },
{ 0x2e3598, 0x2e359f, segaic16_multiply_1_w}, },
{ 0x2e35a0, 0x2e35a7, segaic16_multiply_1_w}, },
{ 0x2e35a8, 0x2e35af, segaic16_multiply_1_w}, },
{ 0x2e35b0, 0x2e35b7, segaic16_multiply_1_w}, },
{ 0x2e35b8, 0x2e35bf, segaic16_multiply_1_w}, },
{ 0x2e35c0, 0x2e35c7, segaic16_multiply_1_w}, },
{ 0x2e35c8, 0x2e35cf, segaic16_multiply_1_w}, },
{ 0x2e35d0, 0x2e35d7, segaic16_multiply_1_w}, },
{ 0x2e35d8, 0x2e35df, segaic16_multiply_1_w}, },
{ 0x2e35e0, 0x2e35e7, segaic16_multiply_1_w}, },
{ 0x2e35e8, 0x2e35ef, segaic16_multiply_1_w}, },
{ 0x2e35f0, 0x2e35f7, segaic16_multiply_1_w}, },
{ 0x2e35f8, 0x2e35ff, segaic16_multiply_1_w}, },
{ 0x2e3600, 0x2e3607, segaic16_multiply_1_w}, },
{ 0x2e3608, 0x2e360f, segaic16_multiply_1_w}, },
{ 0x2e3610, 0x2e3617, segaic16_multiply_1_w}, },
{ 0x2e3618, 0x2e361f, segaic16_multiply_1_w}, },
{ 0x2e3620, 0x2e3627, segaic16_multiply_1_w}, },
{ 0x2e3628, 0x2e362f, segaic16_multiply_1_w}, },
{ 0x2e3630, 0x2e3637, segaic16_multiply_1_w}, },
{ 0x2e3638, 0x2e363f, segaic16_multiply_1_w}, },
{ 0x2e3640, 0x2e3647, segaic16_multiply_1_w}, },
{ 0x2e3648, 0x2e364f, segaic16_multiply_1_w}, },
{ 0x2e3650, 0x2e3657, segaic16_multiply_1_w}, },
{ 0x2e3658, 0x2e365f, segaic16_multiply_1_w}, },
{ 0x2e3660, 0x2e3667, segaic16_multiply_1_w}, },
{ 0x2e3668, 0x2e366f, segaic16_multiply_1_w}, },
{ 0x2e3670, 0x2e3677, segaic16_multiply_1_w}, },
{ 0x2e3678, 0x2e367f, segaic16_multiply_1_w}, },
{ 0x2e3680, 0x2e3687, segaic16_multiply_1_w}, },
{ 0x2e3688, 0x2e368f, segaic16_multiply_1_w}, },
{ 0x2e3690, 0x2e3697, segaic16_multiply_1_w}, },
{ 0x2e3698, 0x2e369f, segaic16_multiply_1_w}, },
{ 0x2e36a0, 0x2e36a7, segaic16_multiply_1_w}, },
{ 0x2e36a8, 0x2e36af, segaic16_multiply_1_w}, },
{ 0x2e36b0, 0x2e36b7, segaic16_multiply_1_w}, },
{ 0x2e36b8, 0x2e36bf, segaic16_multiply_1_w}, },
{ 0x2e36c0, 0x2e36c7, segaic16_multiply_1_w}, },
{ 0x2e36c8, 0x2e36cf, segaic16_multiply_1_w}, },
{ 0x2e36d0, 0x2e36d7, segaic16_multiply_1_w}, },
{ 0x2e36d8, 0x2e36df, segaic16_multiply_1_w}, },
{ 0x2e36e0, 0x2e36e7, segaic16_multiply_1_w}, },
{ 0x2e36e8, 0x2e36ef, segaic16_multiply_1_w}, },
{ 0x2e36f0, 0x2e36f7, segaic16_multiply_1_w}, },
{ 0x2e36f8, 0x2e36ff, segaic16_multiply_1_w}, },
{ 0x2e3700, 0x2e3707, segaic16_multiply_1_w}, },
{ 0x2e3708, 0x2e370f, segaic16_multiply_1_w}, },
{ 0x2e3710, 0x2e3717, segaic16_multiply_1_w}, },
{ 0x2e3718, 0x2e371f, segaic16_multiply_1_w}, },
{ 0x2e3720, 0x2e3727, segaic16_multiply_1_w}, },
{ 0x2e3728, 0x2e372f, segaic16_multiply_1_w}, },
{ 0x2e3730, 0x2e3737, segaic16_multiply_1_w}, },
{ 0x2e3738, 0x2e373f, segaic16_multiply_1_w}, },
{ 0x2e3740, 0x2e3747, segaic16_multiply_1_w}, },
{ 0x2e3748, 0x2e374f, segaic16_multiply_1_w}, },
{ 0x2e3750, 0x2e3757, segaic16_multiply_1_w}, },
{ 0x2e3758, 0x2e375f, segaic16_multiply_1_w}, },
{ 0x2e3760, 0x2e3767, segaic16_multiply_1_w}, },
{ 0x2e3768, 0x2e376f, segaic16_multiply_1_w}, },
{ 0x2e3770, 0x2e3777, segaic16_multiply_1_w}, },
{ 0x2e3778, 0x2e377f, segaic16_multiply_1_w}, },
{ 0x2e3780, 0x2e3787, segaic16_multiply_1_w}, },
{ 0x2e3788, 0x2e378f, segaic16_multiply_1_w}, },
{ 0x2e3790, 0x2e3797, segaic16_multiply_1_w}, },
{ 0x2e3798, 0x2e379f, segaic16_multiply_1_w}, },
{ 0x2e37a0, 0x2e37a7, segaic16_multiply_1_w}, },
{ 0x2e37a8, 0x2e37af, segaic16_multiply_1_w}, },
{ 0x2e37b0, 0x2e37b7, segaic16_multiply_1_w}, },
{ 0x2e37b8, 0x2e37bf, segaic16_multiply_1_w}, },
{ 0x2e37c0, 0x2e37c7, segaic16_multiply_1_w}, },
{ 0x2e37c8, 0x2e37cf, segaic16_multiply_1_w}, },
{ 0x2e37d0, 0x2e37d7, segaic16_multiply_1_w}, },
{ 0x2e37d8, 0x2e37df, segaic16_multiply_1_w}, },
{ 0x2e37e0, 0x2e37e7, segaic16_multiply_1_w}, },
{ 0x2e37e8, 0x2e37ef, segaic16_multiply_1_w}, },
{ 0x2e37f0, 0x2e37f7, segaic16_multiply_1_w}, },
{ 0x2e37f8, 0x2e37ff, segaic16_multiply_1_w}, },
{ 0x2e3800, 0x2e3807, segaic16_multiply_1_w}, },
{ 0x2e3808, 0x2e380f, segaic16_multiply_1_w}, },
{ 0x2e3810, 0x2e3817, segaic16_multiply_1_w}, },
{ 0x2e3818, 0x2e381f, segaic16_multiply_1_w}, },
{ 0x2e3820, 0x2e3827, segaic16_multiply_1_w}, },
{ 0x2e3828, 0x2e382f, segaic16_multiply_1_w}, },
{ 0x2e3830, 0x2e3837, segaic16_multiply_1_w}, },
{ 0x2e3838, 0x2e383f, segaic16_multiply_1_w}, },
{ 0x2e3840, 0x2e3847, segaic16_multiply_1_w}, },
{ 0x2e3848, 0x2e384f, segaic16_multiply_1_w}, },
{ 0x2e3850, 0x2e3857, segaic16_multiply_1_w}, },
{ 0x2e3858, 0x2e385f, segaic16_multiply_1_w}, },
{ 0x2e3860, 0x2e3867, segaic16_multiply_1_w}, },
{ 0x2e3868, 0x2e386f, segaic16_multiply_1_w}, },
{ 0x2e3870, 0x2e3877, segaic16_multiply_1_w}, },
{ 0x2e3878, 0x2e387f, segaic16_multiply_1_w}, },
{ 0x2e3880, 0x2e3887, segaic16_multiply_1_w}, },
{ 0x2e3888, 0x2e388f, segaic16_multiply_1_w}, },
{ 0x2e3890, 0x2e3897, segaic16_multiply_1_w}, },
{ 0x2e3898, 0x2e389f, segaic16_multiply_1_w}, },
{ 0x2e38a0, 0x2e38a7, segaic16_multiply_1_w}, },
{ 0x2e38a8, 0x2e38af, segaic16_multiply_1_w}, },
{ 0x2e38b0, 0x2e38b7, segaic16_multiply_1_w}, },
{ 0x2e38b8, 0x2e38bf, segaic16_multiply_1_w}, },
{ 0x2e38c0, 0x2e38c7, segaic16_multiply_1_w}, },
{ 0x2e38c8, 0x2e38cf, segaic16_multiply_1_w}, },
{ 0x2e38d0, 0x2e38d7, segaic16_multiply_1_w}, },
{ 0x2e38d8, 0x2e38df, segaic16_multiply_1_w}, },
{ 0x2e38e0, 0x2e38e7, segaic16_multiply_1_w}, },
{ 0x2e38e8, 0x2e38ef, segaic16_multiply_1_w}, },
{ 0x2e38f0, 0x2e38f7, segaic16_multiply_1_w}, },
{ 0x2e38f8, 0x2e38ff, segaic16_multiply_1_w}, },
{ 0x2e3900, 0x2e3907, segaic16_multiply_1_w}, },
{ 0x2e3908, 0x2e390f, segaic16_multiply_1_w}, },
{ 0x2e3910, 0x2e3917, segaic16_multiply_1_w}, },
{ 0x2e3918, 0x2e391f, segaic16_multiply_1_w}, },
{ 0x2e3920, 0x2e3927, segaic16_multiply_1_w}, },
{ 0x2e3928, 0x2e392f, segaic16_multiply_1_w}, },
{ 0x2e3930, 0x2e3937, segaic16_multiply_1_w}, },
{ 0x2e3938, 0x2e393f, segaic16_multiply_1_w}, },
{ 0x2e3940, 0x2e3947, segaic16_multiply_1_w}, },
{ 0x2e3948, 0x2e394f, segaic16_multiply_1_w}, },
{ 0x2e3950, 0x2e3957, segaic16_multiply_1_w}, },
{ 0x2e3958, 0x2e395f, segaic16_multiply_1_w}, },
{ 0x2e3960, 0x2e3967, segaic16_multiply_1_w}, },
{ 0x2e3968, 0x2e396f, segaic16_multiply_1_w}, },
{ 0x2e3970, 0x2e3977, segaic16_multiply_1_w}, },
{ 0x2e3978, 0x2e397f, segaic16_multiply_1_w}, },
{ 0x2e3980, 0x2e3987, segaic16_multiply_1_w}, },
{ 0x2e3988, 0x2e398f, segaic16_multiply_1_w}, },
{ 0x2e3990, 0x2e3997, segaic16_multiply_1_w}, },
{ 0x2e3998, 0x2e399f, segaic16_multiply_1_w}, },
{ 0x2e39a0, 0x2e39a7, segaic16_multiply_1_w}, },
{ 0x2e39a8, 0x2e39af, segaic16_multiply_1_w}, },
{ 0x2e39b0, 0x2e39b7, segaic16_multiply_1_w}, },
{ 0x2e39b8, 0x2e39bf, segaic16_multiply_1_w}, },
{ 0x2e39c0, 0x2e39c7, segaic16_multiply_1_w}, },
{ 0x2e39c8, 0x2e39cf, segaic16_multiply_1_w}, },
{ 0x2e39d0, 0x2e39d7, segaic16_multiply_1_w}, },
{ 0x2e39d8, 0x2e39df, segaic16_multiply_1_w}, },
{ 0x2e39e0, 0x2e39e7, segaic16_multiply_1_w}, },
{ 0x2e39e8, 0x2e39ef, segaic16_multiply_1_w}, },
{ 0x2e39f0, 0x2e39f7, segaic16_multiply_1_w}, },
{ 0x2e39f8, 0x2e39ff, segaic16_multiply_1_w}, },
{ 0x2e3a00, 0x2e3a07, segaic16_multiply_1_w}, },
{ 0x2e3a08, 0x2e3a0f, segaic16_multiply_1_w}, },
{ 0x2e3a10, 0x2e3a17, segaic16_multiply_1_w}, },
{ 0x2e3a18, 0x2e3a1f, segaic16_multiply_1_w}, },
{ 0x2e3a20, 0x2e3a27, segaic16_multiply_1_w}, },
{ 0x2e3a28, 0x2e3a2f, segaic16_multiply_1_w}, },
{ 0x2e3a30, 0x2e3a37, segaic16_multiply_1_w}, },
{ 0x2e3a38, 0x2e3a3f, segaic16_multiply_1_w}, },
{ 0x2e3a40, 0x2e3a47, segaic16_multiply_1_w}, },
{ 0x2e3a48, 0x2e3a4f, segaic16_multiply_1_w}, },
{ 0x2e3a50, 0x2e3a57, segaic16_multiply_1_w}, },
{ 0x2e3a58, 0x2e3a5f, segaic16_multiply_1_w}, },
{ 0x2e3a60, 0x2e3a67, segaic16_multiply_1_w}, },
{ 0x2e3a68, 0x2e3a6f, segaic16_multiply_1_w}, },
{ 0x2e3a70, 0x2e3a77, segaic16_multiply_1_w}, },
{ 0x2e3a78, 0x2e3a7f, segaic16_multiply_1_w}, },
{ 0x2e3a80, 0x2e3a87, segaic16_multiply_1_w}, },
{ 0x2e3a88, 0x2e3a8f, segaic16_multiply_1_w}, },
{ 0x2e3a90, 0x2e3a97, segaic16_multiply_1_w}, },
{ 0x2e3a98, 0x2e3a9f, segaic16_multiply_1_w}, },
{ 0x2e3aa0, 0x2e3aa7, segaic16_multiply_1_w}, },
{ 0x2e3aa8, 0x2e3aaf, segaic16_multiply_1_w}, },
{ 0x2e3ab0, 0x2e3ab7, segaic16_multiply_1_w}, },
{ 0x2e3ab8, 0x2e3abf, segaic16_multiply_1_w}, },
{ 0x2e3ac0, 0x2e3ac7, segaic16_multiply_1_w}, },
{ 0x2e3ac8, 0x2e3acf, segaic16_multiply_1_w}, },
{ 0x2e3ad0, 0x2e3ad7, segaic16_multiply_1_w}, },
{ 0x2e3ad8, 0x2e3adf, segaic16_multiply_1_w}, },
{ 0x2e3ae0, 0x2e3ae7, segaic16_multiply_1_w}, },
{ 0x2e3ae8, 0x2e3aef, segaic16_multiply_1_w}, },
{ 0x2e3af0, 0x2e3af7, segaic16_multiply_1_w}, },
{ 0x2e3af8, 0x2e3aff, segaic16_multiply_1_w}, },
{ 0x2e3b00, 0x2e3b07, segaic16_multiply_1_w}, },
{ 0x2e3b08, 0x2e3b0f, segaic16_multiply_1_w}, },
{ 0x2e3b10, 0x2e3b17, segaic16_multiply_1_w}, },
{ 0x2e3b18, 0x2e3b1f, segaic16_multiply_1_w}, },
{ 0x2e3b20, 0x2e3b27, segaic16_multiply_1_w}, },
{ 0x2e3b28, 0x2e3b2f, segaic16_multiply_1_w}, },
{ 0x2e3b30, 0x2e3b37, segaic16_multiply_1_w}, },
{ 0x2e3b38, 0x2e3b3f, segaic16_multiply_1_w}, },
{ 0x2e3b40, 0x2e3b47, segaic16_multiply_1_w}, },
{ 0x2e3b48, 0x2e3b4f, segaic16_multiply_1_w}, },
{ 0x2e3b50, 0x2e3b57, segaic16_multiply_1_w}, },
{ 0x2e3b58, 0x2e3b5f, segaic16_multiply_1_w}, },
{ 0x2e3b60, 0x2e3b67, segaic16_multiply_1_w}, },
{ 0x2e3b68, 0x2e3b6f, segaic16_multiply_1_w}, },
{ 0x2e3b70, 0x2e3b77, segaic16_multiply_1_w}, },
{ 0x2e3b78, 0x2e3b7f, segaic16_multiply_1_w}, },
{ 0x2e3b80, 0x2e3b87, segaic16_multiply_1_w}, },
{ 0x2e3b88, 0x2e3b8f, segaic16_multiply_1_w}, },
{ 0x2e3b90, 0x2e3b97, segaic16_multiply_1_w}, },
{ 0x2e3b98, 0x2e3b9f, segaic16_multiply_1_w}, },
{ 0x2e3ba0, 0x2e3ba7, segaic16_multiply_1_w}, },
{ 0x2e3ba8, 0x2e3baf, segaic16_multiply_1_w}, },
{ 0x2e3bb0, 0x2e3bb7, segaic16_multiply_1_w}, },
{ 0x2e3bb8, 0x2e3bbf, segaic16_multiply_1_w}, },
{ 0x2e3bc0, 0x2e3bc7, segaic16_multiply_1_w}, },
{ 0x2e3bc8, 0x2e3bcf, segaic16_multiply_1_w}, },
{ 0x2e3bd0, 0x2e3bd7, segaic16_multiply_1_w}, },
{ 0x2e3bd8, 0x2e3bdf, segaic16_multiply_1_w}, },
{ 0x2e3be0, 0x2e3be7, segaic16_multiply_1_w}, },
{ 0x2e3be8, 0x2e3bef, segaic16_multiply_1_w}, },
{ 0x2e3bf0, 0x2e3bf7, segaic16_multiply_1_w}, },
{ 0x2e3bf8, 0x2e3bff, segaic16_multiply_1_w}, },
{ 0x2e3c00, 0x2e3c07, segaic16_multiply_1_w}, },
{ 0x2e3c08, 0x2e3c0f, segaic16_multiply_1_w}, },
{ 0x2e3c10, 0x2e3c17, segaic16_multiply_1_w}, },
{ 0x2e3c18, 0x2e3c1f, segaic16_multiply_1_w}, },
{ 0x2e3c20, 0x2e3c27, segaic16_multiply_1_w}, },
{ 0x2e3c28, 0x2e3c2f, segaic16_multiply_1_w}, },
{ 0x2e3c30, 0x2e3c37, segaic16_multiply_1_w}, },
{ 0x2e3c38, 0x2e3c3f, segaic16_multiply_1_w}, },
{ 0x2e3c40, 0x2e3c47, segaic16_multiply_1_w}, },
{ 0x2e3c48, 0x2e3c4f, segaic16_multiply_1_w}, },
{ 0x2e3c50, 0x2e3c57, segaic16_multiply_1_w}, },
{ 0x2e3c58, 0x2e3c5f, segaic16_multiply_1_w}, },
{ 0x2e3c60, 0x2e3c67, segaic16_multiply_1_w}, },
{ 0x2e3c68, 0x2e3c6f, segaic16_multiply_1_w}, },
{ 0x2e3c70, 0x2e3c77, segaic16_multiply_1_w}, },
{ 0x2e3c78, 0x2e3c7f, segaic16_multiply_1_w}, },
{ 0x2e3c80, 0x2e3c87, segaic16_multiply_1_w}, },
{ 0x2e3c88, 0x2e3c8f, segaic16_multiply_1_w}, },
{ 0x2e3c90, 0x2e3c97, segaic16_multiply_1_w}, },
{ 0x2e3c98, 0x2e3c9f, segaic16_multiply_1_w}, },
{ 0x2e3ca0, 0x2e3ca7, segaic16_multiply_1_w}, },
{ 0x2e3ca8, 0x2e3caf, segaic16_multiply_1_w}, },
{ 0x2e3cb0, 0x2e3cb7, segaic16_multiply_1_w}, },
{ 0x2e3cb8, 0x2e3cbf, segaic16_multiply_1_w}, },
{ 0x2e3cc0, 0x2e3cc7, segaic16_multiply_1_w}, },
{ 0x2e3cc8, 0x2e3ccf, segaic16_multiply_1_w}, },
{ 0x2e3cd0, 0x2e3cd7, segaic16_multiply_1_w}, },
{ 0x2e3cd8, 0x2e3cdf, segaic16_multiply_1_w}, },
{ 0x2e3ce0, 0x2e3ce7, segaic16_multiply_1_w}, },
{ 0x2e3ce8, 0x2e3cef, segaic16_multiply_1_w}, },
{ 0x2e3cf0, 0x2e3cf7, segaic16_multiply_1_w}, },
{ 0x2e3cf8, 0x2e3cff, segaic16_multiply_1_w}, },
{ 0x2e3d00, 0x2e3d07, segaic16_multiply_1_w}, },
{ 0x2e3d08, 0x2e3d0f, segaic16_multiply_1_w}, },
{ 0x2e3d10, 0x2e3d17, segaic16_multiply_1_w}, },
{ 0x2e3d18, 0x2e3d1f, segaic16_multiply_1_w}, },
{ 0x2e3d20, 0x2e3d27, segaic16_multiply_1_w}, },
{ 0x2e3d28, 0x2e3d2f, segaic16_multiply_1_w}, },
{ 0x2e3d30, 0x2e3d37, segaic16_multiply_1_w}, },
{ 0x2e3d38, 0x2e3d3f, segaic16_multiply_1_w}, },
{ 0x2e3d40, 0x2e3d47, segaic16_multiply_1_w}, },
{ 0x2e3d48, 0x2e3d4f, segaic16_multiply_1_w}, },
{ 0x2e3d50, 0x2e3d57, segaic16_multiply_1_w}, },
{ 0x2e3d58, 0x2e3d5f, segaic16_multiply_1_w}, },
{ 0x2e3d60, 0x2e3d67, segaic16_multiply_1_w}, },
{ 0x2e3d68, 0x2e3d6f, segaic16_multiply_1_w}, },
{ 0x2e3d70, 0x2e3d77, segaic16_multiply_1_w}, },
{ 0x2e3d78, 0x2e3d7f, segaic16_multiply_1_w}, },
{ 0x2e3d80, 0x2e3d87, segaic16_multiply_1_w}, },
{ 0x2e3d88, 0x2e3d8f, segaic16_multiply_1_w}, },
{ 0x2e3d90, 0x2e3d97, segaic16_multiply_1_w}, },
{ 0x2e3d98, 0x2e3d9f, segaic16_multiply_1_w}, },
{ 0x2e3da0, 0x2e3da7, segaic16_multiply_1_w}, },
{ 0x2e3da8, 0x2e3daf, segaic16_multiply_1_w}, },
{ 0x2e3db0, 0x2e3db7, segaic16_multiply_1_w}, },
{ 0x2e3db8, 0x2e3dbf, segaic16_multiply_1_w}, },
{ 0x2e3dc0, 0x2e3dc7, segaic16_multiply_1_w}, },
{ 0x2e3dc8, 0x2e3dcf, segaic16_multiply_1_w}, },
{ 0x2e3dd0, 0x2e3dd7, segaic16_multiply_1_w}, },
{ 0x2e3dd8, 0x2e3ddf, segaic16_multiply_1_w}, },
{ 0x2e3de0, 0x2e3de7, segaic16_multiply_1_w}, },
{ 0x2e3de8, 0x2e3def, segaic16_multiply_1_w}, },
{ 0x2e3df0, 0x2e3df7, segaic16_multiply_1_w}, },
{ 0x2e3df8, 0x2e3dff, segaic16_multiply_1_w}, },
{ 0x2e3e00, 0x2e3e07, segaic16_multiply_1_w}, },
{ 0x2e3e08, 0x2e3e0f, segaic16_multiply_1_w}, },
{ 0x2e3e10, 0x2e3e17, segaic16_multiply_1_w}, },
{ 0x2e3e18, 0x2e3e1f, segaic16_multiply_1_w}, },
{ 0x2e3e20, 0x2e3e27, segaic16_multiply_1_w}, },
{ 0x2e3e28, 0x2e3e2f, segaic16_multiply_1_w}, },
{ 0x2e3e30, 0x2e3e37, segaic16_multiply_1_w}, },
{ 0x2e3e38, 0x2e3e3f, segaic16_multiply_1_w}, },
{ 0x2e3e40, 0x2e3e47, segaic16_multiply_1_w}, },
{ 0x2e3e48, 0x2e3e4f, segaic16_multiply_1_w}, },
{ 0x2e3e50, 0x2e3e57, segaic16_multiply_1_w}, },
{ 0x2e3e58, 0x2e3e5f, segaic16_multiply_1_w}, },
{ 0x2e3e60, 0x2e3e67, segaic16_multiply_1_w}, },
{ 0x2e3e68, 0x2e3e6f, segaic16_multiply_1_w}, },
{ 0x2e3e70, 0x2e3e77, segaic16_multiply_1_w}, },
{ 0x2e3e78, 0x2e3e7f, segaic16_multiply_1_w}, },
{ 0x2e3e80, 0x2e3e87, segaic16_multiply_1_w}, },
{ 0x2e3e88, 0x2e3e8f, segaic16_multiply_1_w}, },
{ 0x2e3e90, 0x2e3e97, segaic16_multiply_1_w}, },
{ 0x2e3e98, 0x2e3e9f, segaic16_multiply_1_w}, },
{ 0x2e3ea0, 0x2e3ea7, segaic16_multiply_1_w}, },
{ 0x2e3ea8, 0x2e3eaf, segaic16_multiply_1_w}, },
{ 0x2e3eb0, 0x2e3eb7, segaic16_multiply_1_w}, },
{ 0x2e3eb8, 0x2e3ebf, segaic16_multiply_1_w}, },
{ 0x2e3ec0, 0x2e3ec7, segaic16_multiply_1_w}, },
{ 0x2e3ec8, 0x2e3ecf, segaic16_multiply_1_w}, },
{ 0x2e3ed0, 0x2e3ed7, segaic16_multiply_1_w}, },
{ 0x2e3ed8, 0x2e3edf, segaic16_multiply_1_w}, },
{ 0x2e3ee0, 0x2e3ee7, segaic16_multiply_1_w}, },
{ 0x2e3ee8, 0x2e3eef, segaic16_multiply_1_w}, },
{ 0x2e3ef0, 0x2e3ef7, segaic16_multiply_1_w}, },
{ 0x2e3ef8, 0x2e3eff, segaic16_multiply_1_w}, },
{ 0x2e3f00, 0x2e3f07, segaic16_multiply_1_w}, },
{ 0x2e3f08, 0x2e3f0f, segaic16_multiply_1_w}, },
{ 0x2e3f10, 0x2e3f17, segaic16_multiply_1_w}, },
{ 0x2e3f18, 0x2e3f1f, segaic16_multiply_1_w}, },
{ 0x2e3f20, 0x2e3f27, segaic16_multiply_1_w}, },
{ 0x2e3f28, 0x2e3f2f, segaic16_multiply_1_w}, },
{ 0x2e3f30, 0x2e3f37, segaic16_multiply_1_w}, },
{ 0x2e3f38, 0x2e3f3f, segaic16_multiply_1_w}, },
{ 0x2e3f40, 0x2e3f47, segaic16_multiply_1_w}, },
{ 0x2e3f48, 0x2e3f4f, segaic16_multiply_1_w}, },
{ 0x2e3f50, 0x2e3f57, segaic16_multiply_1_w}, },
{ 0x2e3f58, 0x2e3f5f, segaic16_multiply_1_w}, },
{ 0x2e3f60, 0x2e3f67, segaic16_multiply_1_w}, },
{ 0x2e3f68, 0x2e3f6f, segaic16_multiply_1_w}, },
{ 0x2e3f70, 0x2e3f77, segaic16_multiply_1_w}, },
{ 0x2e3f78, 0x2e3f7f, segaic16_multiply_1_w}, },
{ 0x2e3f80, 0x2e3f87, segaic16_multiply_1_w}, },
{ 0x2e3f88, 0x2e3f8f, segaic16_multiply_1_w}, },
{ 0x2e3f90, 0x2e3f97, segaic16_multiply_1_w}, },
{ 0x2e3f98, 0x2e3f9f, segaic16_multiply_1_w}, },
{ 0x2e3fa0, 0x2e3fa7, segaic16_multiply_1_w}, },
{ 0x2e3fa8, 0x2e3faf, segaic16_multiply_1_w}, },
{ 0x2e3fb0, 0x2e3fb7, segaic16_multiply_1_w}, },
{ 0x2e3fb8, 0x2e3fbf, segaic16_multiply_1_w}, },
{ 0x2e3fc0, 0x2e3fc7, segaic16_multiply_1_w}, },
{ 0x2e3fc8, 0x2e3fcf, segaic16_multiply_1_w}, },
{ 0x2e3fd0, 0x2e3fd7, segaic16_multiply_1_w}, },
{ 0x2e3fd8, 0x2e3fdf, segaic16_multiply_1_w}, },
{ 0x2e3fe0, 0x2e3fe7, segaic16_multiply_1_w}, },
{ 0x2e3fe8, 0x2e3fef, segaic16_multiply_1_w}, },
{ 0x2e3ff0, 0x2e3ff7, segaic16_multiply_1_w}, },
{ 0x2e3ff8, 0x2e3fff, segaic16_multiply_1_w}, },
@grant2258 I am absolutely fine if you want the sega ic and system 16 changes ported over to Xtreme, as i'd have been looking into doing that anyways. Any testing I can do on my end, that would be helpful, also be sure to let me know. I will look for any further pull requests, as well as look at any git dependencies needed on my end for whatever else looks interesting:) I will start testing the last pull request you sent over, and see how things fare on my end. Thanks!
@KMFDManic Ill add that to my todo list! You could do me a massive favor though if you dont mind can you test sonic and see if https://github.com/libretro/mame2003-plus-libretro/issues/1587#issuecomment-2229974522 is happening on your port.
@grant2258 no problem, will test it when im able to this evening and report back. Thanks in advance for everything else.
grant, for a mirror like that, try mapping the entire range to a trampoline and masking the address:
{ 0x2e0000, 0x2e3fff, segaic16_multiply_1_tramp_w}, },
WRITE16_HANDLER(segaic16_multiply_1_tramp_w) { segaic16_multiply_1_w(machine, offset & 0x7, data, memmask); }
best regards,
grant, for a mirror like that, try mapping the entire range to a trampoline and masking the address:
{ 0x2e0000, 0x2e3fff, segaic16_multiply_1_tramp_w}, },
WRITE16_HANDLER(segaic16_multiply_1_tramp_w) { segaic16_multiply_1_w(machine, offset & 0x7, data, memmask); }
best regards,
- dink
It would be nice to make a macro or something to handle mirroring in general, maybe even in a similar way to your proposal, very nice.
grant, for a mirror like that, try mapping the entire range to a trampoline and masking the address:
{ 0x2e0000, 0x2e3fff, segaic16_multiply_1_tramp_w}, },
WRITE16_HANDLER(segaic16_multiply_1_tramp_w) { segaic16_multiply_1_w(machine, offset & 0x7, data, memmask); }
best regards,
* dink
I could have swore I replied to this before I went to bed. I think the trampolines are the best idea until we have a mirror solution. They are great if there is no other data reads in the region which I dont think there is. The reads and writes are already setup to handle mirrors. Ill just need to account for the shared memory with the offsets. Thanks for tip @dinkc64 is appreciated will get something whipped up.
I got the memory maps done looks like the 4th cpu needs hooked up though.
I got the memory maps done looks like the 4th cpu needs hooked up though.
On my xbox driver being from MAME90 it doesn't have any of those comm hacks for smgp and with CPU4 in the rom table the game still boots and works, daft question you have the correct decrypted roms for the set your using.?? as it wont work if they're from a different set.
Anyway hooked up some stuff needed by Line Of Fire i dunno if it'll work or not we'll see.
Well its the same as whats on mame current I think ill double check it all at some point. Line of fires just giving a black screen now had the logo and you could get into the service will have a wee peek
I just double checked buddy we have the correct decrypted roms for smgp so all good there as for Line Of Fire i know you would have added it but i was bored and nothing on the tele so decided to work on it :)
Yea I watched some criminal minds the old one was a lot better. Struggling for something decent these days
@grant2258 plenty of good crime shows you can binge watch that are pretty fun. Which streaming services do you have currently?
amazon n netflix not a lot have cable but would be better off with satellite get more bang for your buck with that.
I found the issue Im not sure what need to add added to our 68k to fix it thought. I disabled the reset on my test core and it does the same thing .
since we dont have this we need to get creative and add it.
I found the issue Im not sure what need to add added to our 68k to fix it thought. I disabled the reset on my test core and it does the same thing .
since we dont have this we need to get creative and add it.
This should be correct i've bumped into this before....... https://github.com/libretro/mame2003-plus-libretro/commit/f5adc67bf370e3f20e48eac1d1796c2ddfc4109e
ive hacked a solution but I need to get to bed for work pull request is in. Id rather do it through the cpu interface look like we got the same solution though haha. There a few more reads to add didnt realize you put a request in. loffire will only boot without the init though.
@MistyDreams @mahoneyt944 @arcadez2003 @grant2258 One thing I always make sure to retest as Plus/Xtreme Cores update with commits is Taito F3. I had to test this more than once, just to make sure it wasn't just on my end. Gridseeker aka gseeker.zip has an issue on 2003 Plus, from my latest test results. Once you start the game, you can't move to the bottom of the screen. You have an invisible force field preventing you from getting fully downward.
I tested this on the Mini Classics first, then on PC. Same exact issue. I then tested on 2003 Xtreme, and you can move to the bottom of the screen just fine. I would assume other Taito F3 games may be potentially affected by whatever the root cause of this pesky bug is. It hopefully shouldn't be too difficult to determine what is causing it, as only so much had been done with the driver in the last year. I can try to dissect which commit is the originator of the bug, if it helps.
I will also test other "SHMUPS" on the same driver to see if they also have the force field effect.