OSDN Git Service

.
[csp-qt/common_source_project-fm7.git] / source / history.txt
1 4/30/2019
2
3 [VM/DEVICE] add is_primary_cpu() and update_extra_event()
4 [VM/EVENT] support to udpate event while cpu is running one opecode
5 [VM/I8259] fix reading isr register (thanks Mr.rednow)
6 [VM/SCSI_HOST] fix to raise irq at command/message phase
7 [VM/Z80] improve to update event in every read/write cycle
8
9 [CEFUCOM21] support Hino Electronics CEFUCOM-21 (not work)
10 [MZ2500/CRTC] apply crtc patch (thanks Mr.Koucha-Youkan)
11 [PC8801MA] improve to enable/disable cmdsing and pcg
12 [PC8801MA] improve to enable/disable changing palette for each scan line
13
14
15 2/19/2019
16
17 [VM/DEVICE] add is_primary_cpu() and update_extra_event()
18 [VM/EVENT] support to udpate event while cpu is running one opecode
19 [VM/Z80] improve to update event in every read/write cycle
20
21 [MZ2500/MEMORY] improve pcgram wait in display timing
22
23
24 2/16/2019
25
26 [EMU/DEBUGGER] improve to enumerate devices that is debugger available
27 [EMU/DEBUGGER] improve to show all breaked reasons
28 [EMU/DEBUGGER] support breakpoint of cpu selected by "! device" command
29 [EMU/*] simplify code for debugger
30 [VM/*] simplify code for debugger
31
32 [VM/I8237] support break point for direct memory access
33 [VM/MB8877] fix not to wait 60ms to start read/write after seek is finished
34 [VM/MC6844] support break point for direct memory access
35 [VM/TMS9918A] support break point for registers and vram access
36 [VM/UPD71071] support break point for direct memory access
37 [VM/Z80DMA] support break point for direct i/o and memory access
38
39
40 2/14/2019
41
42 [EMU/DEBUGGER] support break point for non-cpu device
43 [EMU/DEBUGGER] change command length from 64 to 1024
44
45 [VM/AY_3_891X] support break point
46 [VM/DEVICE] add get_debug_data_addr_space()
47 [VM/DEVICE] change type of get_debug_regs_info() from void to bool
48 [VM/MB8877] fix to decrease first seek time by 500us (2D/2DD) or 250us (2HD)
49 [VM/TMS9918A] support break point
50 [VM/YM2151] support break point
51 [VM/YM2203] support break point
52 [VM/Z80CTC] fix to reset interrupt req/in service by bit2 of control register
53 [VM/Z80DMA] fix to reset interrupt req/in service by reset command
54
55 [X1TURBO/EMM] support to access vram as memory space from debugger
56 [X1TURBO/IOBUS] support to access vram as memory space from debugger
57 [X1TURBO/IOBUS] support break point
58
59
60 2/9/2019
61
62 [EMU/DEBUGGER] enlarge text buffer size
63
64 [VM/DEVICE] add get_context_child() to enumerate daisy-chained devices
65 [VM/DISK] add get_sector_info()
66 [VM/MB8877] improve debugger to show current head position and disk geometry
67 [VM/MB8877] fix not to abort command when eject disk in unselected drive
68 [VM/UPD765A] improve debugger to show current head position and disk geometry
69 [VM/Z80*] add get_context_child() to enumerate daisy-chained devices
70
71 [X1TURBO] fix to force clear iei/oei of z80 family devices when reset vm
72 [X1TURBO/DISPLAY] fix to check bit0/2 of port 0x1fd0 in draw_text()
73
74
75 2/8/2019
76
77 [EMU/*] simplify code to draw screen while debugging cpu
78 [OSD/*] simplify code to draw screen while debugging cpu
79 [VM/*] simplify code to draw screen while debugging cpu
80
81 [BUBCOM80/DISPLAY] improve dmac
82 [HC80/IO] fix slave-cpu command 0x27 and 0x29 (thanks Mr.Stefano Bodrato)
83
84
85 2/7/2019
86
87 [EMU/DEBUGGER] improve to draw screen while debugging cpu
88 [EMU] add override/restore/run_wndproc() for debugger
89 [EMU] add create_bank_floppy_disk()
90 [OSD/WIN32] add override/restore/run_wndproc() for debugger
91
92 [VM/315_5124] improve draw_screen() for debugger
93 [VM/H6280] improve to run window procedure while suspending for debugger
94 [VM/I286] improve to run window procedure while suspending for debugger
95 [VM/I386] improve to run window procedure while suspending for debugger
96 [VM/I8080] improve to run window procedure while suspending for debugger
97 [VM/M6502] improve to run window procedure while suspending for debugger
98 [VM/MC6800] improve to run window procedure while suspending for debugger
99 [VM/MC6809] improve to run window procedure while suspending for debugger
100 [VM/MCS48] improve to run window procedure while suspending for debugger
101 [VM/TMS9918A] improve draw_screen() for debugger
102 [VM/TMS9995] improve to run window procedure while suspending for debugger
103 [VM/UPD7801] improve to run window procedure while suspending for debugger
104 [VM/UPD7810] improve to run window procedure while suspending for debugger
105 [VM/V9938] improve draw_screen() for debugger
106 [VM/V99X8] improve draw_screen() for debugger
107 [VM/Z80] improve to run window procedure while suspending for debugger
108
109 [BUBCOM80/DISPLAY] improve draw_screen() for debugger
110 [FAMILYBASIC/PPU] improve draw_screen() for debugger
111 [MZ80K/DISPLAY] improve draw_screen() for debugger
112 [MZ1500/MEMORY] improve draw_screen() for debugger
113 [PC8801/PC88] improve draw_screen() for debugger
114 [PCENGINE/PCE] improve draw_screen() for debugger
115 [SMC777/MEMORY] improve draw_screen() for debugger
116 [X1/DISPLAY] improve draw_screen() for debugger
117
118
119 1/29/2019
120
121 [MZ80K/MEMORY] support COLOR GAL 5 (thanks Mr.Suga)
122 [PC8001/PC88] fix issue that cursor is mistakenly hidden
123
124
125 1/18/2019
126
127 [PC8001/PC88] clear ram[0xff33] for DEMPA Galaxian
128 [SMC777/MEMORY] improve to render screen in each scan line
129
130
131 1/16/2019
132
133 [EMU] improve to reinitialize vm in reset when dipswitch is changed
134
135 [VM/UPD765A] fix st3 in sence devstat command to set two-side bit (temporary)
136
137 [PC8801] support GSX-8800
138 [PC8801] support to enable/disable PC-8801-11/GSX-8800/PCG-8100
139 [PC8801] fix some degradations
140
141
142 1/11/2019
143
144 [PC8001] support NEC PC-8001
145 [PC8001] support NEC PC-8001mkII
146 [PC8801] support NEC PC-8801
147 [PC8801] support NEC PC-8801mkII
148
149
150 12/28/2018
151
152 [EMU] support to insert blank 2D/2DD/2HD disk image
153
154
155 12/27/2018
156
157 [PC6001/PSUB] improve keyboard irq
158 [PC8801/PC88] improve initial memory map when CD BIOS is loaded
159 [PC8801/PC88] support CD-DA fade in/out
160
161
162 12/18/2018
163
164 [VM/I386] improve i386 core based on MAME 0.204
165 [VM/SCSI_CDROM] improve vendor specific command for NEC CD-ROM^2
166 [VM/SCSI_DEV] fix to write buffer when current command is not WRITE6/10/12
167 [VM/SCSI_DEV] fix Request Sense command to get correct data length
168 [VM/SCSI_HDD] fix not to write buffer when current command is not WRITE6/10/12
169
170 [PC8801/PC88] improve initial memory map when CD BIOS is loaded
171 [PC8801/PC88] revert screen renderer fixes in 12/1/2018 except scanline issues
172 [PC8801/PC88] fix dmac registers to clear higher 16bits of pair32_t
173 [PC8801/PC88] fix dmac to read i/o in verify mode
174
175
176 12/9/2018
177
178 [VM/SCSI_CDROM] add vendor specific command for NEC CD-ROM^2
179
180 [PC8801/PC88] support CD-ROM drive (thanks M88/cdif)
181 [PC8801/PC88] support Video Art Boad (thanks X88000)
182
183
184 12/5/2018
185
186 [VM/MB8877] improve reset() to finish previous command and reset fdc completely
187 [VM/Z80] add read_signal() to read irq status
188
189 [PC8801/PC88] improve to render scan line with black if color graphic mode
190 [SMC70/MEMORY] support 640x400 and 160x100 graphic mode
191 [SMC777/MEMORY] fix issue that text blink is not working
192 [SMC777/MEMORY] improve inport 21h to read vsync irq status
193 [SMC777/MEMORY] improve inport 51h to read cursor and space keys as joystick #1
194 [VM/*] improve tape interfaces for each virtual machine
195
196
197 12/4/2018
198
199 [CONFIG] remove fmgen_dll_path and add mame2151_dll_path/mame2608_dll_path
200
201 [VM/YM2203] remove HAS_YM2608 and YM2203_PORT_MODE to simplify code
202
203 [PC8801] support HMB-20 sound board
204
205
206 12/2/2018-2
207
208 [PC8801/PC88] fix text/graph renderer again (thanks Mr.Bookworm)
209
210
211 12/2/2018
212
213 [PC8801/PC88] fix not to apply reverse attribute to monochrome graphic screen
214
215
216 12/1/2018
217
218 [PC8801] enable/disable drawing scan line when monitor type is hireso/standard
219 [PC8801/PC88] improve text attributes/rederer (thanks ePC-8801MA\89ü)
220 [PC8801/PC88] fix analog back color
221 [PC8801/PC88] improve routine to change palette for each scan line
222
223
224 11/28/2018
225
226 [WIN32/INPUT] support joystick with multiple axes and hat key
227 [WIN32/INPUT] improve joystick to keyboard function for numpad key 5
228
229
230 11/27/2018
231
232 [WIN32/INPUT] support joystick to keyboard function
233 [WIN32/SCREEN] support Window x1.5 mode
234
235 [PC8801/PC88] support PC key, that is mapped to F11
236
237
238 11/23/2018
239
240 [VM/I386] improve i386_limit_check to consider data size
241 [VM/SCSI_DEV] improve REQ timing just after ACK is raised
242
243 [PC6001/*] apply patch for timing issues (thanks Mr.Akikawa)
244 [PC8801/PC88] support to change palette for each scan line
245 [PC9801] support PC-9801-86 sound board for PC-9801RA and PC-98RL
246 [PC9801/FMSOUND] fix process_state
247
248
249 10/14/2018
250
251 [COMMON/FILEIO] improve functions to load/save state file for big-endian
252
253 [VM/*] improve process_state for big-endian
254
255
256 10/13/2018
257
258 [EMU/DEBUGGER] increase breakpoint number from 8 to 16
259
260 [VM/VM_TEMPLATE] fix issue that virtual machine is not correctly released
261
262
263 10/10/2018
264
265 [VM/SCSI_DEV] fix ack signal issue when multiple devices are attached
266 [VM/SCSI_HOST] support to output cd/io/msg/req signals to other devices
267
268 [MZ2800/SASI] support SASI I/F and HDD (thanks Mr.Oh!Ishi)
269
270
271 10/7/2018
272
273 [COMMON] add pair16_t and pair64_t (thanks Mr.Artane.)
274 [COMMON] rename pair_t to pair32_t
275 [COMMON] add functions for endians (thanks Mr.Artane.)
276 [EMU] fix roman/kana conversion when uppercase alphabet is input (thanks Mr.Artane.)
277 [EMU] abolish SUPPORT_VARIABLE_TIMING and USE_TAPE_BUTTON
278 [WINMAIN] abolish USE_ALT_F10_KEY
279 [WIN32/INPUT] abolish NOTIFY_KEY_DOWN and USE_SHIFT_NUMPAD_KEY
280 [WIN32/INPUT] improve key input for shift + numpad keys
281
282 [VM/*] introduce VM_TEMPLATE (thanks Mr.Artane.)
283
284
285 10/5/2018
286
287 [COMMON] combine load_state and save_statet of cur_time_t to process_state
288 [COMMON/FIFO] combine load_state and save_statet to process_state
289 [COMMON/FILEIO] add functions to load/save state file
290
291 [VM/*] combine load_state and save_statet to process_state
292 [VM/I386] fix to load/save vtlb state
293 [VM/I386] fix to rebuild tables when load state
294
295 [JX] support save/load state
296 [FM77AV] import Mr.Artane.'s fixes (Release in September 30, 2018)
297
298
299 9/30/2018
300
301 [COMMON/FILEIO] improve Fseek for compressed file by gzip
302 [EMU] improve to mount/unmount hard disk image in reset() if not hot swappable
303 [EMU/DEBUGGER] add commands for checkpoint
304 [EMU/DEBUGGER] improve to read/write files in initial current directory
305
306 [VM/DISK] improve for case 2D disk is inserted to 2DD drive (thanks Mr.Sato)
307 [VM/HARDDISK] support Virtual98 hdd image
308 [VM/HARDDISK] improve for solid image file
309 [VM/IO] improve debug log
310 [VM/MSM58321] fix pulse event (thanks Mr.Artane.)
311 [VM/SCSI_DEV] add is_hot_swappable
312 [VM/SCSI_HDD] improve to mount/unmount image in reset() if not hot swappable
313 [VM/SASI_HDD] support SASI hard disk drive
314 [VM/SN76489AN] fix save/load state function
315 [VM/UPD71071] fix verify command
316
317 [FM77L4] add eFM77L4 codes (thanks Mr.Artane.)
318 [MZ80A] improve to switch 2D/2DD drive type
319 [MZ80B] improve to switch 2D/2DD drive type
320 [MZ1500] improve to switch 2D/2DD drive type
321 [MZ2500] improve to switch 2D/2DD drive type
322 [MZ2800/FLOPPY] improve to switch 2D/2DD drive type
323 [MZ2800/SASI] support SASI I/F and HDD (partial)
324 [PC98XA] support NEC PC-98XA
325 [PC9801/MEMBUS] fix save/load state function
326 [X1TURBO/FLOPPY] improve to switch 2D/2DD drive type (thanks Mr.Sato)
327
328
329 5/24/2018
330
331 [COMMON] import Mr.Artane.'s fixes (Commits on May 10, 2018)
332 [COMMON/FIFO] import Mr.Artane.'s fixes (Commits on May 10, 2018)
333 [EMU] support set_vm_screen_lines() (thanks Mr.Artane.)
334 [EMU] fix interfaces for bubble cassette
335 [EMU] add interfaces for hard disk
336 [WINMAIN] add interfaces for hard disk
337
338 [VM/DEVICE] support read_debug_reg()
339 [VM/DISK] import Mr.Artane.'s fixes (Commits on May 10, 2018)
340 [VM/HARDDISK] support hard disk handler
341 [VM/I286] improve i286 core based on MAME 0.197
342 [VM/I286] support read_debug_reg()
343 [VM/I386] support read_debug_reg()
344 [VM/I8237] fix verify command
345 [VM/I8237] support to read bank register by read_signal()
346 [VM/MC6809] import Mr.Artane.'s fixes (Commits on May 10, 2018)
347 [VM/SCSI_DEV] support SASI specify command
348 [VM/SCSI_HDD] improve to use hard disk handler
349 [VM/SCSI_HOST] support to read ack signal
350
351 [BUBCOM80] support Systems Formulate BUBCOM80
352 [FM77AV] import Mr.Artane.'s fixes (Commits on May 10, 2018)
353 [FMR30] support to change hard disk image
354 [FMR50] support to change hard disk image
355 [FMR50/BIOS] improve to use hard disk handler
356 [MZ2500] support to select floppy drive type 2DD/2D
357 [MZ2500] support to change hard disk image
358 [MZ2500/MZ1E30] reimplent SASI I/F with general SCSI host/hard disk device
359 [PC9801/CPUREG] support NMI enable/disable
360 [PC9801/MEMBUS] improve for 24bit/32bit address
361 [PC9801/SASI] support SASI I/F and hard disk drives
362 [X1TURBO/SASI] support SASI I/F and hard disk drives
363
364
365 5/6/2018
366
367 [COMMON] add is_absolute_path() and create_absolute_path() functions
368 [COMMON/FILEIO] add Gzopen() function to read/write compressed file by gzip
369
370 [EMU] support to save/load compressed state file
371 [EMU/DEBUGGER] support to switch the target cpu/device
372
373 [VM/I386] improve i386 core based on MAME 0.197
374 [VM/MB8877] improve for debugger
375 [VM/TMS9918] improve for debugger
376 [VM/UPD765A] improve for debugger
377 [VM/UPD765A] fix read/write commands to check density (thanks PC8801MA\89ü)
378 [VM/UPD765A] fix read diagnostics status for unformat/density mismatch case
379
380 [PC8801/PC88] fix underline/upperline attributes
381 [PC98XL] support NEC PC-98XL
382 [PC9801/MEMBUS] support NEC EMS
383 [PC9801/MEMBUS] support SASI/SCSI/IDE BIOS (only BIOS, not drives)
384 [X1/KEYBOAD] improve phantom keys (thanks Mr.Sato)
385
386
387 3/1/2018
388
389 [PC98RL] support NEC PC-98RL
390 [PC9801/DISPLAY] update for hireso mode
391 [PC9801/DISPLAY] fix for the case gdc scroll parameters are invalid
392 [PC9801/MEMBUS] update for hireso mode
393 [PC9801/MEMBUS] support outport 053Dh
394 [PC9801/MEMBUS] move memory map routine from VM class to MEMBUS class
395
396
397 2/28/2018
398
399 [VM/I286] fix not to clear cycles in reset()
400 [VM/I386] fix not to clear cycles in reset()
401 [VM/I386] improve mov_r16_rm16 instruction to check limit
402 [VM/I386] fix debugger
403
404 [PC9801RA] support NEC PC-9801RA
405
406
407 2/27/2018
408
409 [VM/I8237] fix bank register and inc mask register
410
411 [PC9801/DISPLAY] fix array length of analog palette
412 [PC9801/MEMBUS] improve memory bus for i386 or later (partial)
413
414
415 2/25/2018
416
417 [VM/DISK] improve for case 2D/2DD disk is inserted to 2DD/2D drive
418
419 [FMR30/FLOPPY] support to change drive type 2DD/2HD
420 [FMR30/FLOPPY] support to get media type 2D/2DD/2HD
421 [FMR50/BIOS] suppoert int 93h, ah=00h/01h to set/get drive type
422 [FMR50/BIOS] improve int 93h, ah=02h to get sector size and media type
423 [FMR50/FLOPPY] support to change drive type 2DD/2HD
424 [MZ80A] support to select floppy drive type 2D/2DD
425 [MZ80B] support to select floppy drive type 2D/2DD
426 [MZ80B] support to select cpu clock 4MHz/6MHz
427 [MZ800] support to select floppy drive type 2D/2DD
428 [MZ1500] support to select floppy drive type 2D/2DD
429 [MZ2200] support to select floppy drive type 2D/2DD
430 [MZ2200] support to select cpu clock 4MHz/6MHz
431 [MZ2800/FLOPPY] support to change drive type 2DD/2HD
432 [PC100] support to select floppy drive type 2D/2DD
433 [PC100/IOCTRL] improve dipswitch value for floppy drive type 2D/2DD
434 [X1TURBO] support to select floppy drive type 2D/2DD/2HD
435 [X1TURBO/FLOPPY] support to change drive type 2D/2DD/2HD
436
437
438 2/23/2018
439
440 [VM/DISK] support two side
441 [VM/I8237] support address mask
442 [VM/I8237] fix interface to connect tc signal for ch.2-4
443 [VM/IO] support to create multiple instances with different address range
444 [VM/MC6840] fix issue for the case address range is not 0-7
445 [VM/MEMORY] support to create multiple instances with different address ranges
446 [VM/UPD765A] fix st3 in sence devstat command
447
448 [FM16BETA] support FUJITSU FM16beta (not work)
449 [FMR50/MEMORY] fix memset issue
450 [PC9801] fix to connect terminal count signal from dmac to fdc
451
452
453 12/27/2017
454
455 [EMU] support to restore sound frequency/latency settings when load state
456
457 [VM/DISK] support T98-NEXT nfd r0 floppy disk image
458 [VM/DISK] support BKDSK hdm/hd5/hd4/hdb/dd9/dd6 floppy disk image
459
460
461 12/15/2017
462
463 [COMMON/FILEIO] add Fcompare function
464
465 [VM/*] improve save/load state function to check device class name
466 [VM/YM2151] fix save/load state function
467
468
469 12/14/2017
470
471 [RESOURCE] change accelerators for switching full speed and roman/kana input
472 [WINMAIN] fix to call ImmAssociateContext() in WM_ACTIVATE (thanks PC8801MA\89ü)
473
474 [VM/HD46505] fix to force update event timing when R0-R9 are modified
475 [VM/HUC6280] support to show clocks since starting scanline in debugger
476 [VM/I286] support to show clocks since starting scanline in debugger
477 [VM/I386] support to show clocks since starting scanline in debugger
478 [VM/M6502] support to show clocks since starting scanline in debugger
479 [VM/MC6800] support to show clocks since starting scanline in debugger
480 [VM/MC6809] support to show clocks since starting scanline in debugger
481 [VM/MCS48] support to show clocks since starting scanline in debugger
482 [VM/TMS9995] support to show clocks since starting scanline in debugger
483 [VM/UPD7220] fix to force update event timing when sync are modified
484 [VM/UPD7801] support to show clocks since starting scanline in debugger
485 [VM/UPD7810] support to show clocks since starting scanline in debugger
486 [VM/Z80] support to show clocks since starting scanline in debugger
487
488 [X1TURBOZ/DISPLAY] fix pcg/analog palette access wait again (thanks Mr.Sato)
489
490
491 12/12/2017
492
493 [VM/DISK] fix crc in id/data field (thanks Mr.Sato)
494 [VM/HD46505] fix not to raise DISPTMG signal if bit2,3 of R8 are 11
495
496 [X1TURBOZ/DISPLAY] fix pcg/analog palette access wait (thanks Mr.Sato)
497 [X1TURBOZ/DISPLAY] fix to draw each line at start of hblank (thanks Mr.Sato)
498
499
500 12/3/2017
501
502 [VM/UPD765A] fix read diagnostic to set ND when 1st sector's id are not match
503
504
505 11/28/2017
506
507 [EMU/DEBUGGER] fix ut command to show correct range of cpu trace
508
509 [VM/DEVICE] rename bios_call_i86() to bios_call_far_i86()
510 [VM/HUC6280] support to show total cpu clocks in debugger
511 [VM/HUC6280] support cpu trace
512 [VM/I286] support to show total cpu clocks in debugger
513 [VM/I286] support cpu trace
514 [VM/I386] support to show total cpu clocks in debugger
515 [VM/I386] support cpu trace
516 [VM/M6502] support to show total cpu clocks in debugger
517 [VM/M6502] support cpu trace
518 [VM/MC6800] support to show total cpu clocks in debugger
519 [VM/MC6800] support cpu trace
520 [VM/MC6800] fix issue that can not break at instruction following tap/cli/sei
521 [VM/MC6809] support to show total cpu clocks in debugger
522 [VM/MC6809] support cpu trace
523 [VM/MCS48] fix to add clocks for interrupt to total cpu clocks
524 [VM/TMS9995] support to show total cpu clocks in debugger
525 [VM/TMS9995] support cpu trace
526 [VM/UPD7801] support to show total cpu clocks in debugger
527 [VM/UPD7801] support cpu trace
528 [VM/UPD7810] support to show total cpu clocks in debugger
529 [VM/UPD7810] support cpu trace
530 [VM/Z80] fix to add clocks for interrupt to total cpu clocks
531
532
533 11/26/2017
534
535 [PC8801MA] fix text attribute when dma underrun occurs
536
537
538 11/25/2017
539
540 [EMU/DEBUGGER] support command history
541 [EMU/DEBUGGER] support ut command (unassemble cpu trace)
542 [EMU/DEBUGGER] fix < command to check if command file is correctly opened
543
544 [EMU/OSD] fix initialize_screen_buffer() for RGB565 (thanks PC8801MA\89ü)
545 [EMU/OSD] improve read_console_input() to get cursor key
546
547 [VM/MCS48] support to show total cpu clocks in debugger
548 [VM/MCS48] support cpu trace
549 [VM/UPD7220] improve vsync/hsync timing
550 [VM/UPD7220] improve status register to select vblank/hblank by sync command
551 [VM/YM2151] improve not to load mamefm.dll again (thanks PC8801MA\89ü)
552 [VM/YM2203] improve not to load mamefm.dll again (thanks PC8801MA\89ü)
553 [VM/Z80] support to show total cpu clocks in debugger
554 [VM/Z80] support cpu trace
555
556 [PC8801MA] support OPN+OPN, OPNA+OPNA, and OPNA+OPN (thanks PC8801MA\89ü)
557 [PC8801MA] fix back space key issue (thanks PC8801MA\89ü)
558 [PC8801MA] fix bank switch of extrom (thanks PC8801MA\89ü)
559 [PC8801MA] fix not to apply digital palette in monochrome and digital mode
560 [PC8801MA] fix to apply analog palette in monochrome and analog mode
561 [PC8801MA] fix to apply reverse in text attribute to monochrome graphic
562 [PC8801MA] fix cpu mode "Z80 8MHz (FE2/MC)"
563
564 [X1/KEYBOAD] support phantom keys (thanks Mr.Sato)
565 [X1/SUB] fix not to check iei status when sub cpu sends ack (thanks Mr.Sato)
566
567
568 8/12/2017
569
570 [EMU/DEBUGGER] improve to show message when cpu is not suspended soon
571
572 [PC8801/PC88] fix to render text color #0 with back color
573 [PC8801/PC88] fix to get text color attribute when text display is stopped
574
575
576 8/10/2017
577
578 [EMU] support to enter 0-9 by numpad key while roman to kana is enabled
579 [EMU] support to enter shift + function key while roman to kana is enabled
580 [EMU/DEBUGGER] fix to wait until cpu is suspended and enters into waiting loop
581
582 [VM/I386] fix to flush vtlb after modifying address mask
583 [VM/UPD7220] support to specify device class to access vram
584 [VM/Z80] fix to run dma before checking interrupts
585
586 [PC8801/PC88] fix monocolor graph screen to get color index from text attribute
587 [PC8801/PC88] fix monocolor graph screen to render with graph palette
588
589 [PC9801VX] support NEC PC-9801VX
590 [PC9801/CPUREG] support address mask i/o
591 [PC9801/DISPLAY] support EGC (thanks Neko Project 2)
592 [PC9801/DISPLAY] support EGC/GRCG access from graphic GDC
593 [PC9801/MEMBUS] support 24bit/32bit address memory bus
594 [PC9801/MEMBUS] support ITF rom
595
596
597 6/22/2017
598
599 [EMU] move auto key codes from winmain to emu class
600 [EMU] support to convert roman letters to kana letters
601 [WINMAIN] support APPLICATION accelerator to enable/disable roman to kana
602 [WINMAIN] support CTRL+ALT+ENTER accelerator to enable/disable full speed
603
604 [VM/I386] improve i86/i286 core based on MAME 0.185
605 [VM/UPD765A] fix device status (thanks annonymus guy)
606 [VM/YM2203] fix to mask YM2608 ports in YM2203 case (thanks annonymus guy)
607
608 [PC8801/PC88] fix bank switch of extend ram (thanks annonymus guy)
609 [PC8801/PC88] fix crtc for dma underrun case (thanks annonymus guy)
610
611
612 5/28/2017
613
614 [WINMAIN] support to run simulation at full speed
615
616 [VM/I386] improve i386 core based on MAME 0.185
617
618
619 5/20/2017
620
621 [YIS/DISPLAY] support correct font rom (thanks Mr.Moriya)
622 [YIS/DISPLAY] support native graphic commands
623 [YIS/DISPLAY] include KST32B stroke font and its decoder (thanks Mr.Saka.N)
624
625 [X1TURBOZ/DISPLAY] fix 8 color mode with 4096 palette (thanks Mr.Sato)
626
627
628 5/17/2017
629
630 [X1TURBOZ/DISPLAY] fix 64/4096 color mode (thanks Mr.Sato)
631
632
633 5/15/2017
634
635 [X1TURBOZ] support SHARP X1turboZ
636 [X1TURBOZ/DISPLAY] support X1turboZ enhanced graphic modes
637 [X1TURBOZ/IOSUB] support analog palette access wait
638
639
640 5/13/2017
641
642 [WIN32/SCREEN] fix not to move window position unnecessarily
643
644 [VM/AM9511] support AM9511 (thanks Xep128)
645 [VM/DISK] support to specify raw track size
646 [VM/MB8877] support to specify raw track size
647 [VM/MC6844] support MC6844
648 [VM/MC6850] support MC6850
649 [VM/MSM58321] add read_signal()
650 [VM/MEMORY] improve that dma controller does not read/write memory mapped i/o
651 [VM/NOISE] fix not to restart from first sample if already playing noise
652
653 [YIS] support YAMAHA YIS (thanks YAMAHA and Mr.Moriya)
654
655
656 4/16/2017
657
658 [VM/IO] revert the fix in 4/15/2017
659 [VM/SN76489AN] revert the fix in 4/15/2017
660
661
662 4/15/2017
663
664 [COMMON] add muldiv_s32 and muldiv_u32 to multiple 32bit integer
665 [COMMON] fix functions to support symbols
666
667 [VM/IO] improve to use read/write_io8/16/32w() to get wait clock from device
668 [VM/SN76489AN] improve to return 32 + 16 * n for wait clock
669
670 [MZ700] improve correct cpu clock and frame rate
671 [MZ800] improve correct cpu clock and frame rate
672
673
674 4/2/2017
675
676 [RESOURCE] improve menu items
677 [WINMAIN] improve menu items
678
679 [EX80] support to show/hide crt monitor
680
681
682 3/30/2017
683
684 [COMMON] add functions to convert char, wchar_t, and _TCHAR to each other
685 [COMMON] add _fgetts, _ftprintf, my_ftprintf_s, and my_swprintf_s
686 [COMMON/FILEIO] add Fgetts and Ftprintf for _TCHAR
687 [COMMON/FILEIO] fix functions using ZLIB for _UNICODE case
688 [EMU/DEBUGGER] fix for _UNICODE case
689 [WINMAIN] improve to update status only when status is changed
690
691 [VM/HUC6280] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
692 [VM/I8080] improve disassembler to support symbols
693 [VM/M6502] support debugger and disassembler (thanks MAME)
694 [VM/MCS48] improve disassembler to support symbols
695 [VM/TMS9995] fix disassembler for _UNICODE case
696 [VM/UPD7810] improve disassembler to support symbols
697 [VM/UPD7810] fix disassembler for _UNICODE case
698
699 [BABBAGE2ND] support debugger and save/load state
700 [FAMILYBASIC] support debugger
701 [YS6464A] support debugger and save/load state
702
703
704 3/28/2017
705
706 [COMMON] add _tcscat and my_tcscat_s
707 [COMMON] add structure and functions to support symbols
708 [EMU/DEBUGGER] improve debugger to support symbols (thanks Mr.Kei Moroboshi)
709
710 [VM/MC6800] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
711 [VM/MC6809] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
712 [VM/TMS9995] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
713 [VM/UPD7801] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
714 [VM/Z80] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
715
716
717 3/26/2017
718
719 [VM/YM2413] support mute
720
721 [FAMILYBASIC] support Family BASIC MMC5/VRC7 MOD
722 [FAMILYBASIC] support correct scanlines
723 [FAMILYBASIC/MEMORY] support MMC5/ VRC7 based on unofficial nester
724 [FAMILYBASIC/MEMORY] fix data recorder signal (thanks MESS)
725
726
727 3/20/2017
728
729 [COMMON] suport to read ascii/binary file compressed by gzip
730 [RESOURCE] fix fm8/fm7/fm77 dipswitch menu items
731 [WINMAIN] fix to update status bar twice/second to supress flickar
732
733 [VM/SCSI_CDROM] support CD-ROM bin/img file compressed by gzip
734 [VM/DATAREC] support tape image file compressed by gzip
735 [VM/DATAREC] support to save FUJITSU FM-7/77 t77 format tape image
736
737 [BMJR/MEMORY] fix sound mixer not to clear previously mixed sound
738
739
740 3/18/2017
741
742 [WINMAIN] support multiple data recorder
743 [EMU] support multiple data recorder
744
745 [VM/DATAREC] support HITACH BASIC Master Jr bin format tape image
746 [VM/PTF20] support access lamp signal
747
748 [BMJR/MEMORY] fix reading cmt signal
749 [BMJR/MEMORY] fix sound mixer
750 [TK80BS/CMT] support TK-80 cmt i/f
751
752
753 3/15/2017
754
755 [WINMAIN] add status bar to draw access lamps
756 [EMU] add interfaces to get access status of floppy/quick/hard disk drives
757 [EMU] add interface to get cmt status message
758
759 [VM/DATAREC] support cmt status message
760 [VM/HD44102] fix build error
761 [VM/MC6800] fix M_RDOP and M_RDOP_ARG macros (thanks PockEmul)
762 [VM/LD700] support access lamp signal
763 [VM/SCSI_CDROM] support access lamp signal
764 [VM/SCSI_DEV] support access lamp signal
765 [VM/SCSI_HDD] support access lamp signal
766
767 [HC20] fix issue that we cannot debug TF-20 CPU
768 [JR800] support National JR-800 (thanks PockEmul)
769
770
771 3/12/2017
772
773 [VM/DATAREC] fix issue that fast forward noise may not stop
774
775
776 3/11/2017
777
778 [VM/DATAREC] support to play play/stop/fast-fwd noise
779 [VM/MB8877] support to play seek/load/unload noise
780 [VM/HD44102] support HD44102 based on MAME 0.171
781 [VM/T3444A] support to play seek/load/unload noise
782 [VM/UPD765A] support to play seek/load/unload noise
783 [VM/UPD765A] fix seek time (thanks Mr.Artane.)
784
785 [MZ80B/MEMORY80B] fix vgate signal (thanks Mr.Suga)
786
787
788 3/8/2017
789
790 [VM/DISK] improve to check if disk image is modified more strictly
791 [VM/DISK] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
792 [VM/V9938] import yaya2016-04-13plus1 (thanks Mr.umaiboux and MAME)
793 [VM/YM2413] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
794
795 [FMR30] split project for i86 and i286
796 [MSX/*] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
797
798
799 3/7/2017
800
801 [WIN32/INPUT] improve to accept shift + caps/kana/kanji
802
803 [VM/DISK] support device name (thanks Mr.Aratane.)
804 [VM/EVENT] improve to check abnormal scanline number (thanks Mr.Sato)
805 [VM/EVENT] fix light weight sound rendering (thanks Mr.168)
806 [VM/*] add device name to all devices of each machine (thanks Mr.Aratane.)
807
808 [MZ80B] change floppy drive type from 2D to 2DD (thanks Mr.Suga)
809 [MZ80B/MEMORY80B] support I-O DATA PIO-3039 (thanks Mr.Suga)
810
811
812 3/4/2017
813
814 [WINMAIN] add interfaces for bubble casette (thanks Mr.Artane.)
815 [EMU] add interfaces for bubble casette (thanks Mr.Artane.)
816
817 [VM/*] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
818 [VM/AY_3_891X] split YM2203 and AY-3-891X (thanks Mr.Artane.)
819 [VM/DISK] fix trim buffer routine for 2D disk image (thanks Mr.Artane.)
820 [VM/EVENT] support light weight sound rendering (thanks Mr.Artane.)
821 [VM/MB8877] fix seek command for 2D disk image (thanks Mr.Artane.)
822
823 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
824
825
826 3/1/2017
827
828 [EMU/DEBUGGER] support < command (input commands from file)
829
830 [X1/MEMORY] support to unmap rom by reading port 1Exxh (thanks Mr.Sato)
831
832
833 2/9/2017
834
835 [WINMAIN] support to draw bitmap image onto buttons
836 [WINMAIN] fix to redraw pcb bitmap image when window is invalidated
837 [WIN32/SCREEN] fix to invalidate rects for 7-seg leds and buttons
838
839 [BABBAGE2ND] add bitmap images for buttons
840 [EX80] add bitmap images for buttons
841 [SMB80TE] add bitmap images for buttons
842 [TK80BS] add bitmap images for buttons
843 [TK85] support NEC TK-85
844 [YS6464A] add bitmap images for buttons
845
846
847 12/31/2016
848
849 [COLECOVISION/KEYBOARD] fix not to raise irq when joystick is pressed
850 [COLECOVISION/KEYBOARD] fix joystick/tenkey inputs
851 [COLECOVISION/KEYBOARD] fix to save/load tenky enabled status
852 [SC3000/MEMORY] support 32KB+16KB or 128KB ROM carts
853
854
855 12/30/2016
856
857 [COLECOVISION] support COLECO ColecoVision (thanks Mr.tanam)
858
859
860 12/29/2016
861
862 [RESOURCE] recompress png files in https://tinypng.com/
863
864 [EMU/DEBUGGER] support p command (trace one opcode, step-over)
865
866 [MZ80K/MEMORY] support V-GATE signal (thanks Mr.Suga)
867 [PASOPIA/DISPLAY] fix graphic color in screen 2 mode (thanks Mr.Kamei)
868 [SMB80TE] support SHARP SM-B-80TE
869
870
871 4/13/2016
872
873 [WINMAIN] improve auto key for the case to switch upper/lowercase with capslock
874 [EMU/DEBUGGER] fix issue that u command may cause the infinite loop
875
876 [VM/DATAREC] support to detect the frequency of signal
877 [VM/DATAREC] fix to always adjust zero position of wave signal
878 [VM/UPD1990A] fix not to check clk signal is low when stb signal is raised
879 [VM/UPD7810] support debugger
880 [VM/UPD7810] support MOV A,S opecode
881 [VM/UPD7810] fix not to change V register (thanks PockEmul)
882
883 [PC2001] support NEC PC-2001
884 [PC2001] fix cpu clock
885 [PC2001] support beep sound
886 [PC2001/IO] support rtc control signals
887 [YALKY] support Yuasa Kyouiku System YALKY
888 [YALKY/IO] improve data recorder controller
889
890
891 4/1/2016
892
893 [VM/DATAREC] suppot to specify channel of data and voice for each vm
894 [VM/UPD7810] support uPD7810 series based on MAME 0.152
895 [VM/UPD16434] support uPD16434 based on PockEmul
896
897 [PC2001] support NEC PC-2001 (not work)
898 [SMC70] support SONY SMC-70
899 [YALKY] support Yuasa Kyouiku System YALKY (not work)
900
901
902 3/23/2016
903
904 [VM/FMGEN] fix psg volume (thanks Mr.umaiboux and Mr.Artane.)
905 [VM/MZ1P17] support MZ-80P3 and MZ-80P4 (thanks Mr.Suga)
906 [VM/UPD7801] support HOLD/HLDA signals at PC #7/#6 pins
907
908 [FM77AV] import Mr.Artane.'s fixes (Commits on Mar 20, 2016)
909 [MZ80K] support dummy printer device and MZ-80P3 / MZ-80P4 (thanks Mr.Suga)
910 [MZ80K/KEYBOARD] fix shift and kana keys
911 [MZ2800] fix issue that prnfile instance is not initialized
912
913
914 3/17/2016
915
916 [ALL] improve VC++2013 project files for include/lib directories and manifest
917
918 [COMMON] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
919 [EMU] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
920 [EMU] add get_sound_rate()
921
922 [VM/SCSI_CDROM] improve CD-DA mixer to reduce cpu usage
923
924 [PCENGINE/PCE] fix adpcm streaming with dma function for Ys III
925
926
927 3/16/2016
928
929 [VM/HUC6280] support busreq
930 [VM/MSM5205] support MSM5205 based on MAME 0.171
931 [VM/SCSI_CDROM] support SCSI CD-ROM drive
932 [VM/SCSI_CDROM] support NEC features based on MAME 0.171 and Ootake 2.76
933 [VM/SCSI_DEV] support more correct req timing
934 [VM/SCSI_DEV] simplify codes
935 [VM/SCSI_HDD] fix save/load state function to call SCSI_DEV's ones
936 [VM/SCSI_HDD] simplify codes
937 [VM/SCSI_HOST] suuport output bsy signal to notify bus free
938
939 [PCENGINE] support CD-ROM^2 based on MAME 0.171 and Ootake 2.76
940 [PCENGINE] change icon file
941
942
943 3/5/2016
944
945 [EMU] add force_out_debug_log() function
946
947 [VM/DEVICE] add definitions for SCSI signals
948 [VM/I8237] suuport output signal to notify terminal count
949 [VM/MB8877] support MB89311
950 [VM/SCSI_HOST] support SCSI base host adaptor
951 [VM/SCSI_DEV] support SCSI base device
952 [VM/SCSI_HDD] support SCSI hard disk drive
953 [VM/UPD71071] fix to clear registers at initialize() for debug mode
954 [VM/UPD71071] fix initial mode and mask registers values in reset()
955
956 [FMR30] fix not to use pseudo bios class when ipl rom image is loaded
957 [FMR30/SCSI] support SCSI host adaptor
958 [FMR50] fix not to use pseudo bios class when ipl rom image is loaded
959 [FMR50/BIOS] remove codes for unused memory card and power management bios
960 [FMR50/SCSI] support SCSI host adaptor
961
962
963 3/1/2016
964
965 [ALL] use integer types defined in stdint.h (uint8 -> uint8_t, etc)
966 [ALL] rename pair and scrntype to pair_t and scrntype_t
967
968 [COMMON] add get_long_full_path_name() and get_parent_dir()
969 [COMMON] rename IsFileExists() in FILEIO class to IsFileExisting()
970 [EMU] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
971 [EMU] add get_osd()
972 [EMU] add set_mouse_pointer(), set_mouse_button(), and get_mouse_button()
973 [EMU] add get_access_lamp_status() and get_led_status()
974 [EMU/DEBUGGER] avoid PostMessage() and GetAsyncKeyState()
975 [WIN32/CONSOLE] add is_console_key_pressed() and close_debugger_console()
976
977 [VM/DATAREC] fix t77 image loader (thanks Mr.Artane.)
978 [VM/DEVICE] add get_device_name() (thanks Mr.Artane.)
979 [VM/DISK] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
980 [VM/MB8877] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
981 [VM/MC6809] add 16/32bit read/write functions for debugger (thanks Mr.Artane.)
982 [VM/V99X8] fix macro to create color (thanks Mr.Artane.)
983 [VM/Z80DMA] fix build issue for MinGW's (older) GCC (thanks Mr.Artane.)
984
985 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
986 [FM77AV] add eFM8 codes (thanks Mr.Artane.)
987 [J3100] fix build issues (thanks Mr.Artane.)
988
989
990 2/26/2016
991
992 [WINMAIN] refactor codes
993 [WIN32] fix routine to check the Windows Vista or later
994 [WIN32/INPUT] improve DirectInput codes for newer DirectX 9.0 SDK
995 [WIN32/VIDEO] improve routine to copy DirectShow buffer to vm screen buffer
996
997 [VM/HD46505] support to set character clock
998 [VM/MC6840] reimplement based on MAME 0.168
999 [VM/T3444A] fix build error
1000 [VM/YM2203] fix to clear output register and mode register in reset()
1001
1002
1003 2/21/2016
1004
1005 [VM/MB8877] fix timing to start read/write sector for invalid format track
1006 [VM/T3444A] fix timing to start read/write sector for invalid format track
1007
1008 [MZ2500/CMT] fix reset signal again for Laydock
1009
1010
1011 2/19/2016
1012
1013 [ALL] add VC++2013 project files
1014 [ALL] change many public method names according to common naming convention
1015
1016 [COMMON] add create_string() function
1017 [WINMAIN] copy codes to read clipboard for auto key from osd class
1018 [EMU] copy codes for auto key and joystick mapping from osd class
1019 [EMU/OSD] remove codes for auto key and joystick mapping
1020
1021 [VM/PRNFILE] fix not to register ack event in initialize() for debug build
1022 [VM/MZ1P17] fix not to register ack event in initialize() for debug build
1023 [VM/MZ1P17] fix font rom loader for MZ-80B/2000/2200
1024
1025 [MZ2200/MEMORY80B] fix green monitor color
1026
1027
1028 2/17/2016
1029
1030 [EMU] improve screen stretch modes
1031 [EMU/OSD] improve screen stretch modes
1032
1033 [VM/FMGEN] support to set left/right volumes
1034 [VM/YM2151] support to set left/right volumes
1035 [VM/YM2203] support to set left/right volumes
1036 [VM/Z80DMA] fix timing of bus request and release
1037
1038 [MZ2200/MEMORY80B] fix green monitor not to refer text/back color registers
1039 [MZ2200/MEMORY80B] support to swap left/right side of color and green monitors
1040
1041
1042 2/13/2016
1043
1044 [VM/DISK] fix routine to calculate sector position for invalid format track
1045 [VM/DISK] increase max sector number from 256 to 512
1046 [VM/MB8877] improve timing to start read/write sector for invalid format track
1047 [VM/MZ1P17] fix initial value of reset signal
1048 [VM/PRNFILE] fix initial value of reset signal
1049 [VM/T3444A] improve timing to start read/write sector for invalid format track
1050
1051 [MZ2200/MEMORY80B] support dual (color and green) monitors
1052
1053
1054 2/11/2016
1055
1056 [VM/DISK] fix to allow fdc class to get gap3 size
1057 [VM/MB8877] improve timing to start read/write sector
1058 [VM/T3444A] improve timing to start read/write sector
1059 [VM/T3444A] fix to wait 100usec for tnd signal after sector is finshed
1060
1061
1062 2/10/2016
1063
1064 [COMMON] improve routine to apply volume to sound samples
1065 [WINMAIN] improve volume dialog
1066 [WINMAIN] change volume uppder limit from +20dB to 0dB
1067 [WINMAIN] support joystick dialog
1068 [WINMAIN] simplify codes
1069 [EMU] remove function to get sound device info
1070 [EMU] change keyboard/joystick/mapper data pointer to const pointer
1071
1072 [MZ80K/KEYBOARD] fix for constant keyboatd data pointer
1073 [PC6001/PSUB] fix for constant keyboatd data pointer
1074 [X1/KEYBOARD] fix for constant keyboatd data pointer
1075
1076
1077 2/7/2016
1078
1079 [WINMAIN] add dialog to set sound device volumes
1080 [EMU] support to get sound device info
1081 [EMU] support to set left/right volumes
1082
1083 [VM/BEEP] support to set left/right volumes
1084 [VM/DATAREC] support to set left/right volumes
1085 [VM/DEVICE] add virtual function to set left/right volumes
1086 [VM/LD700] support to set left/right volumes
1087 [VM/PCM1BIT] support to set left/right volumes
1088 [VM/SN76489AN] support to set left/right volumes
1089 [VM/TMS3631] support to set left/right volumes
1090 [VM/UPD7552] support to set left/right volumes
1091 [VM/YM2151] support to set volume
1092 [VM/YM2203] support to set volume
1093 [VM/YM2413] support to set left/right volumes
1094 [VM/YM2413] fix memory leak issue
1095
1096 [BMJR/MEMORY] support to set left/right volumes
1097 [FAMILYBASIC/APU] support to set left/right volumes
1098 [MULTI8] support beep sound
1099 [PV1000/PSG] support to set left/right volumes
1100 [SCV/SOUND] support to set left/right volumes
1101
1102
1103 2/4/2016
1104
1105 [VM/TMS9995] support debugger
1106
1107
1108 1/10/2016
1109
1110 [VM/MZ1P17] support ESC % 2 in MZ-1 mode
1111 [VM/MZ1P17] support MZ-2/3/X1 mode
1112 [VM/MZ1P17] improve hiragana mode
1113 [VM/MZ1P17] support overprint in the case that line feed distance is not enough
1114 [VM/MZ1P17] improve busy signal
1115 [VM/MZ1P17] support ack and reset signal
1116 [VM/PRNFILE] improve busy signal
1117 [VM/PRNFILE] support ack and reset signal
1118
1119 [MZ1500] support dummy printer device and MZ-1P17
1120 [MZ2200/PRINTER] support dummy printer device and MZ-1P17
1121 [MZ2500/PRINTER] improve to use printer reset signal
1122 [MZ2800/PRINTER] support dummy printer device and MZ-1P17
1123 [MZ3500] support dummy printer device and MZ-1P17
1124 [MZ5500] support dummy printer device and MZ-1P17
1125 [PC8801/PC88] fix to get printer busy status
1126 [PC9801] fix to get printer busy status
1127 [PC98LT] fix to get printer busy status
1128 [X1] support dummy printer device and MZ-1P17
1129
1130
1131 12/31/2015
1132
1133 [VM/MZ1P17] support underline, hiragana mode, and color mode
1134
1135
1136 12/30/2015
1137
1138 [COMMON] add jis_to_sjis() function
1139 [EMU] fix to delete OSD instance after delete VM instance
1140 [EMU/OSD] improve functions to manipulate bitmaps and fonts
1141
1142 [VM/PRNFILE] support save/load state
1143 [VM/MZ1P17] support MZ-1P17
1144
1145 [MZ2500/PRINTER] support dummy printer device and MZ-1P17
1146
1147
1148 12/23/2015
1149
1150 [ALL] fix for UNICODE character set case
1151
1152 [COMMON] improve create_local_path() and get_file_path_without_extensiton() not to overwrite previous result soon
1153 [EMU/OSD] improve to capture screen with png file format
1154 [EMU/OSD] improve functions to manipulate bitmaps and fonts
1155
1156 [TOOL/MZ80K] support software keyboard for MZ-80K/C
1157
1158
1159 12/20/2015
1160
1161 [EMU/OSD] remove functions for pinter interface
1162 [EMU/OSD] add functions to manipulate bitmaps and fonts
1163
1164 [VM/PRNFILE] support dummy printer device that outputs to file
1165
1166 [MZ80K/MEMORY] combine memory class and display class
1167 [MZ80K/MEMORY] support PCG-8000/1200
1168 [MZ700/MEMORY] fix PCG-700
1169 [PC6001] improve to use new dummy printer device
1170 [PC8801] improve to use new dummy printer device
1171 [PC9801] improve to use new dummy printer device
1172 [PC98LT] improve to use new dummy printer device
1173 [X1] improve to use new dummy printer device
1174
1175
1176 12/17/2015
1177
1178 [COMMON] add application_path() and create_local_path()
1179 [COMMON] add create_date_file_path()
1180 [COMMON] add get_host_time()
1181 [EMU/OSD] remove EMU::application_path() and EMU::bios_path()
1182 [EMU/OSD] remove OSD::create_date_file_name()
1183 [EMU/OSD] remove EMU::get_host_time()
1184 [WIN32/SCREEN] fix screen rotation
1185
1186 [EX80] improve screen
1187
1188
1189 12/16/2015
1190
1191 [COMMON] improve config, common, and fileio for other environments
1192 [EMU/OSD] improve lock_vm() and unlock_vm() to support nesting
1193 [EMU/OSD] add force_unlock_vm() to force unlock vm ignoring nesting
1194
1195 [VM/DISK] improve for other environments
1196 [VM/F9368] support F9368
1197 [VM/FMGEN] fix to use FILEIO class (thanks Mr.Artane.)
1198 [VM/LD700] improve for other environments
1199 [VM/MC6809] improve for other environments
1200 [VM/UPD765A] improve for other environments
1201 [VM/V99X8] fix to check if screen buffer is valid or not
1202
1203 [EX80] support save/load state
1204 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 13, 2015)
1205 [J3100] fix build errors (thanks Mr.Artane.)
1206 [TK80BS] support save/load state
1207
1208
1209 12/15/2015
1210
1211 [WINMAIN] fix to check if button caption is multi-line or not
1212
1213 [VM/I8080] fix to use fetch_op() function to fetch opecode
1214 [VM/I8080] support to read interrupt enabled status
1215
1216 [EX80] support TOSHIBA EX-80
1217 [TK80BS] improve screen
1218
1219
1220 12/10/2015
1221
1222 [COMMON] improve common.h for other environments
1223 [WIN32/SCREEN] fix crt filter issue for eFM-7
1224
1225
1226 12/9/2015
1227
1228 [EMU/OSD] add OSD class and move OS dependent codes to OSD class
1229 [WIN32/SCREEN] support screen rotation 180deg and 270deg, not only 90deg
1230 [WIN32/SCREEN] support to load png image from resource
1231
1232 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 7, 2015)
1233 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A again
1234 [TK80BS] add printed circuit board picture and buttons
1235 [X1TURBO/PSUB] fix kana key map in keyboard mode B
1236
1237
1238 11/18/2015
1239
1240 [WINMAIN] support to eject disk with d88 bank selection menu open
1241 [EMU/WIN32] add tape_playing(), tape_recording(), and tape_position()
1242
1243 [VM/*] add tape_playing(), tape_recording(), and tape_position()
1244
1245 [FM77AV] import Mr.Artane.'s fixes (Commits on Nov 14, 2015)
1246
1247
1248 10/31/2015
1249
1250 [WIN32/INPUT] fix broken auto key function
1251 [WIN32/INPUT] support to notify l/r-shift/control/menu key to virtual machine
1252 [WIN32/SOUND] fix not to create a sound buffer on sound card memory
1253
1254 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 29, 2015)
1255
1256
1257 10/27/2015
1258
1259 [VM/IO] fix build error
1260 [VM/UPD765A] fix tc signal in exec phase (thanks Mr.PI.)
1261
1262
1263 10/7/2015
1264
1265 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
1266 [VM/IO] improve debug log for second cpu
1267
1268 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 2, 2015)
1269
1270
1271 10/6/2015
1272
1273 [WIN32/DEBUGGER] add > command to output the logfile
1274
1275 [VM/UPD7220] support vram data mask to support 12bit vram for MZ-3500
1276 [VM/Z80] improve disassembler for DD/ED/FD opecodes
1277
1278 [MZ3500/SUB] fix character vram bit width
1279 [MZ3500/SUB] fix graphic vram size
1280 [MZ3500/SUB] fix to negate color palette number of kanji character screen
1281
1282
1283 9/30/2015
1284
1285 [EMU/WIN32] fix eFM77AV40/EX menu issues
1286
1287 [VM/TMS3631] add TMS3631 based on Neko Project 2
1288
1289 [MZ3500/SUB] support monochrome mode
1290 [MZ3500/SUB] support vertical/horizontal line
1291 [MZ3500/SUB] fix character color in the case color number is zero
1292 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A
1293 [PC9801] support PC-9801-14
1294
1295
1296 9/29/2015
1297
1298 [EMU/WIN32] fix terrible mistakes (thanks Mr.Artane.)
1299
1300 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
1301 [VM/MB8877] import Mr.Artane.'s fixes for FM-7 series
1302
1303 [FM77AV] add eFM77AV40/40EX codes (thanks Mr.Artane.)
1304 [FM77AV] import Mr.Artane.'s fixes (from SNAPSHOT 20150926)
1305 [MZ3500/MAIN] support some dip switches
1306 [MZ3500/SUB] support middle resolution monitor and green monitor
1307 [PC9801] support to enable/disable sound board and sound bios
1308
1309
1310 9/26/2015
1311
1312 [MZ3500/SUB] fix kanji character renderer
1313 [MZ3500/SUB] fix character renderer for non transparent black color
1314
1315
1316 9/25/2015
1317
1318 [MZ3500] support HALT button
1319 [MZ3500/KEYBOARD] support PRO/OP mode switch
1320 [MZ3500/KEYBOARD] support CL and 00 keys
1321 [MZ3500/KEYBOARD] change key assign for program control keys
1322 [MZ3500/MAIN] fix to add one clock wait for each m1 cycle
1323 [MZ3500/MAIN] fix memory mapper to check me1/me2 signals
1324 [MZ3500/MAIN] fix memory mapper to update only when register values are changed
1325 [MZ3500/SUB] support kanji rom and kanji vram
1326 [MZ3500/SUB] implement graphic screen renderer
1327
1328
1329 9/23/2015-2
1330
1331 [MZ3500/KEYBOARD] support kana key
1332
1333
1334 9/23/2015
1335
1336 [VM/UPD765A] fix index hole signal width to 5msec (thanks Mr.Sato)
1337
1338 [MZ3500] support SHARP MZ-3500
1339 [MZ3500/KEYBOARD] implement keyboard
1340 [MZ3500/SUB] enlarge ram size of sub cpu
1341 [MZ3500/SUB] fix text screen renderer
1342
1343
1344 9/17/2015
1345
1346 [TOOL/ANY2D88] support to convert solid image to 1dd
1347 [TOOL/ANY2D88] support to convert solid image with sector size 256bytes
1348
1349 [WINMAIN] improve to inhibit starting screen saver
1350
1351 [VM/DISK] fix issue in the case that file extension of solid image is *.dsk
1352 [VM/DISK] update physical disk format table
1353 [VM/DISK] improve fdi converter
1354 [VM/DISK] support to get am1 position in id field
1355 [VM/MB8877] improve timing to start read/write sector
1356 [VM/MB8877] fix to use const time to search sector in incorrect timing setting
1357 [VM/T3444A] fix to use const time to search sector in incorrect timing setting
1358 [VM/UPD765A] fix to use const time to search sector in incorrect timing setting
1359
1360 [MZ80K/DISPLAY] support green monitor for MZ-80C
1361 [X1TURBO/DISPLAY] fix issue in the case that char raster is greater than 8/16
1362
1363
1364 9/15/2015
1365
1366 [TOOL/ANY2D88] add new utility any2d88 that converts any format image to d88
1367
1368 [COMMON] add FileLength() function to FILEIO class
1369 [WIN32/DEBUGGER] disable ctrl-c on the debug console
1370
1371 [VM/DATAREC] support to record tap format image
1372 [VM/DISK] simplify image loader
1373 [VM/DISK] improve cpdread converter for invalid track size table
1374
1375 [MZ80K/MZ80FIO] fix drive number register (thanks Mr.masa and Mr.Suga)
1376
1377
1378 9/9/2015
1379
1380 [COMMON] add batch file to merge manifest file for Windows Vista or later
1381
1382
1383 9/8/2015
1384
1385 [VM/DISK] fix for single density disk in double density drive
1386 [VM/T3444A] support T3444A/T3444M
1387
1388 [BMJR] support HITACHI BASIC Master Jr
1389 [MZ80K/MZ80FIO] support MZ-80FIO
1390 [MZ80K/KEYBOARD] fix eisuu/kana key to toggle with kana key
1391 [PC6001] fix signal connections between i8255 and PC-80S31K
1392
1393
1394 8/28/2015
1395
1396 [WIN32/SCREEN] improve and simplify crt filter
1397
1398 [VM/DATAREC] rename SIG_DATAREC_OUT to SIG_DATAREC_MIC
1399 [VM/DATAREC] rename set_context_out() to set_context_ear()
1400 [VM/DEVICE] add virtual functions to get remaining time until event is expired
1401 [VM/DEVICE] add functions to get remaining time until event is expired
1402 [VM/MC6800] fix build error for MB8861
1403 [VM/YS6522] support YS6522 based on MAME 0.164
1404
1405 [JR100] support National JR-100
1406
1407
1408 8/25/2015
1409
1410 [WIN32/SCREEN] improve crt filter for non stretched screen
1411 [WIN32/SCREEN] fix not to lock Direct3D9 offscreen surface for a long period
1412
1413 [PC8801/PC88] import Mr.PI.'s fixes from XM8 version 1.30
1414
1415
1416 8/24/2015
1417
1418 [VM/DISK] fix to save image in d88 format if solid image is physical formatted
1419 [VM/DISK] fix to save single side solid image correctly
1420 [VM/DISK] fix imagedisk converter for single side disk image
1421
1422
1423 8/23/2015
1424
1425 [VM/DISK] fix routine to check FM-7 DEATH FORCE
1426
1427
1428 8/22/2015-2
1429
1430 [VM/DISK] support solid 1dd 280kb disk image with .img extension
1431 [VM/MB8877] revert the fix in 8/22/2015
1432
1433 [SMC777] fix floppy drive speed to 600rpm
1434
1435
1436 8/22/2015
1437
1438 [COMMON] replace many _TCHAR* to const _TCHAR* mainly for file path
1439 [WIN32/DEBUGGER] improve L and W command to load/write intel hex format file
1440
1441 [VM/DISK] add patch for FM-7 DEATH FORCE (thanks Mr.Artane.)
1442 [VM/MB8877] fix for 2d disk image on 2dd/2hd drive (thanks Mr.Artane.)
1443 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1444
1445 [FM77AV] import Mr.Artane.'s fixes (Commits on Aug 19, 2015)
1446 [MZ2500/CRTC] fix character blinking (thanks Mr.KanegonP)
1447
1448
1449 8/21/2015
1450
1451 [WIN32/INPUT] improve auto key function for us-keyboard
1452 [WIN32/INPUT] support to load vm's own auto key table
1453
1454 [VM/DISK] support *.1dd floppy disk image
1455 [VM/I286] fix build error
1456 [VM/MB8877] fix to check cylinder number for read/write sector command
1457
1458 [SMC777] support SONY SMC-777
1459
1460
1461 8/13/2015
1462
1463 [VM/HUC6280] support debugger
1464 [VM/I86] fix aad instruction for NEC V30
1465 [VM/I286] add NEC V30 instructions based on MAME 0.128
1466
1467 [PC9801U] fix to use new V30 core
1468 [PC9801VF] fix to use new V30 core
1469 [PC9801VM] fix to use new V30 core
1470 [PC98DO] fix to use new V30 core
1471 [PC98HA] fix to use new V30 core
1472 [PC98LT] fix to use new V30 core
1473
1474
1475 8/9/2015
1476
1477 [VM/MB8877] support MB8866
1478 [VM/MB8877] improve type-2/3 command timing for E flag
1479 [VM/MB8877] fix write protect status (thanks Mr.Artane.)
1480
1481 [MZ80A] change fdc device type from MB8876 to MB8866
1482
1483
1484 8/8/2015
1485
1486 [VM/DISK] remove ugly patch for X1turbo Alpha
1487 [VM/MB8877] remove ugly patch for X1turbo Alpha
1488 [VM/MB8877] improve type-1 command timing
1489 [VM/MB8877] improve type-2/3 command timing for E flag
1490 [VM/MB8877] improve force interrupt command to finish write sector command
1491 [VM/Z80SIO] improve transmitting timing for external clock signal
1492
1493
1494 8/7/2015
1495
1496 [VM/DATAREC] support ASCII MSX cas format tape image (thanks Mr.Sean Young)
1497 [VM/DATAREC] improve mzt converter to support fast forward/rewind
1498 [VM/DISK] improve image decoder for single side and data mark missing cases
1499 [VM/MB8877] fix timing to abort searching the target sector
1500 [VM/MB8877] fix to raise irq signal after abort searching the target sector
1501 [VM/MB8877] fix to abort write command before drq when disk is write protected
1502 [VM/MB8877] fix to abort write command when lost data occurs at first drq
1503 [VM/MB8877] fix to read/write data register when lost data occurs
1504 [VM/MB8877] fix to show crc error when verify track number at seek command
1505 [VM/MB8876] fix not to show busy after seek command for FMR-30/50/60 series
1506
1507
1508 8/5/2015
1509
1510 [WINMAIN] support menu to enable/disable correct fdc timing
1511
1512 [VM/DISK] improve to check both id crc error and data crc error
1513 [VM/I286] fix issue that emulation may go to infinite loop when cpu is halted
1514 [VM/MB8877] fix index hole signal width to 5msec (thanks Mr.Sato)
1515 [VM/MB8877] improve drq signal timing to check E flag of type-2 and 3 commands
1516 [VM/MB8877] improve drq signal timing for write track command
1517 [VM/MB8877] improve data lost timing for write sector and write track commands
1518 [VM/MB8877] improve to check both id crc error and data crc error
1519 [VM/UPD765A] improve timing to go to exec phase
1520 [VM/UPD765A] improve to check both id crc error and data crc error
1521 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
1522
1523 [FMR50/BIOS] improve to check both id crc error and data crc error
1524 [FMR50/BIOS] improve write track command for sectors without data field
1525 [MSX2/MEMORY] improve to check both id crc error and data crc error
1526
1527
1528 8/3/2015
1529
1530 [VM/DISK] support sectors without data field
1531 [VM/MB8877] improve drq signal timing for write sector command (thanks Mr.Sato)
1532 [VM/MB8877] improve index hole signal width (thanks Mr.Sato)
1533 [VM/MB8877] improve read/write command to wait at least 60msec after seeking
1534 [VM/MB8877] improve seek command not to set seek error without verify flag
1535 [VM/MB8877] improve read/write sector commands for sectors without data field
1536 [VM/MB8877] improve write track command for sectors without data field
1537 [VM/MB8877] improve force interrupt command to finish write track command
1538 [VM/MB8877] remove ugly patch for MZ-2500 RELICS
1539 [VM/UPD765A] improve read/write sector commands for sectors without data field
1540 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
1541
1542
1543 8/1/2015
1544
1545 [WINMAIN] support menu to modify write protected status of floppy disk image
1546 [WINMAIN] support menu to enable/disable DirectInput for keyboard
1547 [WIN32/INPUT] support to swap joystick buttons #1/#3/#5... and #2/#4/#6...
1548
1549 [VM/DISK] fix not to inherit the write protected status of image file
1550 [VM/DISK] support to modify write protected status of floppy disk image
1551 [VM/DISK] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
1552 [VM/MB8877] improve read/write commands to access the current track
1553 [VM/MB8877] improve seek commands (thanks Mr.Artane.)
1554 [VM/MB8877] suppot to set/get write protected status of floppy disk image
1555 [VM/MB8877] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
1556 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1557 [VM/PC6031] suppot to set/get write protected status of floppy disk image
1558 [VM/PTF20] suppot to set/get write protected status of floppy disk image
1559 [VM/UPD765A] suppot to set/get write protected status of floppy disk image
1560
1561 [FM77AV] import Mr.Artane.'s fixes
1562
1563
1564 7/31/2015
1565
1566 [COMMON] fix all vcproj files to disable WholeProgramOptimization option
1567 [COMMON] fix all vcproj files to enable SSE2 instructions
1568 [CONFIG] support ignore crc options individually for each floppy drive
1569 [WINMAIN] support ignore crc options individually for each floppy drive
1570
1571 [VM/DISK] support ignore crc options individually for each floppy drive
1572 [VM/MB8877] improve read/write commands  (thanks Mr.Artane.)
1573 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1574 [VM/PC80S31K] fix m1 wait for PC-8801 series (thanks Mr.PI.)
1575 [VM/PC80S31K] fix for force ready signal (thanks Mr.PI.)
1576 [VM/UPD765A] fix for force ready signal (thanks Mr.PI.)
1577 [VM/YM2203] improve timer timing (thanks Mr.PI.)
1578 [VM/YM2151] improve timer timing (thanks Mr.PI.)
1579
1580 [FM77AV] import Mr.Artane.'s fixes
1581 [PC8801] import Mr.PI.'s fixes from XM8 version 1.20
1582
1583
1584 6/28/2015
1585
1586 [FM77AV] import Mr.Artane.'s fixes
1587 [MZ2500/CMT] fix reset signal
1588 [MZ2500/CRTC] improve timing for 15KHz and 24KHz mode
1589 [MZ2500/MEMORY] improve vram wait in display timing
1590 [PC8801] import Mr.PI.'s fixes from XM8 version 1.10
1591
1592
1593 6/25/2015
1594
1595 [EMU/WIN32] add sleep(ms) for virtual machines (thanks Mr.PI.)
1596 [WIN32/DEBUGGER] support * for bc/bd/be to clear/disable/enable all points
1597 [WIN32/DEBUGGER] fix to accept escape key when the console is active
1598
1599 [VM/FMGEN] fix status register (thanks Mr.PI.)
1600 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1601 [VM/YM2203] fix busy period (thanks Mr.PI.)
1602
1603 [FM77] add eFM77 codes (thanks Mr.Artane.)
1604 [FM77AV] import Mr.Artane.'s fixes
1605 [PC8801] import Mr.PI.'s fixes from XM8 version 1.00
1606 [PC8801/PC88] fix to check if sio output is connected to cmt or rs232c
1607
1608
1609 4/29/2015
1610
1611 [EMU/WIN32] suport to load intel hexadecimal object file format
1612 [WIN32/DEBUGGER] fix my_hexatoi() for 32bit hexadecimal value
1613
1614 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1615
1616 [FM77AV] import Mr.Artane.'s fixes
1617 [Z80TVGAME] support Homebrew Z80 TV GAME SYSTEM
1618
1619
1620 4/24/2015
1621
1622 [VM/DISK] fix to check only bit4-7 of sector status (thanks Mr.Artane.)
1623 [VM/I386] improve i386 core based on MAME 0.160
1624 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1625
1626 [FM77AV] import Mr.Artane.'s fixes
1627
1628
1629 4/10/2015
1630
1631 [CONFIG] remove model-dependent codes
1632
1633 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1634 [VM/MC6809] support debugger (thanks Mr.Artane.)
1635
1636 [FM77AV] import Mr.Artane.'s fixes
1637 [MZ2800/MEMORY] fix memory bank swith
1638
1639
1640 4/7/2015
1641
1642 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1643
1644 [FM77AV] add eFM77AV codes (thanks Mr.Artane.)
1645
1646
1647 3/28/2015
1648
1649 [FM7] add eFM7 codes (thanks Mr.Artane.)
1650
1651
1652 3/26/2015
1653
1654 [VM/MB8877] fix not to return error status when seek to unformatted track (thanks Mr.Artane.)
1655 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1656 [VM/YM2151] support mamefm.dll
1657 [VM/YM2203] fix to check SUPPORT_MULTIPLE flag of mamefm.dll
1658
1659 [MSX2/MEMORY] import Mr.tanam's fixes
1660
1661
1662 3/21/2015-2
1663
1664 [MSX2] import Mr.umaiboux's patches posted on Mr.tanam's blog
1665
1666
1667 3/21/2015
1668
1669 [VM/DISK] support 1dd floppy image
1670 [VM/V99X8] support V99x8 (thanks Mr.umaiboux and Zodiac)
1671 [VM/V99X8] support save/load state
1672 [VM/Z80] support to hook ret opecode for pseudo bios call
1673
1674 [MSX1] add yaMSX1 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1675 [MSX1] support save/load state
1676 [MSX2] add yaMSX2 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1677 [MSX2] support save/load state
1678
1679
1680 3/19/2015
1681
1682 [WIN32/INPUT] fix DirectInput issues
1683
1684
1685 3/15/2015
1686
1687 [WINMAIN] support to disable Desktop Window Manager (DWM) automatically
1688 [WIN32/INPUT] support DirectInput for keyboard
1689
1690 [VM/*] simplify including fileio.h
1691 [VM/DATAREC] fix sound mixer
1692 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1693 [VM/UPD7801] fix disassembler
1694
1695 [FM16PI] support save/load state
1696 [FMR30] support save/load state
1697 [FMR50] support save/load state
1698 [FMR60] support save/load state
1699 [FMR70] support save/load state
1700 [FMR80] support save/load state
1701 [FP200/IO] fix lcd driver
1702
1703
1704 3/12/2015
1705
1706 [FMR50/BIOS] support to format a floppy disk image physically
1707
1708
1709 3/12/2015
1710
1711 [VM/DATAREC] support to play tape sound
1712 [VM/DATAREC] support FUJITSU FM-7/77 t77 format tape image (thanks Mr.Artane.)
1713 [VM/EVENT] suppot to change secondary cpu clock (thanks Mr.Artane.)
1714 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1715 [VM/MEMORY] support memory wait
1716 [VM/PTF20] support save/load state
1717 [VM/UPD765A] fix not to write sector because of tc if no data transfered
1718
1719 [FP200] support save/load state
1720 [FP200] support memory and io wait
1721 [HC20] support save/load state
1722 [HC40] support save/load state
1723 [HC80] support save/load state
1724 [X07] support save/load state
1725 [X1TURBO] support cmt control buttons
1726
1727
1728 3/4/2015
1729
1730 [VM/I8255] fix save/load state
1731
1732 [MZ700/MEMORY] support PCG-700
1733 [PC8201] support save/load state
1734
1735
1736 3/3/2015
1737
1738 [CONFIG] add cmt baud rate setting (thanks FP-1100 user)
1739
1740 [VM/UPD765A] fix period to raise lost data for write id command
1741
1742 [FP1100/MAIN] fix expansion slot selection
1743 [FP1100/SUB] fix color register (thanks FP-1100 user)
1744 [FP1100/SUB] fix vram plane mask
1745 [FP1100/SUB] support dipswitch to select cmt baud rate
1746
1747
1748 2/28/2015
1749
1750 [COMMON] fix typo virtical to vertical (thanks Mr.Koucha-Youkan)
1751
1752 [VM/DISK] fix to use correct gap0/gap1/gap3 length for known format images
1753 [VM/Z80] fix disassembler (thanks Mr.Reddam)
1754
1755
1756 2/21/2015
1757
1758 [WIN32/INPUT] support to specify wait after shift key is pressed or released
1759 [WIN32/SCREEN] improve crt filter for rotated screen
1760 [CONFIG] add screen rotation setting
1761
1762 [VM/BEEP] improve sound quality
1763 [VM/DATAREC] simplify sound mixer
1764 [VM/DEVICE] rename bios_call() to bios_call_i86()
1765 [VM/DEVICE] rename bios_int() to bios_int_i86()
1766 [VM/DEVICE] add virtual function bios_call_z80()
1767 [VM/DISK] support to fix sector number from big endian to little endian
1768 [VM/EVENT] support more precise loop event timing
1769 [VM/EVENT] improve sound quality
1770 [VM/HD46505] fix to update timing after all required registers are written
1771 [VM/PCM1BIT] simplify sound mixer
1772 [VM/PCM1BIT] fix to suppress petite noise when go to mute
1773 [VM/SN76489AN] improve sound quality
1774 [VM/UPD7801] support correct serial i/o
1775 [VM/Z80] support pseudo bios call
1776
1777 [FP1100] improve auto key timing after shift key is pressed or released
1778 [FP1100] fix crtc horizontal frequency
1779 [FP1100] support cmt
1780 [FP1100/MAIN] support wait for i/o access
1781 [FP1100/SUB] support cmt control circuit consists of some standard logic ics
1782 [FP1100/SUB] support vram plane mask
1783 [MZ1500] support screen rotation (thanks Mr.Koucha-Youkan)
1784 [PASOPIA7/IOBUS] fix to initialize mio flag
1785 [PC8801MA/PC88] improve beep and cmd sing mixer
1786 [PC100] split setting for monitor type and screen rotation
1787 [PV1000/PSG] improve sound quality
1788
1789
1790 2/13/2015
1791
1792 [VM/UPD765A] add ugly patch for PC-8801 Kimochi Disk 2
1793
1794 [FP1100] change slot indices to support floppy drives
1795 [FP1100/MAIN] fix to clear irq from sub cpu when raise irq to sub cpu
1796 [PC8801MA/PC88] fix routine to set back color to black in color mode
1797 [PC8801MA/PC88] fix crtc to clear status in set interrupt mask (thanks Mr.cisc)
1798 [PC8801MA/PC88] fix crtc to restart when dma underrun does not occur
1799 [PC8801MA/PC88] fix out port 0x53 (thanks Mr.Redart)
1800
1801
1802 2/1/2015
1803
1804 [VM/DISK] fix condition to check if the track offset is valid
1805 [VM/DISK] fix routine to trim the disk image
1806
1807
1808 1/31/2015
1809
1810 [VM/DISK] improve for format operation
1811 [VM/DISK] fix issue that deleted mark is mistakely recognized as crc error
1812 [VM/MB8877] support write track command
1813 [VM/PTF20] rename pseudo EPSON TF-20 class from TF20 to PTF20
1814 [VM/PTF20] improve format command
1815 [VM/TF20] support EPSON TF-20
1816 [VM/UPD765A] support write id command
1817
1818 [HC20] support EPSON TF-20
1819
1820
1821 1/28/2015
1822
1823 [VM/DATAREC] fix issue for loading state file saved while recording
1824 [VM/PC6031] support save/load state
1825 [VM/UPD7552] support save/load state
1826 [VM/UPD7552] support init() function to specify sound rate
1827 [VM/YM2203] fix to reset fmdll before registers are restored (thanks Mr.Rednow)
1828
1829 [FAMILYBASIC] support save/load state
1830 [MULTI8/CMT] fix issue for loading state file saved while recording cmt
1831 [MZ2800] support save/load state
1832 [MZ5500] support save/load state
1833 [MZ6500] support save/load state
1834 [PC6001] fix to specify sound rate to uPD7552
1835 [PC6001] support save/load state
1836 [PC6001MK2] support save/load state
1837 [PC6001MK2SR] support save/load state
1838 [PC6601] support save/load state
1839 [PC6601SR] support save/load state
1840 [PC8801MA/PC88] fix issue for loading state file saved while recording cmt
1841 [PC8801MA/PC88] fix crtc for dma underrun case (thanks Mr.Rednow)
1842 [PC98HA] support save/load state
1843 [PC98HA] fix crash issue
1844 [PC98LT] support save/load state
1845 [PC98LT] fix crash issue
1846
1847
1848 1/24/2015
1849
1850 [COMMON] avoid _tfopen_s() and use _tfpoen() not to lock reading file
1851 [WINMAIN] fix to close d88 format disk image after image titles are read
1852
1853 [VM/DISK] fix to save image to temporary file if image file cannot be written
1854 [VM/MB8877] fix to enable REC NOT FOUND patch only for Batten Tanuki
1855
1856 [X1TURBO] support to select boot floppy media type 2D or 2HD
1857
1858
1859 1/21/2015
1860
1861 [MZ2500/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1862 [MZ2800/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1863
1864
1865 1/19/2015
1866
1867 [VM/HD146818P] support save/load state
1868 [VM/I386] support save/load state
1869 [VM/I8080] support save/load state
1870 [VM/I8155] support save/load state
1871 [VM/M6502] support save/load state
1872 [VM/MC6800] support save/load state
1873 [VM/MC6820] support save/load state
1874 [VM/MC6840] support save/load state
1875 [VM/UPD4991A] support save/load state
1876 [VM/UPD71071] support save/load state
1877 [VM/Z80SIO] improve transmit/receive timing
1878 [VM/Z80SIO] support external transmit/receive clocks
1879
1880 [FP1100] support save/load state
1881 [MULTI8] support save/load state
1882 [MYCOMZ80A] support save/load state
1883 [MZ1500] support correct sio timing
1884 [MZ2200] support correct sio timing
1885 [MZ2500] support to switch sio port address
1886 [MZ2500] support correct sio timing
1887 [MZ2800] support to switch sio port address
1888 [MZ2800] support correct sio timing
1889 [MZ5500] support correct sio timing
1890 [PASOPIA] support save/load state
1891 [PASOPIA7] support save/load state
1892 [PASOPIA7] fix to use standard i/o bus class
1893 [PASOPIA7/IOBUS] simplify unique i/o bus class
1894 [QC10] support save/load state
1895 [QC10] support correct sio timing
1896 [X1TURBO] support correct sio timing
1897 [X1TURBO] fix to use standard i/o bus class
1898 [X1TURBO/IOBUS] simplify unique i/o bus class
1899
1900
1901 1/14/2015
1902
1903 [COMMON] fix to use secure string functions
1904 [COMMON] add substitutes for _TCHAR and secure string functions
1905
1906 [VM/I386] improve i386 core again based on MAME 0.157
1907
1908 [MZ80A] support MZ-80AIF and floppy drives (thanks Mr.Suga)
1909
1910
1911 1/11/2015
1912
1913 [VM/MC6820] fix mc6820 build error (thanks Mr.Artane.)
1914
1915 [PC8801MA/PC88] fix RGB to COLOR_RGB macro (thanks Mr.Artane.)
1916 [PHC25] fix issue that cmt tape igam can not be correctly loaded
1917
1918
1919 1/10/2015
1920
1921 [VM/DATAREC] support NEC PC-6001 p6t format tape image (temporary)
1922 [VM/DATAREC] improve NEC PC-6001 p6 format tape image loader
1923 [VM/I386] improve i386 core based on MAME 0.157
1924 [VM/MC6847] support save/load state
1925 [VM/MSM58321] support save/load state
1926 [VM/YM2203] support to change device type to YM2608
1927
1928 [MAP1010] support save/load state
1929 [MZ80A] support save/load state
1930 [MZ80K] support save/load state
1931 [MZ1200] support save/load state
1932 [PC6001/SUB] support p6t format tape image (temporary)
1933 [PC6001/SUB] fix to start/stop data recorder by 0x19/0x1a command
1934 [PC6001/PSUB] support p6t format tape image (temporary)
1935 [PC6001/PSUB] fix cmt loader to wait 1sec between header and body
1936 [PC8801MA] support to select PC-8801-23 (OPNA) or PC-8801-11 (OPN)
1937 [PC100] support save/load state
1938 [PHC20] support save/load state
1939 [PHC25] support save/load state
1940 [PV1000] support save/load state
1941 [RX78] support save/load state
1942
1943
1944 1/1/2015
1945
1946 [PC8801MA/PC88] fix to mask bit4-7 of extended ram bank register
1947
1948
1949 12/29/2014
1950
1951 [VM/SN76489AN] support save/load state
1952 [VM/TMS9918A] support save/load state
1953 [VM/TMS9995] support save/load state
1954 [VM/UPD7801] support save/load state
1955
1956 [M5] support save/load state
1957 [MZ700] support save/load state
1958 [MZ800] support save/load state
1959 [MZ1500] support save/load state
1960 [MZ1500/KANJI] support MZ-1R23 and MZ-1R24
1961 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1962 [PV2000] support save/load state
1963 [PYUTA] support save/load state
1964 [SC3000] support save/load state
1965 [SCV] support save/load state
1966
1967
1968 12/26/2014
1969
1970 [VM/AND] support save/load state
1971 [VM/I8237] support save/load state
1972 [VM/I86] support save/load state
1973 [VM/LS244] support save/load state
1974 [VM/LS393] support save/load state
1975 [VM/NAND] support save/load state
1976 [VM/NOR] support save/load state
1977 [VM/NOT] support save/load state
1978 [VM/OR] support save/load state
1979 [VM/UPD1990A] fix to show lsb bit of second when shift register is not updated
1980 [VM/UPD7220] support save/load state
1981
1982 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1983 [PC8801MA/PC88] fix cmt issue that pacland cannot be loaded on PC-8001mkIISR
1984 [PC9801] support save/load state
1985 [PC9801E] support save/load state
1986 [PC9801U] support save/load state
1987 [PC9801VF] support save/load state
1988 [PC9801VM] support save/load state
1989 [PC98DO] support save/load state
1990
1991
1992 12/25/2014
1993
1994 [EMU/WIN32] fix to remove printer file if the file size is less than 2 bytes
1995 [EMU/WIN32] fix to initialize virtual machine when sound device type is changed
1996
1997 [VM/HD46505] support save/load state
1998 [VM/I286] support save/load state
1999 [VM/I8259] support save/load state
2000 [VM/MCS48] support save/load state
2001 [VM/UPD1990A] fix to show lsb bit of second after all bit are read
2002
2003 [MZ2200] support save/load state
2004 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
2005 [PC8801MA/PC88] fix renderer for graphic screen with text attribute color
2006 [X1] support save/load state
2007 [X1TWIN] support save/load state
2008 [X1TURBO] support save/load state
2009
2010
2011 12/23/2014
2012
2013 [EMU/WIN32] simplify get/put functions for several types in file i/o class
2014
2015 [VM/BEEP] support save/load state
2016 [VM/DATAREC] support save/load state
2017 [VM/DISK] support save/load state
2018 [VM/DISK] fix issue that disk image except d88 or beta image may not be saved
2019 [VM/EVENT] fix load state function to update number of sound samples per frame
2020 [VM/FMGEN] support save/load state
2021 [VM/I8251] support save/load state
2022 [VM/I8253] support save/load state
2023 [VM/I8255] support save/load state
2024 [VM/IO] support save/load state
2025 [VM/MB8877] support save/load state
2026 [VM/PC6031] fix to initialize old_D2H
2027 [VM/PC80S31K] support save/load state
2028 [VM/PCM1BIT] support save/load state
2029 [VM/RP5C01] support save/load state
2030 [VM/UPD765A] support save/load state
2031 [VM/UPD1990A] support save/load state
2032 [VM/W3100A] support save/load state
2033 [VM/YM2151] support save/load state
2034 [VM/YM2203] support save/load state
2035 [VM/Z80] support save/load state
2036 [VM/Z80CTC] support save/load state
2037 [VM/Z80DMA] support save/load state
2038 [VM/Z80PIO] support save/load state
2039 [VM/Z80SIO] support save/load state
2040
2041 [MZ80B] support save/load state
2042 [MZ1500/QUICKDISK] fix to clear first data/send break flags
2043 [MZ2500] support save/load state
2044 [MZ2500/CMT] fix issue that Laydock is not correctly booted
2045 [PC8001MKIISR] support save/load state
2046 [PC8801MA] support save/load state
2047 [PC8801MA/PC88] fix to reset dirty NIPPY patch flag
2048 [PC8801MA/PC88] fix not to render text scree when dma ch.2 is not running
2049
2050
2051 12/18/2014
2052
2053 [EMU/WIN32] support save/load state
2054 [EMU/WIN32] support get/put functions for several types in file i/o class
2055
2056 [VM/EVENT] support save/load state functions
2057 [VM/HUC6280] support save/load state functions
2058 [VM/I8155] fix to clear event register id in reset()
2059 [VM/I8253] fix to clear event register id in reset()
2060 [VM/UPD765A] fix to clear event register id in reset()
2061
2062 [MZ2500/CMT] fix to check the pulse width of ipl reset signal
2063 [PCENGINE] support save/load state
2064
2065
2066 12/16/2014
2067
2068 [VM/MB8877] fix to show not ready status a moment when no command is running
2069
2070 [MZ80A] add EmuZ-80A codes (thanks Mr.Suga)
2071
2072
2073 11/28/2014
2074
2075 [X1TURBO/DISPLAY] fix text renderer for 32rasters/char mode
2076
2077
2078 11/22/2014
2079
2080 [WIN32/SCREEN] support two screen stretch modes keep aspect and fill screen
2081
2082 [VM/I8080] fix debugger trace issue in busreq status
2083 [VM/I86] fix debugger trace issue in busreq status
2084 [VM/I286] fix debugger trace issue in busreq status
2085 [VM/I386] fix debugger trace issue in busreq status
2086 [VM/Z80] fix debugger trace issue in busreq status
2087
2088
2089 11/21/2014
2090
2091 [PC8801MA/PC88] fix to support multi blocks tape images
2092 [PC8801MA/PC88] add dirty patch for NIPPY
2093
2094
2095 10/29/2014
2096
2097 [PC8801MA/PC88] fix to check dma underrun in every frames
2098 [PC8801MA/PC88] fix port number of crtc status
2099 [PC8801MA/PC88] add function to read crtc parameters
2100
2101
2102 10/28/2014
2103
2104 [PC8801MA/PC88] fix crtc issue that dma underrun never occurs
2105 [PC8801MA/PC88] fix crtc status
2106
2107
2108 10/27/2014
2109
2110 [PC8801MA/PC88] revert the uPD5257 fix for CHOBIN
2111
2112
2113 10/26/2014
2114
2115 [WINMAIN] fix frame rate issue again
2116
2117
2118 10/25/2014
2119
2120 [WINMAIN] fix frame rate issue (thanks Mr.Rednow)
2121 [WIN32/DEBUGGER] fix issue about inputting decimal value
2122
2123 [VM/Z80] fix disassembler
2124
2125 [PC8801MA/PC88] fix uPD8257 dma controller
2126 [PC9801] fix PC-9801-26K bios size
2127
2128
2129 10/11/2014
2130
2131 [WIN32/DEBUGGER] fix issue that hexa value ends with d is recognized as decimal
2132
2133 [VM/Z80] fix disassembler
2134
2135 [PC8801MA/PC88] fix to press insdel key automatically when backspace is pressed
2136
2137
2138 10/10/2014
2139
2140 [VM/I8155] fix issue in the case that cpu clock is less than const frequency
2141 [VM/I8253] fix issue in the case that cpu clock is less than const frequency
2142 [VM/Z80CTC] fix issue in the case that cpu clock is less than const frequency
2143
2144 [PC8801MA/PC88] support PCG-8100
2145
2146
2147 10/4/2014
2148
2149 [PC8801MA/PC88] fix color/monochrome and 320x200/640x200 bits in port31
2150
2151
2152 9/29/2014
2153
2154 [WIN32/SCREEN] support crt filter
2155
2156 [BABBAGE2ND] update circuit board picture
2157 [PC9801U] support NEC PC-9801U
2158 [PC9801VF] support NEC PC-9801VF
2159
2160
2161 9/13/2014
2162
2163 [WIN32/DEBUGGER] support search command
2164
2165 [VM/I86] support to change IP register value from debugger console
2166 [VM/I286] support to change IP register value from debugger console
2167 [VM/I386] support to change IP register value from debugger console
2168 [VM/MC6800] support debugger
2169
2170 [HC20/MEMORY] fix keyboard chattering
2171
2172
2173 9/7/2014
2174
2175 [WIN32/DEBUGGER] support debugger console
2176
2177 [VM/DEBUGGER] support common debugger object
2178 [VM/EVENT] fix to check ownew of event before it is canceled
2179 [VM/I8080] support debugger
2180 [VM/I86] support debugger
2181 [VM/I86] remove code for i186 and i286
2182 [VM/I286] fix for i8086/i8088/i80186
2183 [VM/I286] fix not to quit REP when remained icount is less than 0
2184 [VM/I286] support debugger
2185 [VM/I386] support debugger
2186 [VM/MB8877] fix not to cancel event registered by other device
2187 [VM/MCS48] support debugger
2188 [VM/UPD7801] support debugger
2189 [VM/Z80] support debugger
2190
2191 [FM16PI] fix to use new i86 core
2192 [FMR30] fix to use new i86 core
2193 [MZ2200] fix to use new i86 core
2194 [MZ5500] fix to use new i86 core
2195 [MZ6500] fix to use new i86 core
2196 [MZ6550] fix to use new i86 core
2197 [PC8801/PC88] fix uPD8257 address and counter registers
2198 [PC100] fix to use new i86 core
2199 [PC9801] fix to use new i86 core
2200 [PC9801E] fix to use new i86 core
2201
2202
2203 8/29/2014
2204
2205 [PC8801/PC88] fix crtc to support non transparent mode
2206 [PC8801/PC88] fix crtc issue that cursor is not displayed in non attibutes mode
2207
2208
2209 8/28/2014
2210
2211 [COMMON] fix all vcproj files to set WholeProgramOptimization option
2212 [WINMAIN] support 320x240 full screen mode
2213
2214 [VM/FMGEN] update fmgen.cpp from v1.49 to v1.50 (thanks Mr.Rururu-Tan)
2215 [VM/FMGEN] update opna.cpp from v1.68 to v1.70 (thanks Mr.Rururu-Tan)
2216 [VM/DATAREC] support NEC PC-6001 cas/p6 format tape image
2217 [VM/I386] fix memory leak issue
2218 [VM/I386] fix x87 opcodes FPREM and FPREM1 based on MAME 0.154
2219 [VM/MC6847] support enable/disable signal
2220 [VM/PC6031] support NEC PC-6031 and PC-6032 (thanks Mr.Nishida)
2221 [VM/UPD765A] fix to compare all of C/H/R/N to search sector (thanks Mr.Haserin)
2222
2223 [GAMEGEAR/MEMORY] fix memory leak issue
2224
2225 [MZ2500] fix to reset only cpu and memory map in standard (non-ipl) reset
2226 [MZ2500/CMT] fix to check the pulse width of ipl reset and cmt eject signals
2227 [MZ2500/CRTC] fix 640x400, 4 colors mode for Yukara K2 (temporary)
2228 [MZ2500/FLOPPY] support i/o signal to swtich internal/external floppy drives
2229 [MZ2500/FLOPPY] remove dirty patch for Laydock
2230
2231 [PC6601] support real sub cpu emulation (thanks Mr.Moriya)
2232 [PC6601/FLOPPY] rename system to floppy
2233 [PC6601/FLOPPY] split to PC-6601 internal floppy drive class and PC-6031 class
2234 [PC6601/FLOPPY] support to switch internal/external floppy drives
2235 [PC6601/MEMORY] split to memory class and timer/irq class
2236 [PC6601/MEMORY] support CRTKILL/BUSRQ signals
2237 [PC6601/PSUB] rename keyboard to psub (pesudo sub cpu)
2238 [PC6601/PSUB] simplify cmt codes
2239
2240 [PC8801/PC88] fix text attributes
2241
2242
2243 5/15/2014
2244
2245 [PC6001] update yaPC-6001/6201/6601 codes (thanks Mr.tanam)
2246 [PC6001] support PC-80S31K floppy drives
2247 [PC6001MK2] support PC-80S31K floppy drives
2248 [PC6001MK2SR] add yaPC-6401 codes (thanks Mr.tanam)
2249 [PC6601SR] add yaPC-6801 codes (thanks Mr.tanam)
2250
2251
2252 5/1/2014
2253
2254 [VM/I286] reimplement based on MAME 0.149
2255 [VM/I286] support disassembler
2256 [VM/I386] reimplement based on MAME 0.152
2257 [VM/I386] support disassembler
2258
2259 [FMR50] split project for i286, i386 and i486
2260 [FMR60] split project for i286, i386 and i486
2261 [FMR50/MEMORY] improve memory address mask for cpu and dma
2262 [FMR50/MEMORY] support shutdown flag
2263 [FMR50/MEMORY] remove invalid color palette i/o
2264 [FMR50/MEMORY] fix text color palette #0
2265 [FMR50/MEMORY] fix text reverse/blink
2266 [FMR50/TIMER] support free run counter
2267
2268
2269 4/17/2014
2270
2271 [WINMAIN] fix resource leak issue (thanks Mr.Redart)
2272 [EMU/WIN32] fix resource leak issue (thanks Mr.Redart)
2273
2274 [VM/FMGEN] fix compiler dependent issue
2275 [VM/YM2203] support full sound generator dll features (thanks Mr.Redart)
2276
2277 [MZ1500/QUICKDISK] support *.qdf raw quick disk images
2278 [PX7/MEMORY] fix super impose signal based on openMSX-0.10.0
2279
2280
2281 4/10/2014
2282
2283 [EMU/WIN32] support to map keys to joystick buttons
2284
2285 [GAMEGEAR] fix to map keys to joystick buttons
2286 [MASTERSYSTEM] fix to map keys to joystick buttons
2287 [PX7/MEMORY] fix to add one clock wait for each m1 cycle
2288 [PC6001] update yaPC-6001/6201/6601/6801 codes (thanks Mr.tanam)
2289
2290
2291 4/8/2014
2292
2293 [EMU/WIN32] support to capture the movie sounds in DirectShow codes
2294
2295 [VM/DATAREC] support SORD M5 cas format tape image
2296 [VM/LD700] support PIONEER LD-700 laser-disc player based on openMSX-0.10.0
2297 [VM/PCM1BIT] fix noise occurs when input signals top
2298 [VM/YM2203] support to overwrite i/o mode to fixed value
2299
2300 [M5/CMT] stop loading cmt when tape image reaches the end of tape
2301 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player)
2302 [PX7] fix MSX1 implements (thanks Mr.umaiboux)
2303
2304
2305 4/7/2014
2306
2307 [WINMAIN] fix issue in the case that menu bar becomes multi line
2308
2309 [VM/DATAREC] fix to output no sound signal when tape image reaches end of tape
2310 [VM/YM2203] fix build error in YM2608 case
2311
2312
2313 4/1/2014
2314
2315 [VM/TMS9918A] fix mode1 and mode1+2 to fill out of screen with back color
2316 [VM/YM2203] fix i/o port codes for AY-3-8910/8912/8913
2317 [VM/YM2203] fix assert issue in fmgen module (thanks Mr.Mamiya)
2318
2319 [PC8001MK2SR] fix ini file name
2320
2321
2322 3/26/2014
2323
2324 [EMU/WIN32] improve video recorder timing to sync to sound recorder
2325 [EMU/WIN32] improve video recorder to compress frames in another thread
2326 [EMU/WIN32] support to play a movie file
2327 [EMU/WIN32] support Fgets() in file i/o class
2328 [EMU/WIN32] support new function to get the file path without extension
2329
2330 [VM/TMS9918A] support super impose
2331
2332 [GAMEGEAR] add yaGAMEGEAR codes (thanks Mr.tanam)
2333 [MASTERSYSTEM] add yaMASTERSYSTEM codes (thanks Mr.tanam)
2334 [PC6001] update yaPC-6001 codes (thanks Mr.tanam)
2335 [PC6001MK2] add yaPC-6201 codes (thanks Mr.tanam)
2336 [PC6601] add yaPC-6601 codes (thanks Mr.tanam)
2337 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player) (partial)
2338
2339
2340 1/8/2014
2341
2342 [VM/DISK] fix cpdread converter to check cylinder/side in track info block
2343 [VM/DISK] fix cpdread converter to check deleted mark
2344 [VM/MB8877] fix to seek one track when force interrupt is done
2345
2346 [MZ800/FLOPPY] connect fdc drq signal to cpu irq pin
2347 [MZ800/FLOPPY] support irq mask register
2348 [MZ800/FLOPPY] support motor on/off signal delay
2349 [MZ800/MEMORY] support monochrome display
2350 [MZ800/MEMORY] fix to connect vblank signal to Z80PIO:PA5, not hblank signal
2351
2352
2353 12/31/2013
2354
2355 [EMU/WIN32] support printer interface
2356
2357 [PC8801/PC88] support printer interface
2358 [PC9801/PRINTER] support printer interface
2359 [PC98LT/PRINTER] support printer interface
2360 [MZ800] change the floppy drive type from 2D to 2DD
2361 [X1TURBO/PRINTER] support printer interface
2362
2363
2364 12/5/2013
2365
2366 [VM/MC6840] support MC6840 (partial)
2367
2368 [PC8801/PC88] fix to show opn busy flag at the first access only for ALPHA
2369 [PC8801/PC88] support crtc reverse flag
2370
2371
2372 8/24/2013
2373
2374 [EMU/WIN32] fix access lamp renderer for Direct3D9
2375
2376 [VM/HD46505] fix to initialize frequency if vline is lesser than 400
2377 [VM/MB8877] fix not to show record not found status after drive is changed
2378 [VM/MB8877] fix to activate access lamp while searching target sector
2379 [VM/MC6847] add function to load external cgrom image
2380 [VM/MC6847] support to request bus to cpu in display timing
2381 [VM/MC6847] support color bleed in black/white pattern (thanks Mr.tanam)
2382
2383 [PC6001] add yaPC-6001 codes (thanks Mr.tanam)
2384 [X1TURBO/EMM] change EMM memory size to 320KB
2385 [X1TURBO/PSUB] fix to clear irq flag when z80 reads data from sub cpu
2386
2387
2388 8/21/2013
2389
2390 [WINMAIN] fix to use GetFullPathName() to get the parent directory
2391
2392 [VM/MB8877] modify constant period for searching sector
2393
2394
2395 8/16/2013
2396
2397 [VM/DISK] add ugly patch for X1turbo ARCUS
2398 [VM/MB8877] fix to use constant period for searching sector if disk has no skew
2399 [VM/MB8877] fix to show busy status while searching sector if sector not found
2400 [VM/Z80DMA] fix dma stop condition
2401
2402
2403 8/10/2013
2404
2405 [VM/DATAREC] fix not to skip frames while doint ff/rew
2406 [VM/DATAREC] support ff/rew for cas and tap images
2407 [VM/DATAREC] support APSS signals and doing APSS for SHARP X1
2408
2409 [MZ2200] support to select if loading mzt to ram directly or not
2410 [X1TURBO] fix cmt ff/rew speed to x16
2411 [X1TURBO/PSUB] support APSS command
2412
2413
2414 8/9/2013
2415
2416 [EMU/WIN32] improve debug log function
2417
2418 [VM/Z80DMA] fix not to reset all registers in reset command
2419
2420 [X1] support CZ-8BM2
2421 [X1/MOUSE] support serial mouse
2422
2423
2424 8/8/2013
2425
2426 [VM/DISK] fix not to convert standard disk images to d88 format images
2427 [VM/DISK] add ugly patch for X1turbo ALPHA
2428 [VM/HD46505] reset registers and timings in reset()
2429 [VM/MB8877] fix to use constant wait to search sector for standard disk image
2430 [VM/MB8877] add ugly patch for X1turbo ALPHA
2431 [VM/YM2151] fix to show busy status in a moment
2432 [VM/YM2203] fix to show busy status in a moment
2433 [VM/Z80DMA] fix dma stop condition
2434
2435 [PC8801/PC88] improve initial memory pattern
2436 [X1TURBO/DISPLAY] fix text renderer for kanji character on standard display
2437 [X1TURBO/DISPLAY] fix text renderer for 16rasters/char mode
2438 [X1TURBO/IO] fix not to add wait for text vram (temporary)
2439
2440
2441 8/2/2013
2442
2443 [EMU/WIN32] fix to create new avi file when current file is close to 2GB
2444
2445 [VM/DISK] support 1.20MB/1.44MB/2.88MB floppy disk images
2446 [VM/DISK] fix to add index mark in track image
2447 [VM/UPD765A] fix read data command when sector size or number is invalid
2448 [VM/UPD765A] fix seek time for MZ-3500
2449
2450
2451 8/1/2013
2452
2453 [VM/DEVICE] support virtual function to set or get expend cpu clocks
2454 [VM/DEVICE] support virtual function to get passed usec
2455 [VM/DEVICE] support virtual functions for dma access with i/o wait
2456 [VM/DISK] support function to get perid to transfer specified bytes
2457 [VM/DISK] support functions to get drive rpm and track size
2458 [VM/DISK] improve make track image
2459 [VM/DEVICE] support function to get passed usec
2460 [VM/I86] support function to get and set expend cpu clocks
2461 [VM/I86] fix single mode dma when busreq is active
2462 [VM/I286] support function to get and set expend cpu clocks
2463 [VM/I386] fix single mode dma when busreq is active
2464 [VM/I386] support function to get and set expend cpu clocks
2465 [VM/I386] fix single mode dma when busreq is active
2466 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
2467 [VM/MB8877] improve to raise drq signal for each data
2468 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
2469 [VM/UPD765A] improve read data command to read sector gaps among sectors
2470 [VM/UPD765A] improve read id command to read id of first found sector
2471 [VM/Z80] support function to get and set expend cpu clocks
2472 [VM/Z80] fix single mode dma when busreq is active
2473 [VM/Z80DMA] improve timing of data transfer, bus request and release
2474
2475 [PC8801/PC88] support to select hireso/standard display type
2476 [PC8801/PC88] improve memory wait (thanks Mr.Crazy Unit)
2477 [X1TURBO] fix not to input 2MHz to Z80CTC on CZ-8BS1
2478 [X1TURBO/DISPLAY] fix color reverse attribute (thanks Mr.Enri)
2479 [X1TURBO/FLOPPY] support motor on/off signal (thanks Mr.Sato)
2480 [X1TURBO/IO] improve i/o wait (thanks Mr.Sato)
2481
2482
2483 7/25/2013
2484
2485 [X1TURBO/DISPLAY] fix text renderer for vertical/horizontal doubled character
2486
2487
2488 7/24/2013
2489
2490 [WINMAIN] support 320x240 fullscreen mode
2491 [EMU/WIN32] support multiple quick disk drives and cart slots
2492 [CONFIG] support to read/write ini file
2493
2494
2495 7/23/2013
2496
2497 [WINMAIN] simplify codes for boot mode and device type menus
2498 [EMU/WIN32] fix sound recorder not to output the old samples
2499
2500 [VM/HD146818P] fix not to save backuped ram if it is not modified
2501 [VM/MCS48] fix to divide the given clocks in MCS48 class
2502 [VM/MCS48] fix not to run cpu if enough clocks are not given
2503 [VM/RP5C15] fix not to save backuped ram if it is not modified
2504
2505 [FAMILYBASIC] support to select basic rom
2506 [FAMILYBASIC/MEMORY] fix not to save backuped ram if it is not modified
2507 [FMR30/CMOS] fix not to save backuped ram if it is not modified
2508 [FMR50/CMOS] fix not to save backuped ram if it is not modified
2509 [J3100SL/SLMEMORY] fix not to save backuped ram if it is not modified
2510 [PC8801MA] support dipswitch to select memory wait on/off
2511 [PC8801MA/PC88] fix display vertical frequency
2512 [PC8801MA/PC88] fix m1 wait and ram/vram wait clocks
2513 [PC98HA/MEMORY] fix not to learn ram/ram drive/memcard if they are not modified
2514 [QC10/MEMORY] fix not to save backuped ram if it is not modified
2515 [TK80BS] support to select basic rom
2516 [MZ700/CMOS] fix not to save backuped ram if it is not modified
2517 [SCV/MEMORY] fix not to save backuped ram if it is not modified
2518 [X1TURBO/PSUB] fix key repeat timing
2519 [X1TURBO/SUB] fix signal to detect cassette tape
2520
2521
2522 5/11/2013
2523
2524 [VM/I286] reimplement based on MAME 0.148
2525 [VM/I386] reimplement based on MAME 0.148
2526 [VM/I8255] improve mode #1 and #2
2527 [VM/MCS48] support mcs48 based on MAME 0.148
2528
2529 [X1TURBO] support real sub cpu and keyboard emulation
2530 [X1TURBO/DISPLAY] fix routine to get currently displayed character address
2531 [X1TURBO/DISPLAY] fix routine to render Vx2 character
2532 [X1TURBO/PSUB] improve key repeat timing
2533
2534
2535 4/25/2013
2536
2537 [VM/DATAREC] fix mzt image converter based on Bin2Wav
2538
2539 [MZ2200] fix to reset Z80PIO in special_reset()
2540 [MZ2200/MEMORYB80] fix to load mzt image to memory only when offset is 0
2541 [MZ2200/MZ1M01] fix to reset inport value from Z80PIO in reset()
2542
2543 [PC8201] fix cpu clock from 2.4MHz to 2.4576MHz
2544 [PC8201] support cmt
2545 [PC8201] fix to reset rtc strobe signal at boot
2546
2547
2548 4/14/2013
2549
2550 [WINMAIN] support to show a message on title bar post from vm or emu class
2551 [WINMAIN] disable close media menu when media file is not opened
2552 [EMU/WIN32] add function to post a message onto title bar
2553
2554 [VM/DATAREC] fix mzt image converter to add 1sec space after header block
2555 [VM/DATAREC] support to post the tape status message onto title bar
2556 [VM/Z80PIO] fix handshake signals in bidirectional mode
2557 [VM/Z80PIO] fix masks follows bit in control register
2558 [VM/Z80PIO] fix to disable interrupt until the mask register is written
2559
2560 [MZ80B/MEMORY] support optional 2nd vram
2561 [MZ2200/MEMORY] fix not to load mzt image to memory when attribute is not $01
2562 [MZ2200/MZ1M01] support 16bit cpu board (MZ-1M01)
2563
2564
2565 3/30/2013
2566
2567 [VM/DATAREC] fix issue that sample number in recorded wav file header is 0
2568 [VM/DATAREC] improve recording wav file
2569 [VM/DATAREC] improve wave shaper function to support dB-BASIC
2570 [VM/EVENT] fix issue that continuous event causes invalid event clock
2571 [VM/Z80PIO] support handshake mode
2572
2573 [MZ2200/MEMORY] support m1 wait when ipl rom is selected
2574 [MZ2200/MEMORY] support vram access wait
2575 [MZ2200/MZ1R13] fix address increment
2576
2577
2578 3/29/2013
2579
2580 [MZ2200] support quick disk drive (MZ-1E18 and MZ-1F11)
2581 [MZ2200/MZ1R12] support to load MZ-1E18 ipl rom image
2582 [MZ2200/MZ1R13] support to switch kanji/dictionary roms
2583
2584
2585 3/28/2013
2586
2587 [WINMAIN] fix to support max 30 screen resolutions
2588
2589 [VM/DATAREC] support wave shaper function
2590 [VM/EVENT] fix not to skip frames when the sound is outputted
2591
2592
2593 3/23/2013
2594
2595 [VM/I8080] support disassembler
2596
2597 [FP200] support CASIO FP-200
2598
2599
2600 3/21/2013
2601
2602 [VM/DATAREC] fix to skip the fact chunk in wave file header
2603
2604 [MZ80B] support SHARP MZ-80B
2605 [MZ2200] support SHARP MZ-2200
2606
2607
2608 2/26/2013
2609
2610 [WINMAIN] destry window before emulation core is released
2611
2612 [PC8801MA/PC88] fix text attributes
2613
2614
2615 2/7/2013
2616
2617 [EMU/WIN32] remove the function to play media files
2618
2619 [VM/DATAREC] support fast forward and rewind
2620 [VM/DATAREC] support playing wav file
2621 [VM/HD146818P] fix to restart timer event when date/time is modified
2622 [VM/MSM58321] fix to restart timer event when date/time is modified
2623 [VM/RP5C01] fix to restart timer event when date/time is modified
2624 [VM/UPD1990A] fix to restart timer event when date/time is modified
2625 [VM/UPD4990A] fix uPD1990A compatible mode
2626 [VM/Z80] revert modifying clocks for interrupt in mode2
2627
2628 [FMR30/RTC] fix to restart timer event when date/time is modified
2629 [HC40/IO] fix to restart timer event when date/time is modified
2630 [HC80/IO] fix to restart timer event when date/time is modified
2631 [MZ2500/CASSETTE] support playing a music cassette tape
2632 [MZ2500/CASSETTE] support load/save a data cassette tape
2633 [MZ2500/CASSETTE] support fast forward and rewind a cassette tape
2634 [X07/IO] fix to restart timer event when date/time is modified
2635 [X1TURBO/SUB] fix to restart timer event when date/time is modified
2636 [X1TURBO/SUB] support fast forward and rewind a cassette tape
2637
2638 [TOOL/MZ2500] add new tool to cleanup the cassette tape for APSS
2639
2640
2641 1/23/2013
2642
2643 [WINMAIN] support drag & drop a cart or disk image files
2644
2645 [VM/HD146818P] support modifying the date and time
2646 [VM/MSM58321] renamed from RTC58321 to MSM58321
2647 [VM/MSM58321] support modifying the date and time
2648 [VM/MSM58321] support busy flag and base signal register
2649 [VM/MSM58321] remove ugly functions for FMR-50/60
2650 [VM/MS5832] removed and joined to MSM58321
2651 [VM/RP5C01] support modifying the date and time
2652 [VM/RP5C15] removed and joined to RP5C01
2653 [VM/UPD1990A] support modifying the date and time
2654 [VM/UPD1990A] remove ugly functions for PC-9801/PC-98LT
2655 [VM/UPD4991A] support modifying the date and time
2656 [VM/Z80] revert previous modification
2657 [VM/Z80] modify clocks for interrupt in mode2
2658
2659 [FM16PI] replace rtc chip from msm5832 to rtc58321
2660 [FMR30/RTC] support modifying the date and time
2661 [FMR50/TIMER] support rtc with standard signal connections
2662 [HC40/IO] support modifying the date and time
2663 [HC80/IO] support modifying the date and time
2664 [PC9801] support rtc with standard signal connections
2665 [PC9801/DISPLAY] initialize year data in memory switch
2666 [PC98LT/CALENDAR] support rtc with standard signal connections
2667 [PC100] fix rtc signal connection and now rtc works fine
2668 [PCENGINE] fix to check the selected cart is for super grafx
2669 [X07/IO] support modifying the date and time
2670 [X1TURBO/SUB] support modifying the date and time
2671
2672
2673 1/18/2013
2674
2675 [VM/DISK] fix to always save the converted disk image
2676 [VM/Z80] revert reimplemented Z80 core based on MAME 0.145
2677
2678 [PC8801MA/PC88] support n80 format tape image
2679
2680
2681 12/29/2012
2682
2683 [EMU/WIN32] support joysticks with more than 4 buttons
2684 [EMU/WIN32] support new function to get crc32 value
2685
2686 [VM/DISK] fix make_track() to consider the media type
2687 [VM/DISK] fix teledisk/imagedisk converter to get the correct media type
2688 [VM/UPD765A] fix read diagnotics to start reading at the top of 1st sector data
2689
2690 [FAMILYBASIC/PPU] fix crash issue in ppu
2691 [PC8001MK2SR] support NEC PC-8001mkIISR
2692 [PCENGINE] support NEC-HE PC Engine / SuperGrafx
2693
2694
2695 10/25/2012
2696
2697 [PC8801MA/PC88] fix dma wait cycles on V1S mode
2698
2699
2700 10/23/2012
2701
2702 [VM/HUC6280] reimplement based on MAME 0.147
2703 [VM/I286] reimplement based on MAME 0.147
2704 [VM/I386] reimplement based on MAME 0.147
2705
2706 [FAMILYBASIC/MEMORY] fix joypad status
2707 [PC8801MA/PC88] fix video memory wait on V1S mode
2708 [X1TWIN/PCE] reimplement vdc based on MESS 0.147
2709
2710
2711 8/18/2012
2712
2713 [EMU/WIN32] support to switch GDI/Direct3D9
2714
2715 [VM/UPD7220] add get_start() function
2716 [VM/YM2203] support mamefm.dll(V1)
2717
2718 [PC8801MA/PC88] fix text attributes based on m88
2719 [PC8801MA/PC88] fix to update memory wait in reset() 
2720 [PC9801/DISPLAY] fix to check gdc start status
2721
2722
2723 3/20/2012
2724
2725 [EMU/WIN32] fix not to render screen to Direct3D9 buffer while recording video
2726
2727 [VM/DEVICE] add new virtual function to nitify ei opecode is done on cpu
2728 [VM/YM2151] fix to raise/clear irq line when it is changed as level signal
2729 [VM/YM2203] fix to raise/clear irq line when it is changed as level signal
2730 [VM/Z80] fix to notify ei opecode is done on z80 core
2731
2732 [PC8801MA/PC88] fix sound irq based on m88 for Lipstick Adv and Re-Fight
2733
2734
2735 3/15/2012
2736
2737 [EMU/WIN32] fix to renew vm class instance to change cpu clock in reset()
2738
2739 [PC8801MA/PC88] support data recorder
2740 [PC8801MA/PC88] fix not to show pallete#0 color when graph screen is disabled
2741 [PC8801MA/PC88] fix to recognize ctrl + comma/period as numpad comma/period
2742
2743
2744 3/6/2012
2745
2746 [WINMAIN] fix to reset timing controls when run any extra frames to fill sound buffer
2747 [EMU/WIN32] fix to stretch offscreen buffer in both window mode and fullscreen mode
2748 [EMU/WIN32] fix to call ReleaseDC() to release the device context
2749 [EMU/WIN32] fix to call SelectObject() to select the old hBmp before release the DIBSection
2750 [EMU/WIN32] fix to start play sound buffer when virtual machine is driven
2751 [EMU/WIN32] fix to use constant threshold for joystick direction values
2752 [EMU/WIN32] support table to convert given keycodes from winmain
2753 [EMU/WIN32] fix to initialize d88 multi volume handler
2754
2755 [VM/DEVICE] add virtual function to fetch opecode
2756 [VM/FMGEN] fix to give the advanced time with chip clock, not usec
2757 [VM/YM2151] fix to initialize register #29 to enable only timer interrupt
2758 [VM/YM2151] fix to update fmgen count when read/write opm registers
2759 [VM/YM2151] fix to update fmgen count with chip clocks
2760 [VM/YM2203] fix to update fmgen count when read/write opn(a) registers
2761 [VM/YM2203] fix to update fmgen count with chip clocks
2762 [VM/Z80] fix to use new fetch_op() function to fetch opecode from memory bus
2763
2764 [PASOPIA] support floppy drives by Mr.zak
2765 [PASOPIA/DISPLAY] fix attribute and display mode by Mr.zak
2766 [PASOPIA/MEMORY] fix vram access via pio by Mr.zak
2767 [PASOPIA/PAC2] support kanji rom and joystick pac by Mr.zak
2768 [PASOPIA/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2769
2770 [PASOPIA7] fix memory bank switch by Mr.zak
2771 [PASOPIA7/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2772
2773 [PC8801MA] change rtc device type from uPD1990A to uPD4990A
2774 [PC8801MA/PC88] support bus mouse
2775 [PC8801MA/PC88] change memory wait cycles
2776 [PC8801MA/PC88] fix not to draw cursor before cursor position is updated
2777 [PC8801MA/PC88] fix to refer text attributes for hireso screen
2778 [PC8801MA/PC88] fix a ugly patch for attributes issue for RST Ongaku Disk 12
2779
2780
2781 2/22/2012
2782
2783 [WINMAIN] add codes to check memory leaks in debug build
2784 [VM/*] fix memory leaks
2785
2786 [MULTI8/CMT] fix not to refer other device in release() function
2787 [MZ1500/QUICKDISK] fix not to refer other device in release() function
2788 [PC9801/CMT] fix not to refer other device in release() function
2789 [TK80BS/CMT] fix not to refer other device in release() function
2790
2791
2792 2/21/2012
2793
2794 [PC8801MA/PC88] update memory wait cycles
2795
2796
2797 2/20/2012
2798
2799 [WINMAIN] support d88 disk image with multi voluemes
2800 [EMU/WIN32] update screen manager with Direct3D9
2801
2802 [VM/DISK] support d88 disk image with multi voluemes
2803
2804 [JX/DISPLAY] fix not to render screen just after screen size is changed
2805 [PC8801MA/PC88] fix to render 640x400 graph screen refering text attributes
2806 [PC8801MA/PC88] update memory/dma wait cycles based on m88 and QUASI88
2807
2808
2809 2/16/2012
2810
2811 [WINMAIN] simplify timing controls
2812 [EMU/WIN32] simplify screen manager
2813 [EMU/WIN32] fix to capture the rotated screen in vertical screen mode
2814
2815 [VM/Z80] reimplement based on MAME 0.145 Z80 core
2816
2817 [PC8801MA] support NEC PC-8801MA
2818 [PC8801MA/PC88] fix to initialize main ram pettern
2819 [PC8801MA/PC88] fix text window
2820 [PC8801MA/PC88] fix to clear vram bank when alu is active
2821 [PC98DO] remove dictionary rom, joystick and opna sound
2822
2823
2824 2/13/2012
2825
2826 [PC98DO/PC88] fix to show opn busy flag at the first access (for ALPHA)
2827
2828 [VM/EVENT] fix not to clear sound buffer index in reset function
2829 [VM/I8255] fix not to clear output signals in default setting
2830
2831
2832 2/11/2012
2833
2834 [PC98DO/PC88] fix to select hireso screen only in monochrome mode
2835 [PC98DO/PC88] fix crtc registers
2836 [PC98DO/PC88] fix the character scan lines and screen height again
2837 [PC98DO/PC88] fix to consider the number of attributes data
2838 [PC98DO/PC88] add a ugly patch for attributes issue for alpha
2839
2840 [VM/I8255] fix to clear output signals when control register is written
2841 [VM/Z80] fix not to output debug log for continuously executed halt command
2842
2843
2844 2/8/2012
2845
2846 [EMU/WIN32] fix to release all pressed keys when the main window lost focus
2847
2848 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2849 [PC98DO/PC88] support dictionary rom
2850 [PC98DO/PC88] fix the character scan lines and screen height again
2851
2852
2853 2/7/2012
2854
2855 [VM/UPD765A] fix the wait time to finish seek command
2856
2857 [PC9801/DISPLAY] support semi graphics on text screen
2858
2859
2860 2/6/2012
2861
2862 [VM/YM2151] fix to raise irq when timer is expired before it is reset
2863 [VM/YM2203] support YM2608(OPNA)
2864 [VM/YM2203] fix to raise irq when timer is expired before it is reset
2865
2866 [PC98DO/PC88] fix to clear text screen when dma overrun occurs
2867 [PC98DO/PC88] fix to refer same palettes in 8/512 color mode
2868 [PC98DO/PC88] support OPNA sound (though PC-98DO does not support OPNA...)
2869 [PC98DO/PC9801] support OPNA sound (though PC-98DO does not support OPNA...)
2870
2871
2872 2/2/2012
2873
2874 [VM/Z80] fix to consider meaningless $dd/$ed/$fd
2875
2876 [PC9801] disable i/o port to change mouse irq frequency
2877 [PC9801E] disable i/o port to change mouse irq frequency
2878 [PC98DO/PC88] fix to raise vrtc irq when crtc is not started
2879
2880
2881 1/31/2012
2882
2883 [VM/UPD1990A] support uPD4990A
2884
2885 [PC98DO/PC88] support caps/kana lock
2886 [PC98DO/PC88] fix to reverse strobe signal to rtc
2887
2888
2889 1/30/2012
2890
2891 [PC98DO/PC88] fix text attributes again
2892 [PC98DO/PC88] fix not to raise irq when disk is changed
2893
2894
2895 1/29/2012
2896
2897 [PC98DO/PC88] fix to canel the requested irq when it is masked
2898 [PC98DO/PC88] fix text attributes
2899
2900
2901 1/27/2012
2902
2903 [VM/DISK] fix the routine to check d88 format
2904 [VM/EVENT] fix the event manager for sub cpu event timing
2905
2906
2907 1/25/2012
2908
2909 [WINMAIN] support to specify the minimum window width
2910
2911 [EMU/WIN32] fix the routine to detect the shift and numpad keys are pressed
2912
2913 [VM/DISK] fix to check if the inserted disk image is really d88 format
2914 [VM/EVENT] update event manager to check events in every cpu opecode
2915 [VM/HUC6260] update cpu to run only one opecode and return clocks
2916 [VM/I86] update cpu to run only one opecode and return clocks
2917 [VM/I386] update cpu to run only one opecode and return clocks
2918 [VM/M6502] update cpu to run only one opecode and return clocks
2919 [VM/MC6800] update cpu to run only one opecode and return clocks
2920 [VM/MC6809] update cpu to run only one opecode and return clocks
2921 [VM/TMS9995] update cpu to run only one opecode and return clocks
2922 [VM/UPD765A] fix to get the side number from hdu param in SHARP MZ-3500 case
2923 [VM/UPD765A] fix index hole signal width and frequency
2924 [VM/UPD7801] update cpu to run only one opecode and return clocks
2925 [VM/Z80] update cpu to run only one opecode and return clocks
2926
2927 [HC80/IO] fix the memory access violation issue when run without rom images
2928 [PC100/IOCTRL] move keyborad initialization from intialize() to reset()
2929 [PC98DO] raise irq when disk is inserted or ejected
2930 [PC98DO/MOUSE] fix not to clear the registered event when machine is reset
2931 [PC98DO/PC88] fix extended vram selection mode
2932 [PC98DO/PC88] fix the key code table for ins/del
2933 [PC98DO/PC88] fix to convert the pressed ins/f6-10 keys to shift + del/f1-f5
2934 [SC3000] support SF-7000
2935 [SC3000] fix to negate the motor on/off signal from pio pc1
2936
2937
2938 1/18/2012
2939
2940 [EMU/WIN32] support to detect the shift and numpad keys are pressed
2941
2942 [VM/I8080] fix to refer read_data8w() to fetch opcode if memory wait is active
2943 [VM/UPD765A] fix to accept seek command before other seek is not finished
2944 [VM/UPD765A] fix to accept tc in result phase after read/write commands
2945 [VM/YM2203] fix to read the input port value though the port mode is output
2946 [VM/Z80] fix to refer read_data8w() to fetch opcode if memory wait is active
2947
2948 [PC98DO/PC88] support joystick (though PC-98DO does not support joystick...)
2949 [PC98DO/PC88] fix i/o port to read expanded ram selection in $e2
2950 [PC98DO/PC88] fix i/o port to read 15KHz/24KHz monitor type in $40
2951 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2952 [PC98DO/PC88] support memory access wait (temporary)
2953 [PC98DO/PC88] fix to raise busreq while dma is running in V1(S)/N mode
2954 [VM/X1TWIN] remove the routine to detect the shift and numpad keys are pressed
2955
2956
2957 1/11/2012
2958
2959 [VM/HD46505] support to update the timing settings in the event manager
2960 [VM/UPD7220] support to update the timing settings in the event manager
2961
2962 [VM/PC9801E] support to switch crt frequency
2963 [VM/PC9801VM] support to switch crt frequency
2964 [VM/PC98DO] support to switch crt frequency
2965 [VM/X1TURBO] support to switch crt frequency
2966
2967
2968 1/9/2012
2969
2970 [VM/DEVICE] add virtual function to get the id of parent event manager
2971 [VM/EVENT] fix to notify the timing changes only to child devices
2972
2973 [PC9801E] support to switch cpu clocks
2974 [PC9801VM] support to switch cpu clocks
2975 [PC98DO] support to switch cpu clocks
2976
2977
2978 1/7/2012
2979
2980 [VM/DEVICE] add virtual function to notify that timing settings are changed
2981 [VM/EVENT] fix to notify to all devices when timing settings are changed
2982 [VM/PC80S31K] add ugly patch to enable both #1 and #2 drives
2983 [VM/UPD765A] fix that recalib is successfully done though disk is unformatted
2984 [VM/YM2203] fix to update the period that fmgen is driven in vline
2985 [VM/YM2151] fix to update the period that fmgen is driven in vline
2986
2987 [PC98DO/PC88] fix to connect opn irq line to the interrupt controller
2988 [PC98DO/PC88] fix to initialize opn input ports
2989 [PC98DO/PC88] fix to access high speed tvram through dma in V1(H)/V2 mode
2990 [PC98DO/PC88] fix to draw text screen when crtc is already started
2991 [PC98DO/PC88] fix the initial attribute before it is changed
2992 [PC98DO/PC88] fix the character scan lines (temporary)
2993 [PC98DO/PC88] support 2HD disks
2994
2995
2996 1/5/2012
2997
2998 [VM/HD46505] fix the issue that vline event is not correctly registered
2999 [VM/UPD765A] fix the issue that CP/M Plus does not boot correctly on QC-10
3000
3001
3002 12/31/2011
3003
3004 [EMU/WIN32] support to change the frame timing by virtual machine
3005
3006 [VM/DEVICE] support multiple event manager
3007 [VM/DISK] support to detect the disk ejection
3008 [VM/EVENT] support multiple cpus with different clocks
3009 [VM/HD46505] fix typo
3010 [VM/I8237] support word transfer
3011 [VM/I8259] fix to wait a few time to raise irq that imr is cleared
3012 [VM/PC80S31K] support PC-80S31K floppy drives
3013 [VM/UPD765A] support non dma mode
3014 [VM/UPD765A] fix to clear irq signal when result pahse is finished
3015 [VM/UPD765A] support irq/drq mask signals
3016 [VM/UPD765A] support to detect the disk ejection
3017 [VM/Z80] support NOP in IM0 interrupt
3018
3019 [FP1100] set correct sub cpu clock
3020 [J3100] support TOSHIBA J-3100GT/SL (not work)
3021 [MZ800] reset virtual machine when boot mode is changed
3022 [PC9801] support 320KB floppy drives
3023 [PC9801VM] support NEC PC-9801VM
3024 [PC98DO] support NEC PC-98DO
3025 [QC10] fix the issue that CP/M Plus does not boot correctly
3026 [MZ2500/SASI] refine code
3027
3028
3029 8/6/2011
3030
3031 [EMU/WIN32] render access lamp in emu class
3032
3033 [VM/MC6820] support MC6820 (partial)
3034
3035 [M5/CMT] support reset/halt key
3036 [X1TURBO] fix i/o map for i8255 at 01a**h
3037 [X1TURBO/IO] clear i/o tables to fix debug build issue
3038
3039
3040 6/1/2011
3041
3042 [VM/BEEP] remove the routine to get frequency from the pulse count
3043 [VM/MC6800] support MB8861
3044
3045 [HC20/MEMORY] implement some slave cpu commands
3046 [PASOPIA7] fix signal connections from z80ctc to speaker
3047
3048
3049 5/28/2011
3050
3051 [VM/MB8877] clear track register and index hole counter in reset()
3052 [VM/MC6800] support MC6800/MC6801/HD6301 (based on MAME 0.142)
3053 [VM/MC6809] support MC6809 (based on MAME 0.142)
3054 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
3055
3056 [HC20] support EPSON HC-20
3057 [PASOPIA] fix OA-BASIC issue
3058
3059
3060 5/20/2011
3061
3062 [EMU/WIN32] support sound latency 50msec
3063
3064 [VM/DEVICE] add virtual function do_dma() for single mode dma
3065 [VM/I8237] support single mode
3066 [VM/UPD71071] support single mode
3067 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
3068 [VM/Z80DMA] support single mode
3069 [VM/I86] call do_dma() in every machine cycle for single mode dma
3070 [VM/I386] call do_dma() in every machine cycle for single mode dma
3071 [VM/Z80] call do_dma() in every machine cycle for single mode dma
3072
3073 [MZ2800] support single mode dma
3074 [MZ5500] support single mode dma
3075 [PC9801] support single mode dma
3076 [PC9801E] support single mode dma
3077 [X1TURBO] support single mode dma
3078
3079
3080 5/19/2011
3081
3082 [VM/EVENT] fix to check registered count for frame/vline events
3083 [VM/EVENT] clear event counts before other devices are initialized
3084 [VM/HD46505] fix to update sync signals in more precise timing
3085 [VM/HD46505] support notifying vline event to other devices
3086 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
3087 [VM/Z80DMA] fix to return current count/address for init read sequence command
3088 [VM/Z80DMA] fix do_dma() routine
3089
3090 [JX/DISPLAY] support high resolution screen (partial)
3091 [JX/DISPLAY] support bankswitch for kanji rom and extended vram
3092 [MZ800/DISPLAY] remove display class and combine to memory class
3093 [MZ800/MEMORY] fix scroll registers
3094 [X1TURBO/DISPLAY] remove crtc vblank/vsync signal generator
3095
3096
3097 5/18/2011
3098
3099 [VM/DISK] fix dsk floppy disk image converter
3100
3101 [MZ800] support SHARP MZ-800
3102 [MZ1500] support floppy disk drives
3103
3104
3105 5/16/2011
3106
3107 [JX] fix memory map for kanji rom
3108 [JX/DISPLAY] fix text screen renderer
3109
3110
3111 5/14/2011
3112
3113 [VM/DISK] support dsk floppy disk image based on MESS formats/dsk_dsk.c
3114 [VM/I8259] support poll command
3115 [VM/I8259] update eoi command
3116 [VM/MEMORY] return file size of loaded bios image
3117 [VM/UPD765A] fix sence interrupt status result
3118 [VM/UPD765A] fix not to clear exm bit in multi sector read/write
3119 [VM/Z80CTC] fix not to reset time constant when channel is freezed
3120 [VM/Z80DMA] fix transfer length when 0 is specified
3121
3122 [JX] support IBM Japan Ltd PC/JX
3123 [PC9801] set media type for floppy drives
3124 [X1TURBO/DISPLAY] wait next raster when pcg/cgrom is accessed
3125 [X1TURBO/SUB] readjust the key repeat timing
3126
3127
3128 5/4/2011
3129
3130 [EMU/WIN32] remove patch code for PV-2000 in input manager
3131
3132 [VM/DEVICE] add virtual functions for 16bit/32bit dma
3133 [VM/I8259] refine code
3134 [VM/IO] support standard d-ff register
3135 [VM/IO] support 16bit/32bit dma functions
3136 [VM/MB8877] change wait period for read/write from 100msec to 70msec
3137 [VM/HD146818P] check address line in write access
3138 [VM/UPD765A] check address line in write access
3139 [VM/W3100A] check address line in write access
3140 [VM/YM2203] disable status register for AY-3-8912
3141
3142 [MZ80K] refine driver and remove unused io class
3143 [MZ2800] refine driver and remove unused calendar/timer classes
3144 [X1TURBO] support dip-switch for monitor type selection
3145 [X1TURBO/DISPLAY] fix vblank/vsync signals
3146 [X1TURBO/IO] support standard d-ff register
3147
3148
3149 4/27/2011
3150
3151 [COMMON] modify struct union 'pair'
3152 [VM/EVENT] fix to get more precise cpu clocks
3153 [VM/HUC6260] fix to get more precise cpu clocks
3154 [VM/I8080] fix to get more precise cpu clocks
3155 [VM/I86] fix i286 protected mode boundary check (from MESS)
3156 [VM/I86] fix POP SP and POP ESP (from MESS)
3157 [VM/I86] fix to get more precise cpu clocks
3158 [VM/I386] fix to get more precise cpu clocks
3159 [VM/M6502] fix to get more precise cpu clocks
3160 [VM/TMS9995] fix to get more precise cpu clocks
3161 [VM/UPD7801] fix to get more precise cpu clocks
3162 [VM/Z80] fix to get more precise cpu clocks
3163
3164 [X1TURBO/DISPLAY] fix to get correct pcg address in hires screen mode
3165
3166
3167 4/25/2011
3168
3169 [VM/MB8877] fix to wait 100msec to read/write just after seek command
3170 [VM/Z80CTC] fix to initialize vector when reset device
3171 [VM/Z80CTC] fix to copy time constant to counter just after reset command
3172 [VM/Z80CTC] fix to clear pending irq when RETI opcode is detected
3173 [VM/Z80CTC] fix to update int signal without checking the current signal
3174 [VM/Z80DMA] fix to update int signal without checking the current signal
3175 [VM/Z80PIO] fix to update int signal without checking the current signal
3176 [VM/Z80SIO] fix to update int signal without checking the current signal
3177
3178
3179 4/23/2011
3180
3181 [VM/DISK] fix to check disk type in teledisk converter
3182 [VM/I86] reimplement based on MAME 0.142 80x86 core
3183 [VM/I86] support 80186
3184 [VM/MB8877] fix to clear drq/irq when status register is read
3185 [VM/UPD71071] fix not to restart dma while dma is running
3186 [VM/Z80CTC] fix to clear pending irq when control reg is updated
3187 [VM/Z80DMA] fix not to restart dma while dma is running
3188 [VM/Z80DMA] fix end of block condition
3189 [VM/Z80DMA] fix to support auto restart
3190
3191 [X1TURBO/DISPLAY] fix vertical doubled character in hires mode
3192 [X1TURBO/DISPLAY] fix black character renderer
3193
3194
3195 4/15/2011
3196
3197 [VM/DEVICE] add virtual functions for i/o port with dma
3198 [VM/DISK] support drive type
3199 [VM/MB8877] add functions to get/set drive type
3200 [VM/UPD765A] add functions to get/set drive type
3201 [VM/Z80DMA] change transfer length when block length equals to 0
3202
3203 [X1TURBO] support 2HD floopy disk
3204 [X1TURBO/FLOPPY] support to change the drive type
3205
3206
3207 4/14/2011
3208
3209 [VM/DEVICE] add virtual functions for Z80 daisy chain definitions
3210
3211 [X1TURBO] support 2nd CZ-8BS1 for NRTDRV
3212 [X1TURBO/DISPLAY] support black/transparency register
3213 [X1TURBO/SUB] fix xfer key code
3214 [X1TURBO/SUB] fix ctrl/shift/kana/caps/graph bits in $e6 command
3215 [X1TURBO/SUB] fix write protected bit in $eb command
3216
3217
3218 4/13/2011
3219
3220 [VM/Z80DMA] fix address step count (thanks Kale)
3221
3222
3223 4/12/2011
3224
3225 [EMU/WIN32] fix repeat flag for caps/kana/kanji keys
3226
3227 [VM/DISK] fix not to write disk image when data is not modified
3228 [VM/IO] support read/write interface for dma
3229 [VM/Z80] fix disassembler
3230 [VM/Z80DMA] support Z80DMA (based on MAME Z80DMA core)
3231
3232 [PC9801/CMT] support cmt interface
3233 [X1TURBO] support SHARP X1turbo
3234 [X1TURBO/DISPLAY] generate HD46505 vblank/vsync signals in display class
3235 [X1TURBO/IO] support read/write interface with dma
3236
3237
3238 4/7/2011
3239
3240 Fix typo (regist -> register, recieve -> receive)
3241
3242
3243 4/6/2011
3244
3245 [EMU/WIN32] fix joystick manager
3246
3247 [VM/DISK] support standard disk image without format info
3248 [VM/Z80SIO] fix abort/break flag
3249 [VM/Z80SIO] fix not to load data before sync char is loaded
3250
3251 [MZ1500/QUICKDISK] fix unformat error issue
3252 [X1TWIN] support to enable/disable CZ-8BS1
3253 [X1TWIN/DISPLAY] fix cursor blink
3254 [X1TWIN/DISPLAY] combine kanji class to refer the same font rom image
3255 [X1TWIN/DISPLAY] refine code to support X1turbo series
3256 [X1TWIN/MEMORY] refine code to support X1turbo series
3257
3258
3259 4/2/2011
3260
3261 [X1TWIN/SUB] fix irq handling
3262
3263
3264 4/1/2011
3265
3266 [EMU/WIN32] support stereo sound
3267 [EMU/WIN32] fix joystick initialization
3268
3269 [VM/DATAREC] support to load wave file with 16bit/stereo and any frequency
3270 [VM/DATAREC] support to load TAP tape images (used for SHARP X1 series)
3271 [VM/DATAREC] support to rewind tape image
3272 [VM/EVENT] support stereo sound
3273 [VM/FMGEN] fix timer not to cause overflow
3274 [VM/FMGEN] support interface to read int signal
3275 [VM/SN76489AN] fix mixer issue that volume mixed by other device is doubled
3276 [VM/YM2151] fix irq handling to refer int signal from fmgen
3277 [VM/YM2203] fix irq handling to refer int signal from fmgen
3278 [VM/Z80SIO] support monosync/bisync mode
3279 [VM/Z80SIO] support auto enables bit in wr3
3280 [VM/Z80SIO] support send break bit in wr5
3281 [VM/Z80SIO] support sync/abort bit in rr0
3282 [VM/Z80SIO] support signals to notify transmitt/recieve is done
3283 [VM/Z80SIO] support sync signal (input/output)
3284 [VM/Z80SIO] fix not to reset external signals
3285
3286 [MZ1500] support quick disk drive
3287 [PC9801] support irq connection from PC-9801-26
3288 [PC9801/DISPLAY] support 200 lines screen mode
3289 [PC9801/JOYSTICK] support joystick
3290 [X1TWIN] support CMT device
3291 [X1TWIN/EMM] support 512kb emm board
3292 [X1TWIN/MEMORY] fix memory mapping for ipl rom
3293
3294
3295 2/16/2011
3296
3297 [EMU/WIN32] notify key repeat
3298
3299 [VM/YM2203] fix prescaler for AY-3-8190/8192
3300 [VM/YM2151] fix typo
3301
3302 [X1TWIN] support fm sound card
3303 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
3304 [X1TWIN/DISPLAY] render screen in each scan line
3305 [X1TWIN/SUB] support pressing both shift and numpad key for XANADU
3306 [X1TWIN/SUB] support key repeat
3307 [X1TWIN/SUB] fix ctrl + '_'
3308 [X1TWIN/SUB] fix $e6 command to return key code until it is released
3309
3310
3311 1/26/2011
3312
3313 [EMU/WIN32] support capture screen
3314
3315 [VM/SN76489AN] support SN76489
3316 [VM/SN76489AN] fix noise period
3317
3318 [X1TWIN/DISPLAY] fix not to update pcg addr frequently for Wibarm
3319 [X1TWIN/SUB] fix to raise irq just after command with no results was processed
3320 [X1TWIN/SUB] fix keycode read function
3321 [X1TWIN/SUB] fix command processing period
3322
3323
3324 1/21/2011
3325
3326 [EMU/WIN32] support output debug log to console
3327
3328 [VM/DEVICE] fix virtual functions for memory and i/o access with wait
3329 [VM/MB8877] support output debug log
3330 [VM/MB8877] support request cpu to output debug log when status is read
3331 [VM/Z80] support variable m1 cycle wait
3332 [VM/Z80] support disassembler to output executed mnemonics
3333 [VM/Z80SIO] change delay timing for data transmitter
3334
3335 [X1TWIN] fix i/o map for display controller and text/attr vram
3336 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
3337 [X1TWIN/DISPLAY] fix routine to get accessing vram address and raster
3338 [X1TWIN/DISPLAY] fix graphic renderer to check view range in crtc registers
3339 [X1TWIN/FLOPPY] fix not to stop motor of floppy drive
3340 [X1TWIN/MEMORY] fix to wait 1 clock in m1 cycle when ipl rom is selected
3341 [X1TWIN/SUB] fix not to raise irq before all data are recieved by main cpu
3342 [X1TWIN/SUB] fix to exit interrupt automatically without reti
3343 [X1TWIN/SUB] fix to raise obf when new command is processed
3344 [X1TWIN/SUB] fix caps lock
3345 [X1TWIN/SUB] remove game key read command because this is turbo feature
3346
3347
3348 1/17/2011
3349
3350 [PV1000/VDP] fix pattern offset register for Dig-Dug and Space Panic
3351
3352
3353 1/16/2011
3354
3355 [VM/YM2203] support AY-3-8190/8192
3356 [VM/Z80SIO] fix transmit/status interrupt
3357
3358 [SCV/SOUND] support 2nd and 3rd square wave generators (by Mr.kazz)
3359 [SCV/SOUND] fix not to accept new command before return ack (by Mr.kazz)
3360 [MZ2500/CRTC] fix gfx plane mask register
3361 [MZ2500/CRTC] fix scroll registers
3362 [MZ2500/CRTC] fix to effect transparency register to outside of text region
3363 [MZ2500/CRTC] support screen mask i/o signal
3364 [MZ2500/CRTC] optimize screen rederer
3365 [MZ2800/CRTC] fix gfx plane mask register
3366 [MZ2800/CRTC] fix to effect transparency register to outside of text region
3367 [MZ2800/CRTC] support screen mask i/o signal
3368 [MZ2800/CRTC] optimize screen rederer
3369 [X1TWIN/DISPLAY] support 4 rasters * 50 lines screen for XEVIOUS
3370 [X1TWIN/SUB] fix get calender command
3371
3372
3373 12/28/2010
3374
3375 [EMU/WIN32] support power off notification
3376
3377 [VM/DATAREC] support to load MZT/M12 tape images (used for SHARP MZ series)
3378 [VM/I8251] support break signal
3379 [VM/MB8877] change irq signal to low when new command is processed
3380 [VM/MSM5832] support address write signal
3381 [VM/Z80SIO] support cts/dcd signals
3382
3383 [FM16PI] support FUJITSU FM16pi
3384 [SC3000/KEYBOARD] fix the issue that multiple keys in the same column cannot be pressed at the same time
3385 [MZ1500] support z80sio for quick disk and rs-232c (not work)
3386
3387
3388 9/29/2010
3389
3390 [VM/UPD765A] fix not to retry read id command
3391 [VM/UPD765A] fix to return the result of non-seek commands for sence intstat
3392 [VM/UPD765A] fix to update the data lost event when data is read/written
3393
3394 [PC9801] fix not to disable fdc i/o in the case fd bios roms are not loaded
3395
3396
3397 9/20/2010
3398
3399 [VM/DEVICE] support interface for memory mappied i/o
3400 [VM/I8237] fix bank register
3401 [VM/I8253] fix counter latch before the counter update event is occured
3402 [VM/MEMORY] support general memory bus
3403 [VM/SN76489AN] fix noise generator
3404 [VM/UPD765A] fix to wait 100usec before go to result phase
3405 [VM/UPD7220] fix not to terminate write command after data is set
3406 [VM/UPD7220] support interface to get the cursor address and top/bottom lines
3407
3408 [MZ3500/MAIN] update memory mapper
3409 [MZ3500/SUB] implement serial i/o for keyboard
3410 [PC9801] support NEC PC-9801
3411 [PC9801E] support NEC PC-9801E/F/M
3412
3413
3414 9/4/2010
3415
3416 [VM/EVENT] support to run extra frames for continuous sound
3417 [VM/IO] support to register the return value
3418 [VM/IO] refine i/o map registrations
3419 [VM/UPD765A] support external drive selection
3420 [VM/UPD765A] fix not to output index hole signal if disk is not inserted
3421
3422 [MZ1500] fix sound mask (for thunder force)
3423 [MZ1500/DISPLAY] fix to refer bit3 of pcg attribute
3424 [MZ1500/MEMORY] support pcg ram wait
3425 [MZ1500/MEMORY] fix memory mapped i/o range
3426 [MZ1500/RAMFILE] support ram file
3427 [MZ3500] reimplement SHARP MZ-3500 (not work)
3428 [PASOPIA7/IO] refine i/o map registrations
3429 [PHC20] support SANYO PHC-20
3430 [X1TWIN/IO] refine i/o map registrations
3431
3432
3433 8/31/2010
3434
3435 [VM/UPD765A] support dack signal
3436
3437 [FP1100/SUB] support logic to clear vram
3438 [FP1100/SUB] fix vram write access
3439 [FP1100/SUB] fix screen renderer
3440 [MZ1500] fix psg i/o addr
3441 [MZ1500/DISPLAY] fix color palette and priority register
3442
3443
3444 8/27/2010
3445
3446 [VM/AND] fix output signal when it is changed
3447 [VM/OR] fix output signal when it is changed
3448 [VM/NAND] fix output signal when it is changed
3449 [VM/NOR] fix output signal when it is changed
3450 [VM/NOT] fix output signal when it is changed
3451 [VM/DEVICE] refine signal connections
3452 [VM/DISK] support SEGA SF-7000 floppy disk image
3453 [VM/EVENT] sync 2 or more cpus precisely
3454 [VM/I8253] fix read both low and high counter
3455 [VM/PCM1BIT] update to check on/off signal width in one sample
3456 [VM/TMS9918A] fix screen mode selection
3457 [VM/UPD765A] support reset signal
3458 [VM/UPD765A] support index hole signal
3459 [VM/Z80] revert reimplemented Z80 core (temporary)
3460
3461 [FM16PI] remove FUJITSU FM16pi skelton
3462 [PC3200] remove SHARP PC-3200 skelton
3463 [FP1100/MAIN] raise sub cpu's int2 at both L->H edge and H->L edge
3464 [FP1100/SUB] add ugly patch to raise int2 when sub cpu recieve the command
3465 [MZ80K] support SHARP MZ-80K
3466 [MZ1200] support SHARP MZ-1200
3467 [MZ700/MEMORY] init memory map when mzt image is loaded
3468 [MZ700/MEMORY] support MZ700WIN's patch block when mzt image is loaded
3469 [MZ1500] support SHARP MZ-1500 (QD is not supported yet)
3470 [PASOPIA] fix signal connections around z80ctc
3471 [SC3000] support SEGA SC-3000
3472 [X1TWIN/SUB] fix sub cpu to check key release
3473 [X1TWIN/DISPLAY] fix vertical/horizontal doubled character
3474 [X1TWIN/DISPLAY] fix palette priority register
3475
3476
3477 8/13/2010
3478
3479 [EMU/WIN32] reset virtual machine after emu class is initialized
3480
3481 [VM/M6502] support M6502 and N2A03
3482 [VM/SN76489AN] fix mixer
3483 [VM/YM2151] fix mixer
3484 [VM/YM2203] fix mixer
3485
3486 [FAMILYBASIC] support Nintendo Family BASIC
3487
3488
3489 8/9/2010
3490
3491 [EMU/WIN32] disable ALT short cut key
3492
3493 [VM/Z80] reimplement Z80 (based on MAME Z80 core)
3494
3495 [MAP1010/KEYBOARD] support keyboard
3496 [MYCOMZ80A/KEYBOARD] reset key event counter
3497
3498
3499 8/6/2010
3500
3501 [VM/MC6847] fix graphics mode
3502 [VM/MC6847] check vram size in render routine
3503
3504 [MAP1010] support SEIKO MAP-1010 (not work)
3505 [PHC25] fix psg i/o address
3506 [PHC25] fix vsync/hsync bit in system port
3507 [PHC25/JOYSTICK] support joystick
3508 [PHC25/SYSTEM] fix vdp mode signals in system port
3509
3510
3511 8/4/2010
3512
3513 [VM/MC6847] support MC6847
3514 [VM/UPD7801] add wait signal
3515 [VM/Z80] support raise irq by write_signal()
3516
3517 [FP1100] support CASIO FP-1100 (not work)
3518 [PHC25] support SANYO PHC-25
3519 [MULTI8/FLOPPY] fix floppy drive
3520 [PV1000/PSG] fix psg frequency
3521
3522
3523 6/4/2010
3524
3525 [EMU/WIN32] update screen stretch/rotation
3526 [EMU/WIN32] support window x3 - x8 modes
3527 [EMU/WIN32] support fullscreen mode with any resolutions
3528 [EMU/WIN32] fix video recorder
3529 [EMU/WIN32] hide menu bar in full screen mode
3530 [EMU/WIN32] save opened file dir for common dialog's initial dir
3531
3532 [VM/UPD765A] fix result status for recalib/seek commands
3533
3534 [PV1000/PGS] support sound generation (based on MESS driver)
3535 [PV1000/JOYSTICK] fix $fc status register
3536
3537
3538 5/12/2010
3539
3540 [EMU/WIN32] remove Windows CE support
3541 [EMU/WIN32] remove Direct3D support
3542 [EMU/WIN32] remove waveOut api support
3543 [EMU/WIN32] remove video capture support
3544
3545 [VM/DISK] support media type property
3546 [VM/DISK] check if the current disk image is reopened
3547 [VM/UPD7220] update csform/csrw commands
3548 [VM/UPD7220] support unknown $5a command
3549 [VM/UPD765A] support force ready signal for NEC PC-98 series
3550 [VM/UPD765A] fix result status for recalib/seek commands
3551 [VM/UPD764A] update hdu for sence device status command
3552 [VM/UPD765A] raise interrupt when disk is inserted or ejected
3553
3554 [MZ2500/CRTC] remove super impose support
3555 [PC98LT] support floppy drive
3556 [PC98LT/BIOS] support pseudo disk bios to check the media type
3557 [PC98LT/FLOPPY] remove unused io address for 1MB FDD I/F
3558
3559
3560 12/31/2009
3561
3562 [YS6464A] support Shinko Sangyo YS-6464A
3563
3564
3565 12/28/2009
3566
3567 [EMU/WIN32] support artwork, buttons and leds for single-board computers
3568 [VM/I386] reimplement 80386 (based on MAME i386 core)
3569 [VM/I8237] support increment mask of bank register
3570 [VM/I8251] check number of sync characters
3571 [VM/I8253] fix mask bit for output signal
3572 [VM/UPD7220] check vram pointer is not null
3573 [VM/Z80CTC] fix issue in the case sysclock is same as cpu clock
3574
3575 [BABBAGE2ND] support Gijutsu Hyron Sha Babbage-2nd
3576 [N5200] support NEC N5200 (not work)
3577 [FMR50] check crc32 of bios and set machine id
3578 [FMR50] select cpu core i286/i386 refering machine id
3579 [FMR50/MEMORY] support 32bit memory address
3580 [MULTI8/DISPLAY] fix cursor end line
3581 [PASOPIA/VM] fix order of z80family's daisy chain
3582 [PASOPIA7/VM] fix order of z80family's daisy chain
3583 [MYCOMZ80A/DISPLAY] fix semi graphics mode
3584 [MYCOMZ80A/DISPLAY] fix cursor end line
3585 [MYCOMZ80A/KEYBOARD] add key buffer
3586
3587
3588 5/25/2009
3589
3590 [VM/UPD7220] fix initial vect params
3591 [VM/Z80CTC] support different sysclock from cpu clock
3592
3593 [MYCOMZ80A] build without optimization for wince port
3594 [MZ5500] set correct z80ctc sysclock
3595 [QC10/DISPLAY] fix access violation problem
3596
3597
3598 5/20/2009
3599
3600 [VM/MSM5832] fix build error
3601
3602 [MYCOMZ80A] support Japan Electronics College MYCOMZ-80A (my 30th emulator!)
3603 [FMR50/CMOS] add experimental codes for FMR-CARD
3604 [FMR50/MEMORY] add experimental codes for FMR-CARD
3605
3606
3607 5/17/2009
3608
3609 [VM/I386] support 80386 (based on PCemu i386 core)
3610 [VM/LS393] refine implements of output signal
3611 [VM/MSM5832] support MSM5832
3612 [VM/SN76489AN] support cs/we/data signal to be controlled without i/o bus
3613 [VM/Z80CTC] refine implements of output signal
3614
3615 [MZ5500] fix ay-3-8912 address
3616 [MZ6500] support SHARP MZ-6500
3617 [FMR50/MEMORY] support address mask 20/24/32bit
3618 [PC8201/KEYBOARD] support kana key (thanks Mr.apaslothy)
3619 [X1TWIN/SUB] fix key matrix
3620
3621
3622 4/9/2009
3623
3624 [COMMON] modify definition of uint64 and int64
3625 [VM/DEVICE] support 32bit i/o bus
3626 [VM/IO] support 32bit i/o bus
3627
3628 [PC8201] support PC-8201A (by Mr.apaslothy)
3629 [PC8201/LCD] support command $3a,$3b,$3e,$3f,$7e,$be and $fe (by Mr.apaslothy)
3630
3631
3632 4/5/2009
3633
3634 [COMMON] define pair struct
3635 [VM/I8155] fix build error
3636 [VM/UPD1990A] fix shift register
3637
3638 [PC98LT] fix signal connection from upd1990a to i8255
3639 [X1TWIN] fix key matrix
3640 [PC8201] support NEC PC-8201
3641
3642
3643 4/1/2009
3644
3645 [COMMON] define uint64 and int64
3646 [EMU/WIN32] support 1024x768 and 1280x1024 full-screen mode
3647 [VM/DEVICE] support 32bit memory bus
3648 [VM/DISK] detect disk is changed
3649 [VM/EVENT] remove hsync event
3650 [VM/EVENT] initialize sound buffer before reset
3651 [VM/EVENT] multi instance free
3652 [VM/HD46505] support vblank signal
3653 [VM/HD63484] support HD63484 (based on MAME HD63484 core)
3654 [VM/HUC6260] support HuC6260 (based on Ootake cpu core)
3655 [VM/I8155] add mask bit for output signal
3656 [VM/I8253] add mask bit for output signal
3657 [VM/I86] fix to refer 16bit i/o bus
3658 [VM/UPD1990A] support TP signal
3659 [VM/YM2151] support YM2151 (use fmgen core by Mr.CISC)
3660
3661 [MULTI8/DISPLAY] check R8:DISPTMG on HD46505
3662 [MZ2500/JOYSTICK] fix full-auto timing
3663 [MZ2800/JOYSTICK] fix full-auto timing
3664 [PASOPIA/DISPLAY] check R8:DISPTMG on HD46505
3665 [PASOPIA7/DISPLAY] check R8:DISPTMG on HD46505
3666 [FMR60] support FUJITSU FMR-60
3667 [X1TWIN] support SHARP X1twin
3668
3669
3670 2/8/2009
3671
3672 [EMU/WIN32] support window minimize button
3673
3674 [FMR30/MEMORY] optimize memory bank switch
3675 [FRM50/BIOS] fix disk bios $fa
3676 [FMR50/BIOS] support memcard
3677 [FRM50/BIOS] support power management bios
3678 [FMR50/FLOPPY] fix disk status register
3679 [FMR50/KEYBOARD] fix kbint register
3680 [FMR50/MEMORY] support line/logical operations circuit
3681 [FMR50/MEMORY] support 40chars/20lines text screen mode
3682 [FMR50/MEMORY] refer cursor end line register on hd46505
3683 [FMR50/TIMER] fix timer interrupt cause register
3684
3685
3686 1/16/2009
3687
3688 [EMU/WIN32] change screen buffer type from uint16 to user-defined type
3689 [EMU/WIN32] change screen buffer depth from RGB555 to RGB888 on windows pc
3690 [VM/I8155] support i8155
3691
3692 [FMR50/MEMORY] optimize memory bank switch
3693
3694 *) change the compiler from vs2005 to vs2008
3695
3696
3697 1/2/2009
3698
3699 [EMU/WIN32] support power off requested by vm
3700 [VM/I8237] support external bank register
3701 [VM/I8251] support txrdy/txempty/dsr/dtr signals
3702 [VM/I8251] support loop back
3703 [VM/I8251] don't reset dsr bit of status register
3704 [VM/I8253] don't latch count before previously latched count is not read
3705 [VM/I8254] support i8254 based on i8253
3706 [VM/I86] fix push sp in 8086 mode
3707 [VM/I86] fix a20 line in fetch functions
3708 [VM/IO] change class name from IO8 to IO
3709 [VM/IO] support 16bit i/o bus
3710
3711 [FMR30] support FUJITSU FMR-30
3712 [FMR50/MEMORY] support power off bit on $20
3713
3714
3715 12/26/2008
3716
3717 [EMU/WIN32] support kana-characters on auto key function
3718 [VM/DISK] support ImageDisk floppy disk image
3719 [VM/I8085] support 8080/8085 (based on MAME 8080/8085 core)
3720 [VM/I86] change class name from X86 to I86
3721
3722 [MULTI8/KEYBOARD] fix the problem that cannot input the kana-character "¨"
3723 [TK80] change cpu core from z80 to 8080
3724 [TK80/MEMORY] change user-defined rom address to $0c00-$7dff
3725
3726
3727 10/17/2008
3728
3729 [EMU/WIN32] fix key notification for caps/kana/kanji
3730 [VM/X86] optimize the pseudo bios call by interrupt
3731
3732 [FMR50/BIOS] support scsi hard drive
3733 [FMR50/BIOS] support pseudo bios
3734 [FMR50/BIOS] support disk bios $FA
3735 [FMR50/BIOS] support cmos/wait bios call
3736 [FMR50/FLOPPY] support disk change register
3737 [FMR50/KEYBOARD] support key repeat
3738 [FMR50/MEMORY] fix vram bank switch in 200line screen mode
3739 [FMR50/MEMORY] support reading ank/kanji rom
3740 [HC40/IO] fix caps toggle problem
3741 [HC80/IO] fix caps toggle problem
3742 [PC98HA/KEYBOARD] fix kana toggle problem
3743 [TK80/DISPLAY] change 8-seg LED color
3744 [TK80/KEYBOARD] change key assign
3745 [TK80/MEMORY] change rom size for COMPO BS/80
3746 [TK80/MEMORY] support user-defined rom for $0800-$7dff
3747
3748
3749 10/11/2008
3750
3751 [FMR50] fix i/o address of pit and crtc
3752 [FRM50/MEMORY] fix busy status of line renderer
3753 [FMR50/MEMORY] draw cursor on text screen
3754 [FMR50/MEMORY] support cg screen
3755
3756
3757 10/10/2008
3758
3759 [FMR50/BIOS] support disk bios
3760 [FMR50/KEYBOARD] support keyboard
3761 [MZ700/MEMORY] change EMM memory size for Windows CE
3762
3763
3764 10/6/2008
3765
3766 [EMU/WIN32] fix the problem when new file path is specified
3767 [EMU/WIN32] support 96khz sound
3768
3769 [VM/DATAREC] support trigger signal
3770 [VM/DATAREC] output remote signal
3771 [VM/I8253] fix mode3 output signal
3772 [VM/PCM1BIT] support LPF
3773 [VM/UPD765A] fix AT bit in the result of seek command
3774 [VM/X86] support pseudo bios call
3775
3776 [MZ700] support mzt/m12 file
3777 [MZ700] support datarec control signals
3778 [MZ700] fix vsync/hsnyc timing
3779 [MZ700/MEMORY] support memory wait
3780 [TK80BS] support circuits on TK-80 main board
3781 [TK80BS] support 2ch sound (PC1 and PC2 of 8255)
3782 [TK80BS/MEMORY] support save/load ram image
3783 [TK80BS/MEMORY] fix interrupt address
3784 [TK80BS/KEYBOARD] fix key map for kana chars
3785
3786
3787 8/27/2008
3788
3789 [EMU/WIN32] fix build problem for Windows CE
3790
3791 [VM/I8255] support mode1
3792 [VM/I8259] clear irr bit if the request signal is changed to low level
3793 [VM/UPD1990A] support i/o coonection interface
3794 [VM/X86] fix interrup status
3795 [VM/X86] fix pop es on 80286
3796
3797 [MZ700] fix vsync/hsnyc timing
3798 [MZ700/MEMORY] support 16MB EMM board
3799 [PC98LT] support PC-98LT
3800 [TK80BS] support TK-80BS (COMPO BS/80)
3801
3802
3803 8/19/2008
3804
3805 [VM/UPD765A] fix the problem that data lost occurs after the result phase
3806 [VM/UPD765A] fix CB bit in the status register in sence intstat command
3807 [VM/UPD765A] fix AT bit in the result of seek command
3808
3809 [PC100/CTRC] support monochrome screen mode
3810 [PC100/CRTC] fix palette registers
3811 [PC100/IOCTRL] fix keyboard event
3812 [PC100/IOCTRL] support keyboard reset
3813 [PC100/IOCTRL] fix keyboard initialize data
3814
3815
3816 8/16/2008
3817
3818 [EMU/WIN32] support rotate screen
3819 [EMU/WIN32] fix build problem for Windows CE
3820
3821 [VM/BEEP] more clear beep generation for the constant frequency
3822 [VM/BEEP] fix mute logic
3823 [VM/DEVICE] return address for unassigned I/O port
3824 [VM/EVENT] fix crash problem in the initialization
3825 [VM/I8251] fix PE bit in the status register
3826 [VM/I8253] check edge of the input signal
3827 [VM/I8253] fix gate signal
3828 [VM/RTC58321] support i/o coonection interface
3829 [VM/UPD4991A] modify i/o connection interface
3830 [VM/UPD4991A] fix year data
3831 [VM/UPD765A] support drq line delay
3832
3833 [PC98HA] support NEC PC-98HA
3834 [PC100] support NEC PC-100 (not work)
3835 [MZ700] fix sound noise problem
3836 [MZ700/MEMORY] support EMM memory
3837 [MZ2500/TIMER] modify 8253 gate control
3838
3839
3840 6/11/2008
3841
3842 [EMU/WIN32] open command line as cart or disk file path
3843 [EMU/WIN32] convert file path to full and long file path
3844
3845 [VM/AND/OR/NAND/NOR] support and/or/nand/nor gates
3846 [VM/DATAREC] output low signal when the tape is closed
3847 [VM/MB8876] support motor on/off signal
3848 [VM/PCM1BIT] support on/off signal
3849 [VM/PCM1BIT] support high quality sound
3850 [VM/RTC58321] support RTC58321
3851 [VM/UPD4991A] support uPD4991A
3852 [VM/UPD765A] fdc status patch for MZ-3500
3853 [VM/X86] fix freeze problem that some opecodes did not decrease the clock
3854 [VM/Z80] return busack signal whe busreq occurs
3855
3856 [FMR50] support FUJITSU FMR-50 (not work)
3857 [MZ700] support SHARP MZ-700
3858 [MZ3500] support SHARP MZ-3500 (not work)
3859 [HC80/IO] support intelligent ram disk (by Mr.Dennis Heynlein)
3860
3861
3862 4/22/2008
3863
3864 [VM/LS244] support 74LS244/245
3865 [VM/UPD1990A] support uPD1990A
3866 [VM/X86] fix hlt
3867 [VM/X86] support busreq
3868 [VM/Z80] don't reset busreq in reset()
3869
3870 [MZ5500/KEYBOARD] support communication timeout
3871
3872
3873 4/16/2008
3874
3875 [VM/UPD7220] support pitch command
3876 [VM/UPD7220] fix vecte command in the case R=C=T=L=0 (pset)
3877 [VM/UPD765A] fix read id command
3878
3879 [MZ5500/DISPLAY] support window controller
3880 [MZ5500/DISPLAY] support 320x200, 320x400, 640x200 mode
3881 [MZ5500/DISPLAY] support color palette
3882 [MZ5500/DISPLAY] support b/w mode
3883 [MZ5500/DISPLAY] support plane priority
3884 [MZ5500/KEYBOARD] support algo key
3885 [MZ5500/SYSPORT] support nmi reset
3886 [QC10/DISPLAY] support floppy drive access lamp
3887
3888
3889 4/14/2008
3890
3891 [MZ5500/KEYBOARD] support keyboard and mouse
3892
3893
3894 4/12/2008
3895
3896 [VM/LS393] support 74LS393
3897 [VM/RP5C01] support RP-5C01
3898 [VM/UPD7220] fix pset function
3899 [VM/UPD7220] notify vsync
3900 [VM/UPD765A] check sector id strictly
3901
3902 [MZ5500] support SHARP MZ-5500
3903
3904
3905 4/7/2008
3906
3907 [EMU/WIN32] support the screen size changing requested by the virtual machine
3908
3909 [VM/MZ2800] support z80sio interrupt vector port
3910
3911
3912 4/3/2008
3913
3914 [VM/I8259] fix the cascade mode condition
3915 [VM/UPD7220] fix low/high byte condition in dma commands
3916 [VM/UPD7220] check the param count in fifo buffer in sync/vectw commands
3917 [VM/UPD7220] get mod param in write command with no params
3918 [VM/UPD7220] check mod param in vect/char drawing commands
3919 [VM/UPD7220] check dir param in read/write command
3920 [VM/UPD7220] support line drawing in vecte command
3921 [VM/UPD7220] update ead/dad after drawing commands
3922 [VM/UPD7220] fix lsb/msb order in pset function
3923
3924 [QC10] change the default dipswitch status
3925 [QC10/DISPLAY] support color monitor subboard
3926 [QC10/KEYBOARD] support SF1-SF4 keys
3927 [QC10/MFONT] support multifonts rom card
3928
3929
3930 3/22/2008
3931
3932 [VM/I8251] notify rxrdy is changed
3933 [VM/TF20] fix the error result of read command
3934
3935 [HC80/IO] support HD6303 commands for microcassette (returns error code)
3936 [HC80/IO] support HD6303 commands for serial i/o
3937 [HC80/IO] support TF-20
3938 [HC80/IO] support 8kb/16kb rom capsule
3939 [HC80/IO] remove 8251 codes and use common 8251 class
3940
3941
3942 3/20/2008
3943
3944 [EMU/WIN32] set DirectX9 graphics params on the screen menu
3945
3946 [HC40/IO] fix key buffers
3947 [HC80] support EPSON HC-80/PX-8/Geneva
3948
3949
3950 3/2/2008
3951
3952 [EMU/WIN32] support DirectX9 graphics
3953 [EMU/WIN32] fix the window size problem of eHC-40
3954
3955
3956 2/29/2008
3957
3958 [EMU/WIN32] more quick stretch screen
3959 [EMU/CONFIG] divide the config version to the file version and the virtual machine version
3960 [VM/TF20] support EPSON TF-20 terminal floppy drives
3961
3962 [HC40/IO] don't reset 7508 sub cpu when boot the system
3963 [HC40/IO] support system reset
3964 [HC40/IO] support buzzer partially (constant frequency)
3965 [HC40/IO] support ART (8251 subset)
3966 [HC40/IO] support TF-20 connected to ART
3967
3968
3969 2/27/2008
3970
3971 [EMU/WIN32] Windows CE.NET binaries for GAPI are no longer supported
3972 [EMU/WIN32] don't use StretchBlt
3973
3974 [HC40] support EPSON HC-40/PX-4
3975 [QC10/MEMORY] fix the gate signal bit in $18
3976 [QC10/MEMORY] fix the memory bank switch
3977 [X07/IO] change LCD display color
3978
3979
3980 2/20/2008
3981
3982 VC++ 6.0 project files are removed.
3983
3984 [VM/HD146818P] support sqw and periodic interrupt
3985 [VM/HD146818P] clear IRQF/PF/AF/UF in the reg $0c when it is read
3986 [VM/I8237] fix the build error
3987 [VM/I8237] reimplement based on uPD71071
3988 [VM/UPD7220] fix the build error
3989 [VM/UPD7220] modify hblank/vsync event
3990 [VM/UPD765A] lost data event occurs soon if dma request is not accepted
3991 [VM/Z80SIO] change uPD7201 fifo buffer size
3992
3993 [QC10] support EPSON QC-10/QX-10
3994 [RX78/VDP] fix the crash problem on Windows CE
3995
3996
3997 2/11/2008
3998
3999 The interrupt logics are largely modified and are now very close to the real circuits.
4000
4001 In the older versions:
4002         - Each device requests the interrupt, sends the vector and goes into the in-service status only in the case that CPU can accept the interrupt.
4003         - These requests are always accepted and executed just now.
4004         - When the interrupt acception status is changed by the opecodes for example EI/RETI/RETN, CPU notifies to each devices to let them request the pending interrupt.
4005         - Realize Z80 family daisy chain by the pseudo device Z80PIC to control the priorities and receive RETI opecode.
4006
4007 This is because let CPU not to monitor the int-line in every opecodes.
4008 But it causes some problems for example:
4009         - Timing problems.
4010         - End of Interrupt command in Z80SIO/uPD7201.
4011         - Using Z80 family devices with 80x86 and PIC8259.
4012
4013 In this release:
4014         - Each device can request the interrupt any time.
4015         - CPU checks the int-line in every opecodes.
4016         - When CPU accepts the request, CPU sends the ack signal to the device and receive the vector.
4017         - The device goes into the in-service status when receive the ack signal.
4018         - Realize Z80 family daisy chain by IEI/OEI signals supported in Z80 family devices.
4019         - Z80 checks the wired-or of int-lines from Z80 family devices.
4020
4021 [VM/DEVICE] modify virtual functions for interrupts
4022 [VM/I8259] support the new interrupt logic
4023 [VM/I8259] fix the crash problem
4024 [VM/UPD7201] support uPD7201 (combined to Z80SIO class)
4025 [VM/X86] support the new interrupt logic
4026 [VM/Z80] support the new interrupt logic
4027 [VM/Z80CTC] support the new interrupt logic
4028 [VM/Z80PIO] support the new interrupt logic
4029 [VM/Z80SIO] support the new interrupt logic
4030 [VM/Z80SIO] support the End of Interrupt command
4031 [VM/Z80SIO] fix the status register #0 (interrupt pending bit)
4032 [VM/Z80SIO] fix the status register #2 (vector)
4033 [VM/Z80PIC] removed
4034
4035 [MZ2500/CRTC] notify vsync signal by not edge but level
4036 [MZ2500/INTERRUPT] support the new interrupt logic
4037 [MZ2500/INTERRUPT] pending the interrupt request from vsync and timer
4038 [MZ2500/INTERRUPT] remove the patches added in 2/11/2007
4039
4040
4041 1/5/2008
4042
4043 [VM/BEEP] fix the crash problem when the frequency is constant
4044 [VM/BEEP] support the interface to change the frequency constant
4045
4046 [X07/IO] support user defined keys
4047 [X07/IO] support break key
4048 [X07/IO] support line/circle commands
4049 [X07/IO] support beep command
4050 [X07/IO] support data recorder
4051
4052
4053 12/31/2007
4054
4055 [COMMON/FIFO] support read_not_remove()
4056 [VM/NSC800] fix NSC800
4057
4058 [X07] support CANON X-07
4059
4060
4061 9/14/2007
4062
4063 [MZ2800/CRTC] fix read-modify-write registers
4064
4065
4066 8/24/2007
4067
4068 [EMU/WIN32] check the status of both left and right ALT/CTRL/SHIFT keys
4069
4070 [MZ2800] ignore A15 of I/O port addr
4071 [MZ2800/CTRL] support 65536colors graphic screen
4072 [MZ2800/KEYBOARD] change keymap to newply support some keys
4073 [MZ2800/MEMORY] fix the problem that symbol does not work on BASIC-M25
4074
4075
4076 8/22/2007
4077
4078 [VM/RP5C15] fix the initial 12H/24H setting
4079
4080 [MZ2500/CRTC] optimize the screen renderer
4081 [MZ2800/CRTC] support the 16/4096colors graphic screen
4082 [MZ2800/CRTC] support the read modify write
4083 [MZ2800/CRTC] support the hardware scroll
4084 [MZ2800/CRTC] support the vram plane mask
4085 [MZ2800/MEMORY] support the dictionary/kanji/pcg bank switch
4086
4087
4088 8/19/2007
4089
4090 [VM/MB8877] fix the status for type4 command
4091 [VM/UPD71071] support the base registers
4092 [VM/X86] fix rep never to exit and re-fetch the opecode in the loop
4093 [VM/X86] fix the modrm table
4094
4095 [MZ2800] add eVC4 project file
4096 [MZ2800/CRTC] fix the test screen renderer
4097 [MZ2800/CRTC] support 4096 color palette registers
4098 [MZ2800/MEMORY] fix that ipl rom is initially mapped to $f0000-$fffff
4099
4100
4101 8/16/2007
4102
4103 [VM/DEVICE] add the virtual functions for dma access
4104 [VM/I8237] fix the typo
4105 [VM/I8259] support the special fully nest mode
4106 [VM/I8259] support the rotation of priorities
4107 [VM/I8259] support the intrrupt request from Z80 family devices
4108 [VM/IO8] support 16bit i/o adrress
4109 [VM/MB8877] support the dma access
4110 [VM/MB8877] support the irq and drq signals
4111 [VM/RP5C15] support reading the values of banks #13/#14/#15
4112 [VM/UPD71071] support uPD71071
4113 [VM/X86] support 8086/V30/80286
4114 [VM/YM2203] support the irq signal
4115
4116 [MZ2500] fix YM2203 PortB signal from RP-5C15
4117 [MZ2800] support SHARP MZ-2800
4118
4119
4120 7/23/2007
4121
4122 [VM/DATAREC] modify the frame skip condition (skip when the signal is changed)
4123 [VM/TMS9918A] reimplement based on MAME 0.116
4124 [VM/UPD7801] support the memory access wait
4125
4126 [PYUTA/MEMORY] modify the memory bank switch
4127 [PYUTA/MEMORY] change the data bus from pull-down to pull-up
4128 [SCV/MEMORY] support the memory access wait (now disabled)
4129
4130
4131 7/16/2007
4132
4133 [VM/TMS9995] support TMS9995
4134
4135 [PYUTA] support TOMY PyuTa and PyuTa Jr.
4136
4137
4138 2/11/2007
4139
4140 [COMMON] support auto key hitting from the clipboard
4141 [COMMON] save and restore the window mode when the emulator is restarted
4142 [VM/DEVICE] modify memory access wait
4143 [VM/DEVICE] support i/o access wait
4144 [VM/DISK] fix the crash problem when the invalid track number is set
4145 [VM/HD46505] support HD46505
4146 [VM/HD46505] fix the display/vsync/hsync signals timing
4147 [VM/I8253] more precise signal timing in mode #2, #4 and #5
4148 [VM/MB8877] support the access led status
4149 [VM/PICM1BIT] support 1bit pcm
4150 [VM/UPD765A] support the acces led status
4151 [VM/YM2203] support the volume adjustment
4152 [VM/Z80] modify memory access wait
4153 [VM//Z80] support i/o access wait
4154 [VM/Z80SIO] fix the recv and under-run interrupt flags
4155 [VM/Z80SIO] fix the status affect vector
4156 [VM/Z80SIO] cancel the interrupt request when read the recv buffer
4157 [VM/Z80SIO] support the i/f to clear the recv buffer
4158
4159 [MULTI8/DISPLAY] remove HD46505 codes
4160 [MULTI8/DISPLAY] draw the flopppy drive access led
4161 [MZ2500] support 1bit pcm
4162 [MZ2500] adjust fm/psg volume
4163 [MZ2500] support i/o access wait
4164 [MZ2500/CRTC] render screen with less cpu power
4165 [MZ2500/CRTC] draw the floppy drive access led
4166 [MZ2500/INTERRUPT] reimplement interrupt handler with the common Z80PIC class
4167 [MZ2500/INTERRUPT] add the patch for GALAGA, LAYDOCK, THEXDER, MULTIPLAN, Super Shunbou, Wizardry and Ys3
4168 [MZ2500/MEMORY] modify memory access wait
4169 [MZ2500/MOUSE] clear Z80SIO recv buffer when send the mouse status
4170 [PASOPIA] support OA-BASIC
4171 [PASOPIA] support hsync signal
4172 [PASOPIA/DISPLAY] remove HD46505 codes
4173 [PASOPIA/MEMORY] fix the memory map $8000-$ffff
4174 [PASOPIA7/DISPLAY] remove HD46505 codes
4175 [PASOPIA7/DISPLAY] draw the flopppy drive access led
4176 [PV1000] rewrite with the common event manager class
4177 [PV1000/JOYSTICK] fix $fc status (not complete)
4178 [PV1000/VDP] add the patch for SPACE PANIC
4179
4180
4181 2/1/2007
4182
4183 [COMMON] ignore some warnings on Visual Studio 2005
4184 [WIN32/SCREEN] support video recording
4185 [WIN32/SOUND] record wave as 16bit, stereo (for TMPGEnc)
4186 [WIN32/SOUND] dont use multi threading to recieve MM_WOM_DONE event
4187 [WIN32/WCE] build 4 binaries (use GAPI or GDI, DirectSound or waveOut)
4188 [VM/BEEP] modify beep sound generator for more stable frequency
4189 [VM/DATAREC] auto stop at the end of tape image
4190 [VM/DEVICE] add virtual functions to get the memory wait and passed clocks in cpu class
4191 [VM/EVENT] more precise event timing refering the passed clock in cpu class
4192 [VM/I8253] drive counter when it reaches the terminal count or read the count registers
4193 [VM/I8253] more precise output signal timing
4194 [VM/NSC800] suppor NSC800
4195 [VM/Z80] fix the clocks for opecodes DD-CB-** and FD-CB-**
4196 [VM/Z80CTC] drive counter when it reaches the terminal count or read the count registers
4197 [VM/Z80PIC] accept the interrupt request when it is running
4198
4199 [MULTI8/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
4200 [MZ2500/CRTC] dont use hsync event and use the event callback to drive the hsync signal 
4201 [MZ2500/MEMORY] support the memory wait in display period
4202 [MZ2500/Z80PIC] accept the interrupt request when it is running 
4203 [MZ2500/Z80PIC] recognize the i8253 clock signal as level, or edge only for MUDER CLUB, KUGYOKUDEN and RELICS 
4204 [PASOPIA] reimplement EmuPIA under the common source code project 
4205 [PASOPIA7/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
4206
4207
4208 12/31/2006
4209
4210 [WIN32] support DirectShow video capture devices (DX8 or later is required)
4211 [WIN32] support Windows CE.net 4.x devices (use GAPI and waveOut APIs)
4212 [VM] each device can get the cpu time
4213 [VM/BEEP] modify beep sound generator for more stable frequency
4214 [VM/Z80] support BUSREQ
4215 [VM/Z80PIC] call do_reti() in the device that requested the interrupt
4216 [VM/Z80SIO] suppor Z80SIO
4217 [VM/DISK] support TeleDisk floppy disk image
4218 [VM/EVENT] fix the problem in the case that the new event is registered in the event callback routine
4219 [VM/I8253] drive the counter more accurate and less power
4220
4221 [MZ2500] reimplement EmuZ-2500 under the common source code project
4222 [MZ2500] support the ethernet card function designed by Mr.Oh!Ishi
4223 [MZ2500/CRTC] support the super impose function
4224 [MZ2500/MEMORY] support VRAM access wait 
4225
4226
4227 12/7/2006
4228
4229 Initial release