mirror of
https://github.com/holub/mame
synced 2025-06-13 08:05:31 +03:00
fixed tools build (nw)
This commit is contained in:
parent
998cb51a91
commit
cc5f3c83c6
@ -549,7 +549,7 @@ UINT64 imgtool::image::rand()
|
|||||||
|
|
||||||
imgtool::partition::partition(imgtool::image &image, imgtool_class &imgclass, int partition_index, UINT64 base_block, UINT64 block_count)
|
imgtool::partition::partition(imgtool::image &image, imgtool_class &imgclass, int partition_index, UINT64 base_block, UINT64 block_count)
|
||||||
: m_image(image)
|
: m_image(image)
|
||||||
, m_partition_index(partition_index)
|
//, m_partition_index(partition_index)
|
||||||
, m_base_block(base_block)
|
, m_base_block(base_block)
|
||||||
, m_block_count(block_count)
|
, m_block_count(block_count)
|
||||||
, m_imgclass(imgclass)
|
, m_imgclass(imgclass)
|
||||||
|
@ -187,12 +187,11 @@ namespace imgtool
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
imgtool::image &m_image;
|
imgtool::image &m_image;
|
||||||
int m_partition_index;
|
//int m_partition_index;
|
||||||
UINT64 m_base_block;
|
UINT64 m_base_block;
|
||||||
UINT64 m_block_count;
|
UINT64 m_block_count;
|
||||||
|
|
||||||
imgtool_class m_imgclass;
|
imgtool_class m_imgclass;
|
||||||
size_t m_partition_extra_bytes;
|
|
||||||
size_t m_directory_extra_bytes;
|
size_t m_directory_extra_bytes;
|
||||||
|
|
||||||
char m_path_separator;
|
char m_path_separator;
|
||||||
|
Loading…
Reference in New Issue
Block a user