summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/amigaaga.h
blob: 3d99cc47a21eb549be56183847847c1fd60635df (plain) (blame)
1
2
3
4
5
6
7
8
9
// license:BSD-3-Clause
// copyright-holders:Ernesto Corvi, Mariusz Wojcieszek

#ifndef __AMIGAAGA_H__
#define __AMIGAAGA_H__

void amiga_aga_palette_write(running_machine &machine, int color_reg, uint16_t data);

#endif /* __AMIGA_H__ */