mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Support for HP85 tapes added to imgtool (#2688)
This commit is contained in:
parent
a7eaed1276
commit
70d6a5addd
@ -752,7 +752,8 @@ files {
|
||||
MAME_DIR .. "src/tools/imgtool/modules/psion.cpp",
|
||||
MAME_DIR .. "src/tools/imgtool/modules/bml3.cpp",
|
||||
MAME_DIR .. "src/tools/imgtool/modules/hp48.cpp",
|
||||
MAME_DIR .. "src/tools/imgtool/modules/hp9845_tape.cpp",
|
||||
MAME_DIR .. "src/tools/imgtool/modules/hp9845_tape.cpp",
|
||||
MAME_DIR .. "src/tools/imgtool/modules/hp85_tape.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
|
@ -412,7 +412,7 @@ static int cmd_getall(const struct command *c, int argc, char *argv[])
|
||||
imgtool_dirent ent;
|
||||
filter_getinfoproc filter;
|
||||
int unnamedargs;
|
||||
const char *path = nullptr;
|
||||
const char *path = "";
|
||||
int arg;
|
||||
int partition_index = 0;
|
||||
|
||||
|
@ -102,5 +102,6 @@ MODULE(psion)
|
||||
MODULE(bml3)
|
||||
MODULE(hp48)
|
||||
MODULE(hp9845_tape)
|
||||
MODULE(hp85_tape)
|
||||
|
||||
#endif /* MODULES_RECURSIVE */
|
||||
|
1196
src/tools/imgtool/modules/hp85_tape.cpp
Normal file
1196
src/tools/imgtool/modules/hp85_tape.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user