summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ap2_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/ap2_dsk.h')
-rw-r--r--src/lib/formats/ap2_dsk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/ap2_dsk.h b/src/lib/formats/ap2_dsk.h
index 1a250e5e110..a12994f3755 100644
--- a/src/lib/formats/ap2_dsk.h
+++ b/src/lib/formats/ap2_dsk.h
@@ -53,7 +53,7 @@ public:
private:
static const desc_e mac_gcr[];
- uint8_t gb(const uint8_t *buf, int ts, int &pos, int &wrap);
+ uint8_t gb(const std::vector<bool> &buf, int &pos, int &wrap);
void update_chk(const uint8_t *data, int size, uint32_t &chk);
bool m_prodos_order;
@@ -80,7 +80,7 @@ public:
private:
static const desc_e mac_gcr[];
- uint8_t gb(const uint8_t *buf, int ts, int &pos, int &wrap);
+ uint8_t gb(const std::vector<bool> &buf, int &pos, int &wrap);
void update_chk(const uint8_t *data, int size, uint32_t &chk);
};