When we obtain the internal rom of 8304, this old implementation will be removed.

This commit is contained in:
hap 2015-11-02 21:06:00 +01:00
parent d8752c7733
commit cbea03129a
3 changed files with 36 additions and 0 deletions

View File

@ -1,5 +1,17 @@
// license:BSD-3-Clause
// copyright-holders:Tatsuyuki Satoh
/*
Notice: please do not modify this file, except in case of compile- or critical emulation error
A more accurate implementation is in mame/alpha8201.*
cpu/alph8201/* will be removed soon
*/
/****************************************************************************
Alpha 8201/8301 Disassembler

View File

@ -1,5 +1,17 @@
// license:BSD-3-Clause
// copyright-holders:Tatsuyuki Satoh
/*
Notice: please do not modify this file, except in case of compile- or critical emulation error
A more accurate implementation is in mame/alpha8201.*
cpu/alph8201/* will be removed soon
*/
/****************************************************************************
Alpha8201 Emulator

View File

@ -1,5 +1,17 @@
// license:BSD-3-Clause
// copyright-holders:Tatsuyuki Satoh
/*
Notice: please do not modify this file, except in case of compile- or critical emulation error
A more accurate implementation is in mame/alpha8201.*
cpu/alph8201/* will be removed soon
*/
/**************************************************************************\
* Alpha8201 Emulator *
* *