mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +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)
|
||||
: m_image(image)
|
||||
, m_partition_index(partition_index)
|
||||
//, m_partition_index(partition_index)
|
||||
, m_base_block(base_block)
|
||||
, m_block_count(block_count)
|
||||
, m_imgclass(imgclass)
|
||||
|
@ -187,12 +187,11 @@ namespace imgtool
|
||||
|
||||
private:
|
||||
imgtool::image &m_image;
|
||||
int m_partition_index;
|
||||
//int m_partition_index;
|
||||
UINT64 m_base_block;
|
||||
UINT64 m_block_count;
|
||||
|
||||
imgtool_class m_imgclass;
|
||||
size_t m_partition_extra_bytes;
|
||||
size_t m_directory_extra_bytes;
|
||||
|
||||
char m_path_separator;
|
||||
|
Loading…
Reference in New Issue
Block a user