mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
When we obtain the internal rom of 8304, this old implementation will be removed.
This commit is contained in:
parent
d8752c7733
commit
cbea03129a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 *
|
||||
* *
|
||||
|
Loading…
Reference in New Issue
Block a user