| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
spelling issues, etc. while I'm at it)
|
|
|
|
|
|
|
|
|
|
|
| |
The only link dependency left is emu_fatalerror. The format handlers
really shouldn't be throwing fatal errors at all - they should just
fail to load an image they can't handle. Maybe the interface should
be enhanced to allow better propagation of errors up from the format
handlers so they can be displayed in a UI rather than just logged.
The only other two dependencies are on logmacro.h (pure macros) and
the PAIR type from emucore.h (possibly worth moving to util).
|
|
|
|
|
|
|
|
| |
* Add per-language compiler flag options to help with exotic setups
* Get rid of a potention buffer overrun in NuBus image card
* CHAR_WIDTH and LONG_WIDTH are preprocessor macros in limits.h with glibc if __GLIBC_USE (IEC_60559_BFP_EXT) is enabled - avoid using them as names
* Make formats/upd765_dsk.h slightly safer with defualt initialisers for key format members
* Don't rely on random BSS data being zero in imagedev/floppy.cpp
|
|
|
|
| |
This reverts commit 16f79382aa892eb478813e3fc4b812e9e875fbaf.
|
| |
|
|
|
|
| |
a couple places (nw)
|
|
|
|
| |
entries. [Justin Kerk]
|
| |
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
a value of 0/1" [MooglyGuy]
|
|
|