From 6c8d01224dfc2c0c47129a222ff403590e44c5f2 Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Mon, 24 Jun 2013 14:30:59 +0000 Subject: [PATCH] (MESS) notes. nw. --- src/mess/machine/sns_sgb.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mess/machine/sns_sgb.c b/src/mess/machine/sns_sgb.c index 8940689d531..dac40ccc6a4 100644 --- a/src/mess/machine/sns_sgb.c +++ b/src/mess/machine/sns_sgb.c @@ -5,7 +5,10 @@ Copyright MESS Team. Visit http://mamedev.org for licensing and usage restrictions. - TODO: almost everything + TODO: almost everything, e.g. + * implement gb_timer_callback + * gb_io_r/w + * add hook-up to copy LCD scanline to m_lcd_buffer ***********************************************************************************************************/