Skip to content

Commit 84ee2b8

Browse files
author
David Haywood
committed
add note where CPU information can be found
1 parent 9c6a695 commit 84ee2b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/mame/epoch/cassvisn.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
// license:BSD-3-Clause
22
// copyright-holders:
33

4+
/*
5+
6+
for architecture details see
7+
https://www.oguchi-rd.com/LSI%20products.php
8+
the linked 'design note' contains a large amount of useful information
9+
https://www.oguchi-rd.com/777/777%20Design%20Note.pdf
10+
11+
*/
12+
413
#include "emu.h"
514
#include "bus/generic/slot.h"
615
#include "bus/generic/carts.h"

0 commit comments

Comments
 (0)