Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6195 from firewave/includes | 2020-01-22 | 1 | -3/+3 | |
|\ | | | | | use C++ library includes (nw) | ||||
| * | use C++ library includes (nw) | 2020-01-22 | 1 | -3/+3 | |
| | | |||||
* | | apply2 floppy format: bake in the track count | 2020-01-20 | 1 | -3/+3 | |
|/ | | | | | | | | The APPLE2_TRACK_COUNT macro was not being expanded here, at least on gcc8. This resulted in the string "APPLE2_TRACK_COUNT" being within the specification and that in turn broke option_resolution::lookup_in_specification leading to an assertion fail with the debug checks enabled. So bake in the numeric constant to at least get things working again. | ||||
* | apple2: fix recognition of .NIB images on the old diskii controller (MT ↵ | 2019-11-22 | 1 | -2/+2 | |
| | | | | #7496) [R. Belmont] | ||||
* | ap2_dsk: recognize ProDOS 2.5 boot block (nw) | 2019-09-20 | 1 | -0/+4 | |
| | |||||
* | apple2: fix regression using 35-track disks with the legacy floppy (nw) | 2019-08-25 | 1 | -1/+1 | |
| | |||||
* | srcclean (nw) | 2019-08-25 | 1 | -1/+1 | |
| | | | | I'm assuming atronic.cpp was supposed to be Windows-1252 with Euro currency symbol encoding. Everyone please use UTF-8 for source files. | ||||
* | ap2_dsk: recognize ProDOS 2.5 boot block (nw) | 2019-08-08 | 1 | -0/+4 | |
| | |||||
* | ap2_dsk: only save 40 tracks if the disk originally had that many [R. Belmont] | 2019-06-09 | 1 | -3/+6 | |
| | |||||
* | Apple II dsk 35 to 40 track | 2019-06-09 | 1 | -15/+16 | |
| | | | | Change Apple II dsk format 35 track to 40 track | ||||
* | Fix (unused) 3.5" head calc (nw) | 2018-12-25 | 1 | -1/+1 | |
| | |||||
* | Fix (currently unused) 3.5" track calc for WOZ2 (nw) | 2018-12-24 | 1 | -1/+1 | |
| | |||||
* | apple2: Support the new version 2 .WOZ images [R. Belmont] | 2018-12-23 | 1 | -14/+47 | |
| | |||||
* | ap2_dsk.cpp: avoid one type of .woz corruption (nw) | 2018-07-29 | 1 | -0/+2 | |
| | |||||
* | srcclean (nw) | 2018-05-27 | 1 | -1/+1 | |
| | |||||
* | apple2: Add WOZ format [O. Galibert] | 2018-04-24 | 1 | -1/+122 | |
| | |||||
* | apple2: recognize another form of DOS 3.3 in ProDOS order [R. Belmont, Peter ↵ | 2018-04-23 | 1 | -0/+5 | |
| | | | | Ferrie] | ||||
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 | 2016-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | * New abbreviated types are in osd and util namespaces, and also in global namespace for things that #include "emu.h" * Get rid of import of cstdint types to global namespace (C99 does this anyway) * Remove the cstdint types from everything in emu * Get rid of U64/S64 macros * Fix a bug in dps16 caused by incorrect use of macro * Fix debugcon not checking for "do " prefix case-insensitively * Fix a lot of messed up tabulation * More constexpr * Fix up many __names | ||||
* | more TRUE/FALSE cleanup (nw) | 2016-10-22 | 1 | -2/+2 | |
| | |||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -133/+133 | |
| | | | | | 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 | ||||
* | fixing some more override (nw) | 2015-12-06 | 1 | -1/+1 | |
| | |||||
* | clang-modernize part 6 | 2015-12-04 | 1 | -10/+10 | |
| | |||||
* | clang-modernize part 5 | 2015-12-04 | 1 | -7/+7 | |
| | |||||
* | ap2_dsk.c: support 36-track Apple II NIB images [Peter Ferrie] | 2015-11-19 | 1 | -3/+3 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+1642 | |