diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2024-10-14 11:57:37 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2024-10-14 11:57:37 +0200 |
| commit | 9c792e636a7803f8003643b2f91f040257398b3f (patch) | |
| tree | aba34ef7a6ccada29a563de32132a9e11f351e9a /examples | |
| parent | f5b439060d2724c549f2abbc2b16d7b0257ee0b8 (diff) | |
| download | psn00bsdk-9c792e636a7803f8003643b2f91f040257398b3f.tar.gz | |
Update submodules, minor bugfixes and updates
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/io/system573/main.c | 4 |
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> |
