/* * Graphic Manager - The peTI-NESulator Project * os/macos/graphics.c * * Created by Manoel TRAPIER on 08/05/08. * Copyright (c) 2003-2008 986Corp. All rights reserved. * * $LastChangedDate$ * $Author$ * $HeadURL$ * $Revision$ * */ #include int graphics_init() { } int graphics_drawpixel(long x, long y, long color) { } int graphics_blit(long x, long y, long w, long h) { }