view multi_game.h @ 1432:5e7e6d9b79ff

Move vscroll latch further forward in H40 mode. Fixes a minor graphical glitch in Skitchin. Needs a proper test ROM to verify exact latch position
author Michael Pavone <pavone@retrodev.com>
date Sun, 13 Aug 2017 22:59:01 -0700
parents 11ac0b511cff
children 14a2834d010c
line wrap: on
line source

#ifndef MULTI_GAME_H_
#define MULTI_GAME_H_

void *write_multi_game_b(uint32_t address, void *context, uint8_t value);
void *write_multi_game_w(uint32_t address, void *context, uint16_t value);

#endif //MULTI_GAME_H_