libspectrum
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| libspectrum [2013/04/09 10:13] – darkbyte | libspectrum [2017/11/25 17:41] (current) – darkbyte | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | === libspectrum compilation | + | ===libspectrum compilation |
| - | //if libspectrum-1.0.0 fails to compile on windres, issue following command in console before running ./configure// | + | ---- |
| + | |||
| + | If libspectrum-1.0.0 fails to compile on //windres//, issue following command in console before running ./configure | ||
| <code bash> | <code bash> | ||
| export WINDRES=no | export WINDRES=no | ||
| </ | </ | ||
| - | Navigation: [[asm]] . [[compilation]] . [[linux]] . back to [[start]] | + | ---- |
| + | |||
| + | To get rid of Pentagon mode when loading 128k snaps apply this //sna.c// patch by mborik128: | ||
| + | < | ||
| + | @@ -90,7 +90,7 @@ identify_machine( size_t buffer_length, | ||
| + | | ||
| + | case 131103: | ||
| + | case 147487: | ||
| + | - libspectrum_snap_set_machine( snap, LIBSPECTRUM_MACHINE_PENT ); | ||
| + | + libspectrum_snap_set_machine( snap, LIBSPECTRUM_MACHINE_128 ); | ||
| + | | ||
| + | | ||
| + | | ||
| + | @@ -183,7 +183,7 @@ libspectrum_sna_read_data( const libspectrum_byte *buffer, | ||
| + | |||
| + | | ||
| + | |||
| + | - case LIBSPECTRUM_MACHINE_PENT: | ||
| + | + case LIBSPECTRUM_MACHINE_128: | ||
| + | |||
| + | for( i=0; i<8; i++ ) { | ||
| + | | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | **Navigation: [[asm]] . [[compilation]] . [[linux]] . [[windows]] . [[mac]] . back to [[start]]** | ||
libspectrum.1365495237.txt.gz · Last modified: 2013/04/09 10:13 by darkbyte
