mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Add licenses (nw)
This commit is contained in:
parent
b909d5dc90
commit
ce86d072b1
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -8,12 +8,6 @@
|
||||
|
||||
By R. Belmont & Harmony
|
||||
|
||||
TODO:
|
||||
- Raster timing issues. Castlevania (HOD and AOS)'s raster effects
|
||||
work if the VBlank is fired on scanline 0, else they're offset by
|
||||
the height of the vblank region. Is scanline 0 the start of the
|
||||
visible area?
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
/**************************************************************************
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R.Belmont
|
||||
/*************************************************************************************************
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
// license:???
|
||||
// copyright-holders:R.Belmont
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:R. Belmont, O. Galibert
|
||||
/*************************************************************************************
|
||||
|
||||
Yamaha MU-100 : 32-voice polyphonic/multitimbral General MIDI/GS/XG tone module
|
||||
Preliminary driver by R. Belmont
|
||||
Preliminary driver by R. Belmont and O. Galibert
|
||||
|
||||
CPU: Hitachi H8S/2655 (HD6432655F), strapped for mode 4 (24-bit address, 16-bit data, no internal ROM)
|
||||
Sound ASIC: Yamaha XS725A0
|
||||
|
Loading…
Reference in New Issue
Block a user