aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2024-10-14 11:57:37 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2024-10-14 11:57:37 +0200
commit9c792e636a7803f8003643b2f91f040257398b3f (patch)
treeaba34ef7a6ccada29a563de32132a9e11f351e9a /examples
parentf5b439060d2724c549f2abbc2b16d7b0257ee0b8 (diff)
downloadpsn00bsdk-9c792e636a7803f8003643b2f91f040257398b3f.tar.gz
Update submodules, minor bugfixes and updates
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>