build/whatsnew/whatsnew_0154.txt
| r31359 | r31360 | |
| 286 | 286 | fixed fill value, when no battery is found. This allows for loading |
| 287 | 287 | factory formatted sram/nvram from softlist. [Fabio Priuli] |
| 288 | 288 | |
| 289 | | -williams.c: convert williams2 hardware games to bankdev [Alex Jackson] |
| 289 | -williams.c: use bankdevs instead of dynamic address map modification. |
| 290 | Reorganize code and driver state class [Alex Jackson] |
| 290 | 291 | |
| 291 | 292 | -i960.c: Save some additional state [Phil Bennett] |
| 292 | 293 | |
| r31359 | r31360 | |
| 517 | 518 | |
| 518 | 519 | -i86.c: 0x60 shadow omitted in previous patch. Needed for DOS 2. [Bavarese] |
| 519 | 520 | |
| 521 | -Add width and endianness attributes to data areas in software lists. |
| 522 | Update neogeo.xml and megadriv.xml to take advantage of them. [Alex Jackson] |
| 523 | |
| 520 | 524 | -m6502: remove expensive and unused attotime precalculation at start of |
| 521 | 525 | each timeslice [Alex Jackson] |
| 522 | 526 | |
| r31359 | r31360 | |
| 530 | 534 | -schedule.c: make yield() actually yield again, rather than be a |
| 531 | 535 | synonym for spin() [Alex Jackson] |
| 532 | 536 | |
| 537 | -schedule.c: rebuild_execute_list() after loading a savestate to ensure |
| 538 | the order of execution remains consistent. Fixes 0.153 savestate |
| 539 | regressions in various drivers [Alex Jackson] |
| 540 | |
| 533 | 541 | -nec v25: Implement programmable clock divider via |
| 534 | 542 | execute_clocks_to_cycles() instead of set_clock_scale(). Properly |
| 535 | 543 | restore the clock divider on state load [Alex Jackson] |
| r31359 | r31360 | |
| 538 | 546 | |
| 539 | 547 | -Document recent measurements done on the AY8910. [Couriersud] |
| 540 | 548 | |
| 541 | | -m6809: add missing members to save registration and fix typo in |
| 542 | | device_post_load(), fixing savestate regressions in many drivers |
| 543 | | that use this CPU family [Alex Jackson] |
| 549 | -m6809: add missing members to save registration, fix typo in |
| 550 | device_post_load() and add HD6309-specific pre_save() and post_load() |
| 551 | Fixes savestate regressions in many drivers using this CPU family [Alex Jackson] |
| 544 | 552 | |
| 545 | 553 | -Also adds a complete dump of the FD1089B 317-0027 key! [briantro] |
| 546 | 554 | |