/*
* PicoDrive
* (C) notaz, 2009,2010
+ * (C) kub, 2019
*
* This work is licensed under the terms of MAME license.
* See COPYING file in the top-level directory.
* line renderer\r
* (c) Copyright Dave, 2004\r
* (C) notaz, 2006-2010\r
+ * (C) kub, 2019-2020\r
*\r
* This work is licensed under the terms of MAME license.\r
* See COPYING file in the top-level directory.\r
/*\r
* assembly optimized versions of most funtions from draw.c\r
* (C) notaz, 2006-2010,2017\r
+ * (C) kub, 2020\r
*\r
* This work is licensed under the terms of MAME license.\r
* See COPYING file in the top-level directory.\r
/*\r
* rarely used EEPROM code\r
* (C) notaz, 2006-2008\r
+ * (C) kub, 2020\r
*\r
* This work is licensed under the terms of MAME license.\r
* See COPYING file in the top-level directory.\r
+/*
+ * DRC host disassembler interface for MIPS/ARM32 for use without binutils
+ * (C) kub, 2018,2019
+ */
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
}
static const char credits[] =
- "PicoDrive v" VERSION " (c) notaz, 2006-2013\n\n\n"
+ "PicoDrive v" VERSION "\n"
+ "(c) notaz, 2006-2013; irixxxx, 2018-2020\n\n"
"Credits:\n"
"fDave: initial code\n"
#ifdef EMU_C68K