mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
ns32k: fix typo
This commit is contained in:
parent
3b8ad86c87
commit
168662c975
@ -5,10 +5,10 @@
|
||||
* National Semiconductor 32081 Floating-Point Unit.
|
||||
*
|
||||
* Sources:
|
||||
* - Microrprocessor Databook, Series 32000, NSC800, 1989 Edition, National Semiconductor
|
||||
* - Microprocessor Databook, Series 32000, NSC800, 1989 Edition, National Semiconductor
|
||||
*
|
||||
* TODO:
|
||||
* - testing
|
||||
* - testing
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -5,11 +5,11 @@
|
||||
* National Semiconductor 32082 Memory Management Unit.
|
||||
*
|
||||
* Sources:
|
||||
* - Microrprocessor Databook, Series 32000, NSC800, 1989 Edition, National Semiconductor
|
||||
* - Microprocessor Databook, Series 32000, NSC800, 1989 Edition, National Semiconductor
|
||||
*
|
||||
* TODO:
|
||||
* - tlb
|
||||
* - breakpoints
|
||||
* - tlb
|
||||
* - breakpoints
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -6,10 +6,10 @@
|
||||
*
|
||||
* Sources:
|
||||
*
|
||||
* Microrprocessor Databook, Series 32000, NSC800, 1989 Edition, National Semiconductor
|
||||
* - Microprocessor Databook, Series 32000, NSC800, 1989 Edition, National Semiconductor
|
||||
*
|
||||
* TODO
|
||||
* - timer/counter
|
||||
* - timer/counter
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -5,13 +5,13 @@
|
||||
* National Semiconductor 32382 Memory Management Unit.
|
||||
*
|
||||
* Sources:
|
||||
* - Microrprocessor Databook, Series 32000, NSC800, 1989 Edition, National Semiconductor
|
||||
* - Microprocessor Databook, Series 32000, NSC800, 1989 Edition, National Semiconductor
|
||||
*
|
||||
* TODO:
|
||||
* - tlb
|
||||
* - breakpoints
|
||||
* - cycles
|
||||
* - fast status protocol
|
||||
* - tlb
|
||||
* - breakpoints
|
||||
* - cycles
|
||||
* - fast status protocol
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
|
Loading…
Reference in New Issue
Block a user