aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/io/system573/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/io/system573/main.c b/examples/io/system573/main.c
index 2878508..4ed11a6 100644
--- a/examples/io/system573/main.c
+++ b/examples/io/system573/main.c
@@ -53,8 +53,8 @@
* writing a custom ATAPI driver and ISO9660 parser (which is out of the scope
* of this example).
*
- * https://github.com/mamedev/mame/blob/master/src/mame/drivers/ksys573.cpp
- * https://github.com/mamedev/mame/blob/master/src/mame/machine/k573dio.cpp
+ * https://github.com/mamedev/mame/blob/master/src/mame/konami/ksys573.cpp
+ * https://github.com/mamedev/mame/blob/master/src/mame/konami/k573dio.cpp
*/
#include <stdint.h>