summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/modules.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tools/imgtool: Removed legacy object pool usage. (#8215) Aaron Giles2021-06-241-1/+1
|
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-8/+4
| | | | | | | | | | * osdcomm.h: Move definition of EQUIVALENT_ARRAY to coretmpl.h * sharc.cpp, gt64xxx.cpp, ym2413.cpp, gb_lcd.cpp, snes_ppu.cpp: Use STRUCT_MEMBER for save state registration * gio/newport.cpp, megadrive/svp.cpp, nes_ctrl/bcbattle.cpp, arm7.cpp, tms9995.cpp, pckeybrd.cpp, sa1110.cpp, sa1111.cpp, jangou_blitter.cpp, vic4567.cpp: Use std::fill(_n) instead of memset * emucore.h: Remove obsolete typedef
* IMGTOOL: Added Dragon DOS module [tlindner] tim lindner2020-05-171-0/+1
|
* Use canonical spelling of "canonical" (nw) AJR2019-08-021-2/+2
|
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+1
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+0
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* imgtool: new read-only filesystem: DEC RT-11 (take 2) Sergey Svishchev2019-02-201-0/+1
|
* Support for HP85 tapes added to imgtool (#2688) fulivi2017-10-031-0/+1
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Merge pull request #1398 from fulivi/hp9845_tools R. Belmont2016-09-161-0/+1
|\ | | | | Imgtool now supports HP9845B tape image
| * imgtool: WIP for hp9845 tape support fulivi2016-09-101-0/+1
| |
* | Vas Crabb feedback Nathan Woods2016-09-141-1/+1
| |
* | Imgtool: Changed the Imgtool module list to be std::list Nathan Woods2016-09-101-3/+1
| |
* | Imgtool: C++-ized the imgtool_library object (now class imgtool::library) Nathan Woods2016-09-101-22/+10
|/
* clang-modernize part 5 Miodrag Milanovic2015-12-041-6/+6
|
* fix building tools (nw) Miodrag Milanovic2015-11-081-2/+2
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+119